Class: Aws::Types::InferenceRecommendationsJob
- Inherits:
-
Object
- Object
- Aws::Types::InferenceRecommendationsJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_description ⇒ ::String
Returns the value of attribute job_description.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_type ⇒ "Default", "Advanced"
Returns the value of attribute job_type.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
6696 6697 6698 |
# File 'sig/types.rbs', line 6696 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
6695 6696 6697 |
# File 'sig/types.rbs', line 6695 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
6699 6700 6701 |
# File 'sig/types.rbs', line 6699 def failure_reason @failure_reason end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
6693 6694 6695 |
# File 'sig/types.rbs', line 6693 def job_arn @job_arn end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
6691 6692 6693 |
# File 'sig/types.rbs', line 6691 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
6690 6691 6692 |
# File 'sig/types.rbs', line 6690 def job_name @job_name end |
#job_type ⇒ "Default", "Advanced"
Returns the value of attribute job_type.
6692 6693 6694 |
# File 'sig/types.rbs', line 6692 def job_type @job_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
6698 6699 6700 |
# File 'sig/types.rbs', line 6698 def last_modified_time @last_modified_time end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
6700 6701 6702 |
# File 'sig/types.rbs', line 6700 def model_name @model_name end |
#model_package_version_arn ⇒ ::String
Returns the value of attribute model_package_version_arn.
6702 6703 6704 |
# File 'sig/types.rbs', line 6702 def model_package_version_arn @model_package_version_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
6697 6698 6699 |
# File 'sig/types.rbs', line 6697 def role_arn @role_arn end |
#sample_payload_url ⇒ ::String
Returns the value of attribute sample_payload_url.
6701 6702 6703 |
# File 'sig/types.rbs', line 6701 def sample_payload_url @sample_payload_url end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
6694 6695 6696 |
# File 'sig/types.rbs', line 6694 def status @status end |