Module: Aws::SageMaker::Client::_DescribeAIRecommendationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAIRecommendationJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ai_recommendation_job_arn ⇒ ::String
- #ai_recommendation_job_name ⇒ ::String
- #ai_recommendation_job_status ⇒ "InProgress", ...
- #ai_workload_config_identifier ⇒ ::String
- #compute_spec ⇒ Types::AIRecommendationComputeSpec
- #creation_time ⇒ ::Time
- #end_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #inference_specification ⇒ Types::AIRecommendationInferenceSpecification
- #model_source ⇒ Types::AIModelSource
- #optimize_model ⇒ Boolean
- #output_config ⇒ Types::AIRecommendationOutputResult
- #performance_target ⇒ Types::AIRecommendationPerformanceTarget
- #recommendations ⇒ ::Array[Types::AIRecommendation]
- #role_arn ⇒ ::String
- #start_time ⇒ ::Time
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#ai_recommendation_job_arn ⇒ ::String
3524 |
# File 'sig/client.rbs', line 3524
def ai_recommendation_job_arn: () -> ::String
|
#ai_recommendation_job_name ⇒ ::String
3523 |
# File 'sig/client.rbs', line 3523
def ai_recommendation_job_name: () -> ::String
|
#ai_recommendation_job_status ⇒ "InProgress", ...
3525 |
# File 'sig/client.rbs', line 3525
def ai_recommendation_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#ai_workload_config_identifier ⇒ ::String
3530 |
# File 'sig/client.rbs', line 3530
def ai_workload_config_identifier: () -> ::String
|
#compute_spec ⇒ Types::AIRecommendationComputeSpec
3535 |
# File 'sig/client.rbs', line 3535
def compute_spec: () -> Types::AIRecommendationComputeSpec
|
#creation_time ⇒ ::Time
3536 |
# File 'sig/client.rbs', line 3536
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
3538 |
# File 'sig/client.rbs', line 3538
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
3526 |
# File 'sig/client.rbs', line 3526
def failure_reason: () -> ::String
|
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
3529 |
# File 'sig/client.rbs', line 3529
def inference_specification: () -> Types::AIRecommendationInferenceSpecification
|
#model_source ⇒ Types::AIModelSource
3527 |
# File 'sig/client.rbs', line 3527
def model_source: () -> Types::AIModelSource
|
#optimize_model ⇒ Boolean
3531 |
# File 'sig/client.rbs', line 3531
def optimize_model: () -> bool
|
#output_config ⇒ Types::AIRecommendationOutputResult
3528 |
# File 'sig/client.rbs', line 3528
def output_config: () -> Types::AIRecommendationOutputResult
|
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
3532 |
# File 'sig/client.rbs', line 3532
def performance_target: () -> Types::AIRecommendationPerformanceTarget
|
#recommendations ⇒ ::Array[Types::AIRecommendation]
3533 |
# File 'sig/client.rbs', line 3533
def recommendations: () -> ::Array[Types::AIRecommendation]
|
#role_arn ⇒ ::String
3534 |
# File 'sig/client.rbs', line 3534
def role_arn: () -> ::String
|
#start_time ⇒ ::Time
3537 |
# File 'sig/client.rbs', line 3537
def start_time: () -> ::Time
|
#tags ⇒ ::Array[Types::Tag]
3539 |
# File 'sig/client.rbs', line 3539
def tags: () -> ::Array[Types::Tag]
|