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
3579 |
# File 'sig/client.rbs', line 3579 def adapter_source: () -> Types::AIAdapterSource |
#ai_recommendation_job_arn ⇒ ::String
3567 |
# File 'sig/client.rbs', line 3567 def ai_recommendation_job_arn: () -> ::String |
#ai_recommendation_job_name ⇒ ::String
3566 |
# File 'sig/client.rbs', line 3566 def ai_recommendation_job_name: () -> ::String |
#ai_recommendation_job_status ⇒ "InProgress", ...
3568 |
# File 'sig/client.rbs', line 3568 def ai_recommendation_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped") |
#ai_workload_config_identifier ⇒ ::String
3573 |
# File 'sig/client.rbs', line 3573 def ai_workload_config_identifier: () -> ::String |
#compute_spec ⇒ Types::AIRecommendationComputeSpec
3578 |
# File 'sig/client.rbs', line 3578 def compute_spec: () -> Types::AIRecommendationComputeSpec |
#creation_time ⇒ ::Time
3580 |
# File 'sig/client.rbs', line 3580 def creation_time: () -> ::Time |
#end_time ⇒ ::Time
3582 |
# File 'sig/client.rbs', line 3582 def end_time: () -> ::Time |
#failure_reason ⇒ ::String
3569 |
# File 'sig/client.rbs', line 3569 def failure_reason: () -> ::String |
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
3572 |
# File 'sig/client.rbs', line 3572 def inference_specification: () -> Types::AIRecommendationInferenceSpecification |
#model_source ⇒ Types::AIModelSource
3570 |
# File 'sig/client.rbs', line 3570 def model_source: () -> Types::AIModelSource |
#optimize_model ⇒ Boolean
3574 |
# File 'sig/client.rbs', line 3574 def optimize_model: () -> bool |
#output_config ⇒ Types::AIRecommendationOutputResult
3571 |
# File 'sig/client.rbs', line 3571 def output_config: () -> Types::AIRecommendationOutputResult |
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
3575 |
# File 'sig/client.rbs', line 3575 def performance_target: () -> Types::AIRecommendationPerformanceTarget |
#recommendations ⇒ ::Array[Types::AIRecommendation]
3576 |
# File 'sig/client.rbs', line 3576 def recommendations: () -> ::Array[Types::AIRecommendation] |
#role_arn ⇒ ::String
3577 |
# File 'sig/client.rbs', line 3577 def role_arn: () -> ::String |
#start_time ⇒ ::Time
3581 |
# File 'sig/client.rbs', line 3581 def start_time: () -> ::Time |
#tags ⇒ ::Array[Types::Tag]
3583 |
# File 'sig/client.rbs', line 3583 def tags: () -> ::Array[Types::Tag] |