Class: Aws::Types::JobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


6867
6868
6869
# File 'sig/types.rbs', line 6867

def end_time
  @end_time
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


6860
6861
6862
# File 'sig/types.rbs', line 6860

def job_arn
  @job_arn
end

#job_category"AgentRFT", "AgentRFTEvaluation"

Returns the value of attribute job_category.

Returns:

  • ("AgentRFT", "AgentRFTEvaluation")


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

def job_category
  @job_category
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


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

def job_name
  @job_name
end

#job_secondary_status"Starting", ...

Returns the value of attribute job_secondary_status.

Returns:

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


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

def job_secondary_status
  @job_secondary_status
end

#job_status"InProgress", ...

Returns the value of attribute job_status.

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped", "Deleting", "DeleteFailed")


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

def job_status
  @job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end