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
4347 |
# File 'sig/client.rbs', line 4347
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
4346 |
# File 'sig/client.rbs', line 4346
def creation_time: () -> ::Time
|
#endpoint_performances ⇒ ::Array[Types::EndpointPerformance]
4353 |
# File 'sig/client.rbs', line 4353
def endpoint_performances: () -> ::Array[Types::EndpointPerformance]
|
#failure_reason ⇒ ::String
4349 |
# File 'sig/client.rbs', line 4349
def failure_reason: () -> ::String
|
#inference_recommendations ⇒ ::Array[Types::InferenceRecommendation]
4352 |
# File 'sig/client.rbs', line 4352
def inference_recommendations: () -> ::Array[Types::InferenceRecommendation]
|
#input_config ⇒ Types::RecommendationJobInputConfig
4350 |
# File 'sig/client.rbs', line 4350
def input_config: () -> Types::RecommendationJobInputConfig
|
#job_arn ⇒ ::String
4343 |
# File 'sig/client.rbs', line 4343
def job_arn: () -> ::String
|
#job_description ⇒ ::String
4341 |
# File 'sig/client.rbs', line 4341
def job_description: () -> ::String
|
#job_name ⇒ ::String
4340 |
# File 'sig/client.rbs', line 4340
def job_name: () -> ::String
|
#job_type ⇒ "Default", "Advanced"
4342 |
# File 'sig/client.rbs', line 4342
def job_type: () -> ("Default" | "Advanced")
|
#last_modified_time ⇒ ::Time
4348 |
# File 'sig/client.rbs', line 4348
def last_modified_time: () -> ::Time
|
#role_arn ⇒ ::String
4344 |
# File 'sig/client.rbs', line 4344
def role_arn: () -> ::String
|
#status ⇒ "PENDING", ...
4345 |
# File 'sig/client.rbs', line 4345
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING" | "DELETED")
|
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
4351 |
# File 'sig/client.rbs', line 4351
def stopping_conditions: () -> Types::RecommendationJobStoppingConditions
|