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
4363 |
# File 'sig/client.rbs', line 4363
def completion_time: () -> ::Time
|
#creation_time ⇒ ::Time
4362 |
# File 'sig/client.rbs', line 4362
def creation_time: () -> ::Time
|
#endpoint_performances ⇒ ::Array[Types::EndpointPerformance]
4369 |
# File 'sig/client.rbs', line 4369
def endpoint_performances: () -> ::Array[Types::EndpointPerformance]
|
#failure_reason ⇒ ::String
4365 |
# File 'sig/client.rbs', line 4365
def failure_reason: () -> ::String
|
#inference_recommendations ⇒ ::Array[Types::InferenceRecommendation]
4368 |
# File 'sig/client.rbs', line 4368
def inference_recommendations: () -> ::Array[Types::InferenceRecommendation]
|
#input_config ⇒ Types::RecommendationJobInputConfig
4366 |
# File 'sig/client.rbs', line 4366
def input_config: () -> Types::RecommendationJobInputConfig
|
#job_arn ⇒ ::String
4359 |
# File 'sig/client.rbs', line 4359
def job_arn: () -> ::String
|
#job_description ⇒ ::String
4357 |
# File 'sig/client.rbs', line 4357
def job_description: () -> ::String
|
#job_name ⇒ ::String
4356 |
# File 'sig/client.rbs', line 4356
def job_name: () -> ::String
|
#job_type ⇒ "Default", "Advanced"
4358 |
# File 'sig/client.rbs', line 4358
def job_type: () -> ("Default" | "Advanced")
|
#last_modified_time ⇒ ::Time
4364 |
# File 'sig/client.rbs', line 4364
def last_modified_time: () -> ::Time
|
#role_arn ⇒ ::String
4360 |
# File 'sig/client.rbs', line 4360
def role_arn: () -> ::String
|
#status ⇒ "PENDING", ...
4361 |
# File 'sig/client.rbs', line 4361
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "STOPPING" | "STOPPED" | "DELETING" | "DELETED")
|
#stopping_conditions ⇒ Types::RecommendationJobStoppingConditions
4367 |
# File 'sig/client.rbs', line 4367
def stopping_conditions: () -> Types::RecommendationJobStoppingConditions
|