Module: Aws::SageMaker::Client::_DescribeAIRecommendationJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAIRecommendationJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #adapter_source ⇒ Types::AIAdapterSource
- #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
#adapter_source ⇒ Types::AIAdapterSource
3551 |
# File 'sig/client.rbs', line 3551
def adapter_source: () -> Types::AIAdapterSource
|
#ai_recommendation_job_arn ⇒ ::String
3539 |
# File 'sig/client.rbs', line 3539
def ai_recommendation_job_arn: () -> ::String
|
#ai_recommendation_job_name ⇒ ::String
3538 |
# File 'sig/client.rbs', line 3538
def ai_recommendation_job_name: () -> ::String
|
#ai_recommendation_job_status ⇒ "InProgress", ...
3540 |
# File 'sig/client.rbs', line 3540
def ai_recommendation_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#ai_workload_config_identifier ⇒ ::String
3545 |
# File 'sig/client.rbs', line 3545
def ai_workload_config_identifier: () -> ::String
|
#compute_spec ⇒ Types::AIRecommendationComputeSpec
3550 |
# File 'sig/client.rbs', line 3550
def compute_spec: () -> Types::AIRecommendationComputeSpec
|
#creation_time ⇒ ::Time
3552 |
# File 'sig/client.rbs', line 3552
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
3554 |
# File 'sig/client.rbs', line 3554
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
3541 |
# File 'sig/client.rbs', line 3541
def failure_reason: () -> ::String
|
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
3544 |
# File 'sig/client.rbs', line 3544
def inference_specification: () -> Types::AIRecommendationInferenceSpecification
|
#model_source ⇒ Types::AIModelSource
3542 |
# File 'sig/client.rbs', line 3542
def model_source: () -> Types::AIModelSource
|
#optimize_model ⇒ Boolean
3546 |
# File 'sig/client.rbs', line 3546
def optimize_model: () -> bool
|
#output_config ⇒ Types::AIRecommendationOutputResult
3543 |
# File 'sig/client.rbs', line 3543
def output_config: () -> Types::AIRecommendationOutputResult
|
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
3547 |
# File 'sig/client.rbs', line 3547
def performance_target: () -> Types::AIRecommendationPerformanceTarget
|
#recommendations ⇒ ::Array[Types::AIRecommendation]
3548 |
# File 'sig/client.rbs', line 3548
def recommendations: () -> ::Array[Types::AIRecommendation]
|
#role_arn ⇒ ::String
3549 |
# File 'sig/client.rbs', line 3549
def role_arn: () -> ::String
|
#start_time ⇒ ::Time
3553 |
# File 'sig/client.rbs', line 3553
def start_time: () -> ::Time
|
#tags ⇒ ::Array[Types::Tag]
3555 |
# File 'sig/client.rbs', line 3555
def tags: () -> ::Array[Types::Tag]
|