Class: Aws::Types::JobSecondaryStatusTransition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


6864
6865
6866
# File 'sig/types.rbs', line 6864

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


6863
6864
6865
# File 'sig/types.rbs', line 6863

def start_time
  @start_time
end

#status"Starting", ...

Returns the value of attribute status.

Returns:

  • ("Starting", "Downloading", "Training", "Uploading", "Stopping", "Stopped", "MaxRuntimeExceeded", "Interrupted", "Failed", "Completed", "Restarting", "Pending", "Evaluating", "Deleting", "DeleteFailed")


6862
6863
6864
# File 'sig/types.rbs', line 6862

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


6865
6866
6867
# File 'sig/types.rbs', line 6865

def status_message
  @status_message
end