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.
4547 4548 4549 |
# File 'sig/types.rbs', line 4547 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4546 4547 4548 |
# File 'sig/types.rbs', line 4546 def creation_time @creation_time end |
#endpoint_performances ⇒ ::Array[Types::EndpointPerformance]
Returns the value of attribute endpoint_performances.
4553 4554 4555 |
# File 'sig/types.rbs', line 4553 def endpoint_performances @endpoint_performances end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4549 4550 4551 |
# File 'sig/types.rbs', line 4549 def failure_reason @failure_reason end |
#inference_recommendations ⇒ ::Array[Types::InferenceRecommendation]
Returns the value of attribute inference_recommendations.
4552 4553 4554 |
# File 'sig/types.rbs', line 4552 def inference_recommendations @inference_recommendations end |
#input_config ⇒ Types::RecommendationJobInputConfig
Returns the value of attribute input_config.
4550 4551 4552 |
# File 'sig/types.rbs', line 4550 def input_config @input_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
4543 4544 4545 |
# File 'sig/types.rbs', line 4543 def job_arn @job_arn end |
#job_description ⇒ ::String
Returns the value of attribute job_description.
4541 4542 4543 |
# File 'sig/types.rbs', line 4541 def job_description @job_description end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
4540 4541 4542 |
# File 'sig/types.rbs', line 4540 def job_name @job_name end |
#job_type ⇒ "Default", "Advanced"
Returns the value of attribute job_type.
4542 4543 4544 |
# File 'sig/types.rbs', line 4542 def job_type @job_type end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4548 4549 4550 |
# File 'sig/types.rbs', line 4548 def last_modified_time @last_modified_time end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4544 4545 4546 |
# File 'sig/types.rbs', line 4544 def role_arn @role_arn end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
4545 4546 4547 |
# File 'sig/types.rbs', line 4545 def status @status end |
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
Returns the value of attribute stopping_conditions.
4551 4552 4553 |
# File 'sig/types.rbs', line 4551 def stopping_conditions @stopping_conditions end |