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
3556 |
# File 'sig/client.rbs', line 3556
def adapter_source: () -> Types::AIAdapterSource
|
#ai_recommendation_job_arn ⇒ ::String
3544 |
# File 'sig/client.rbs', line 3544
def ai_recommendation_job_arn: () -> ::String
|
#ai_recommendation_job_name ⇒ ::String
3543 |
# File 'sig/client.rbs', line 3543
def ai_recommendation_job_name: () -> ::String
|
#ai_recommendation_job_status ⇒ "InProgress", ...
3545 |
# File 'sig/client.rbs', line 3545
def ai_recommendation_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#ai_workload_config_identifier ⇒ ::String
3550 |
# File 'sig/client.rbs', line 3550
def ai_workload_config_identifier: () -> ::String
|
#compute_spec ⇒ Types::AIRecommendationComputeSpec
3555 |
# File 'sig/client.rbs', line 3555
def compute_spec: () -> Types::AIRecommendationComputeSpec
|
#creation_time ⇒ ::Time
3557 |
# File 'sig/client.rbs', line 3557
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
3559 |
# File 'sig/client.rbs', line 3559
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
3546 |
# File 'sig/client.rbs', line 3546
def failure_reason: () -> ::String
|
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
3549 |
# File 'sig/client.rbs', line 3549
def inference_specification: () -> Types::AIRecommendationInferenceSpecification
|
#model_source ⇒ Types::AIModelSource
3547 |
# File 'sig/client.rbs', line 3547
def model_source: () -> Types::AIModelSource
|
#optimize_model ⇒ Boolean
3551 |
# File 'sig/client.rbs', line 3551
def optimize_model: () -> bool
|
#output_config ⇒ Types::AIRecommendationOutputResult
3548 |
# File 'sig/client.rbs', line 3548
def output_config: () -> Types::AIRecommendationOutputResult
|
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
3552 |
# File 'sig/client.rbs', line 3552
def performance_target: () -> Types::AIRecommendationPerformanceTarget
|
#recommendations ⇒ ::Array[Types::AIRecommendation]
3553 |
# File 'sig/client.rbs', line 3553
def recommendations: () -> ::Array[Types::AIRecommendation]
|
#role_arn ⇒ ::String
3554 |
# File 'sig/client.rbs', line 3554
def role_arn: () -> ::String
|
#start_time ⇒ ::Time
3558 |
# File 'sig/client.rbs', line 3558
def start_time: () -> ::Time
|
#tags ⇒ ::Array[Types::Tag]
3560 |
# File 'sig/client.rbs', line 3560
def tags: () -> ::Array[Types::Tag]
|