Class: Aws::Types::DescribeJobResponse

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)


4587
4588
4589
# File 'sig/types.rbs', line 4587

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


4589
4590
4591
# File 'sig/types.rbs', line 4589

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4593
4594
4595
# File 'sig/types.rbs', line 4593

def failure_reason
  @failure_reason
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


4582
4583
4584
# File 'sig/types.rbs', line 4582

def job_arn
  @job_arn
end

#job_category"AgentRFT", "AgentRFTEvaluation"

Returns the value of attribute job_category.

Returns:

  • ("AgentRFT", "AgentRFTEvaluation")


4584
4585
4586
# File 'sig/types.rbs', line 4584

def job_category
  @job_category
end

#job_config_document::String

Returns the value of attribute job_config_document.

Returns:

  • (::String)


4586
4587
4588
# File 'sig/types.rbs', line 4586

def job_config_document
  @job_config_document
end

#job_config_schema_version::String

Returns the value of attribute job_config_schema_version.

Returns:

  • (::String)


4585
4586
4587
# File 'sig/types.rbs', line 4585

def job_config_schema_version
  @job_config_schema_version
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


4581
4582
4583
# File 'sig/types.rbs', line 4581

def job_name
  @job_name
end

#job_status"InProgress", ...

Returns the value of attribute job_status.

Returns:

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


4590
4591
4592
# File 'sig/types.rbs', line 4590

def job_status
  @job_status
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4588
4589
4590
# File 'sig/types.rbs', line 4588

def last_modified_time
  @last_modified_time
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4583
4584
4585
# File 'sig/types.rbs', line 4583

def role_arn
  @role_arn
end

#secondary_status"Starting", ...

Returns the value of attribute secondary_status.

Returns:

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


4591
4592
4593
# File 'sig/types.rbs', line 4591

def secondary_status
  @secondary_status
end

#secondary_status_transitions::Array[Types::JobSecondaryStatusTransition]

Returns the value of attribute secondary_status_transitions.



4592
4593
4594
# File 'sig/types.rbs', line 4592

def secondary_status_transitions
  @secondary_status_transitions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4594
4595
4596
# File 'sig/types.rbs', line 4594

def tags
  @tags
end