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)


6880
6881
6882
# File 'sig/types.rbs', line 6880

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


6882
6883
6884
# File 'sig/types.rbs', line 6882

def end_time
  @end_time
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


6875
6876
6877
# File 'sig/types.rbs', line 6875

def job_arn
  @job_arn
end

#job_category"AgentRFT", "AgentRFTEvaluation"

Returns the value of attribute job_category.

Returns:

  • ("AgentRFT", "AgentRFTEvaluation")


6877
6878
6879
# File 'sig/types.rbs', line 6877

def job_category
  @job_category
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


6876
6877
6878
# File 'sig/types.rbs', line 6876

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")


6879
6880
6881
# File 'sig/types.rbs', line 6879

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")


6878
6879
6880
# File 'sig/types.rbs', line 6878

def job_status
  @job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


6881
6882
6883
# File 'sig/types.rbs', line 6881

def last_modified_time
  @last_modified_time
end