Module: Aws::SageMaker::Client::_DescribeInferenceRecommendationsJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInferenceRecommendationsJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #completion_time ⇒ ::Time
- #creation_time ⇒ ::Time
- #endpoint_performances ⇒ ::Array[Types::EndpointPerformance]
- #failure_reason ⇒ ::String
- #inference_recommendations ⇒ ::Array[Types::InferenceRecommendation]
- #input_config ⇒ Types::RecommendationJobInputConfig
- #job_arn ⇒ ::String
- #job_description ⇒ ::String
- #job_name ⇒ ::String
- #job_type ⇒ "Default", "Advanced"
- #last_modified_time ⇒ ::Time
- #role_arn ⇒ ::String
- #status ⇒ "PENDING", ...
- #stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
Instance Method Details
#completion_time ⇒ ::Time
4391 |
# File 'sig/client.rbs', line 4391 def completion_time: () -> ::Time |
#creation_time ⇒ ::Time
4390 |
# File 'sig/client.rbs', line 4390 def creation_time: () -> ::Time |
#endpoint_performances ⇒ ::Array[Types::EndpointPerformance]
4397 |
# File 'sig/client.rbs', line 4397 def endpoint_performances: () -> ::Array[Types::EndpointPerformance] |
#failure_reason ⇒ ::String
4393 |
# File 'sig/client.rbs', line 4393 def failure_reason: () -> ::String |
#inference_recommendations ⇒ ::Array[Types::InferenceRecommendation]
4396 |
# File 'sig/client.rbs', line 4396 def inference_recommendations: () -> ::Array[Types::InferenceRecommendation] |
#input_config ⇒ Types::RecommendationJobInputConfig
4394 |
# File 'sig/client.rbs', line 4394 def input_config: () -> Types::RecommendationJobInputConfig |
#job_arn ⇒ ::String
4387 |
# File 'sig/client.rbs', line 4387 def job_arn: () -> ::String |
#job_description ⇒ ::String
4385 |
# File 'sig/client.rbs', line 4385 def job_description: () -> ::String |
#job_name ⇒ ::String
4384 |
# File 'sig/client.rbs', line 4384 def job_name: () -> ::String |
#job_type ⇒ "Default", "Advanced"
4386 |
# File 'sig/client.rbs', line 4386 def job_type: () -> ("Default" | "Advanced") |
#last_modified_time ⇒ ::Time
4392 |
# File 'sig/client.rbs', line 4392 def last_modified_time: () -> ::Time |
#role_arn ⇒ ::String
4388 |
# File 'sig/client.rbs', line 4388 def role_arn: () -> ::String |
#status ⇒ "PENDING", ...
4389 |
# File 'sig/client.rbs', line 4389 def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING" | "DELETED") |
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
4395 |
# File 'sig/client.rbs', line 4395 def stopping_conditions: () -> Types::RecommendationJobStoppingConditions |