Class: Aws::Types::BatchInferenceJobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_inference_job_arn ⇒ ::String

Returns the value of attribute batch_inference_job_arn.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def batch_inference_job_arn
  @batch_inference_job_arn
end

#batch_inference_job_mode ⇒ "BATCH_INFERENCE", "THEME_GENERATION"

Returns the value of attribute batch_inference_job_mode.

Returns:

  • ("BATCH_INFERENCE", "THEME_GENERATION")


90
91
92
# File 'sig/types.rbs', line 90

def batch_inference_job_mode
  @batch_inference_job_mode
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


86
87
88
# File 'sig/types.rbs', line 86

def creation_date_time
  @creation_date_time
end

#failure_reason ⇒ ::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def failure_reason
  @failure_reason
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def job_name
  @job_name
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


87
88
89
# File 'sig/types.rbs', line 87

def last_updated_date_time
  @last_updated_date_time
end

#solution_version_arn ⇒ ::String

Returns the value of attribute solution_version_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def solution_version_arn
  @solution_version_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def status
  @status
end