Class: Aws::Types::DescribeInferenceRecommendationsJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInferenceRecommendationsJobResponse
- 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.
-
#endpoint_performances ⇒ ::Array[Types::EndpointPerformance]
Returns the value of attribute endpoint_performances.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#inference_recommendations ⇒ ::Array[Types::InferenceRecommendation]
Returns the value of attribute inference_recommendations.
-
#input_config ⇒ Types::RecommendationJobInputConfig
Returns the value of attribute input_config.
-
#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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
Returns the value of attribute stopping_conditions.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
4564 4565 4566 |
# File 'sig/types.rbs', line 4564 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4563 4564 4565 |
# File 'sig/types.rbs', line 4563 def creation_time @creation_time end |
#endpoint_performances ⇒ ::Array[Types::EndpointPerformance]
Returns the value of attribute endpoint_performances.
4570 4571 4572 |
# File 'sig/types.rbs', line 4570 def endpoint_performances @endpoint_performances end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4566 4567 4568 |
# File 'sig/types.rbs', line 4566 def failure_reason @failure_reason end |
#inference_recommendations ⇒ ::Array[Types::InferenceRecommendation]
Returns the value of attribute inference_recommendations.
4569 4570 4571 |
# File 'sig/types.rbs', line 4569 def inference_recommendations @inference_recommendations end |
#input_config ⇒ Types::RecommendationJobInputConfig
Returns the value of attribute input_config.
4567 4568 4569 |
# File 'sig/types.rbs', line 4567 def input_config @input_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
4560 4561 4562 |
# File 'sig/types.rbs', line 4560 def job_arn @job_arn end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
4558 4559 4560 |
# File 'sig/types.rbs', line 4558 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
4557 4558 4559 |
# File 'sig/types.rbs', line 4557 def job_name @job_name end |
#job_type ⇒ "Default", "Advanced"
Returns the value of attribute job_type.
4559 4560 4561 |
# File 'sig/types.rbs', line 4559 def job_type @job_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4565 4566 4567 |
# File 'sig/types.rbs', line 4565 def last_modified_time @last_modified_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4561 4562 4563 |
# File 'sig/types.rbs', line 4561 def role_arn @role_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
4562 4563 4564 |
# File 'sig/types.rbs', line 4562 def status @status end |
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
Returns the value of attribute stopping_conditions.
4568 4569 4570 |
# File 'sig/types.rbs', line 4568 def stopping_conditions @stopping_conditions end |