Class: Aws::Types::DescribeAIRecommendationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAIRecommendationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapter_source ⇒ Types::AIAdapterSource
Returns the value of attribute adapter_source.
-
#ai_recommendation_job_arn ⇒ ::String
Returns the value of attribute ai_recommendation_job_arn.
-
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
-
#ai_recommendation_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_recommendation_job_status.
-
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
-
#compute_spec ⇒ Types::AIRecommendationComputeSpec
Returns the value of attribute compute_spec.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
Returns the value of attribute inference_specification.
-
#model_source ⇒ Types::AIModelSource
Returns the value of attribute model_source.
-
#optimize_model ⇒ Boolean
Returns the value of attribute optimize_model.
-
#output_config ⇒ Types::AIRecommendationOutputResult
Returns the value of attribute output_config.
-
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
Returns the value of attribute performance_target.
-
#recommendations ⇒ ::Array[Types::AIRecommendation]
Returns the value of attribute recommendations.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#adapter_source ⇒ Types::AIAdapterSource
Returns the value of attribute adapter_source.
3735 3736 3737 |
# File 'sig/types.rbs', line 3735 def adapter_source @adapter_source end |
#ai_recommendation_job_arn ⇒ ::String
Returns the value of attribute ai_recommendation_job_arn.
3723 3724 3725 |
# File 'sig/types.rbs', line 3723 def ai_recommendation_job_arn @ai_recommendation_job_arn end |
#ai_recommendation_job_name ⇒ ::String
Returns the value of attribute ai_recommendation_job_name.
3722 3723 3724 |
# File 'sig/types.rbs', line 3722 def ai_recommendation_job_name @ai_recommendation_job_name end |
#ai_recommendation_job_status ⇒ "InProgress", ...
Returns the value of attribute ai_recommendation_job_status.
3724 3725 3726 |
# File 'sig/types.rbs', line 3724 def ai_recommendation_job_status @ai_recommendation_job_status end |
#ai_workload_config_identifier ⇒ ::String
Returns the value of attribute ai_workload_config_identifier.
3729 3730 3731 |
# File 'sig/types.rbs', line 3729 def ai_workload_config_identifier @ai_workload_config_identifier end |
#compute_spec ⇒ Types::AIRecommendationComputeSpec
Returns the value of attribute compute_spec.
3734 3735 3736 |
# File 'sig/types.rbs', line 3734 def compute_spec @compute_spec end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
3736 3737 3738 |
# File 'sig/types.rbs', line 3736 def creation_time @creation_time end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3738 3739 3740 |
# File 'sig/types.rbs', line 3738 def end_time @end_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
3725 3726 3727 |
# File 'sig/types.rbs', line 3725 def failure_reason @failure_reason end |
#inference_specification ⇒ Types::AIRecommendationInferenceSpecification
Returns the value of attribute inference_specification.
3728 3729 3730 |
# File 'sig/types.rbs', line 3728 def inference_specification @inference_specification end |
#model_source ⇒ Types::AIModelSource
Returns the value of attribute model_source.
3726 3727 3728 |
# File 'sig/types.rbs', line 3726 def model_source @model_source end |
#optimize_model ⇒ Boolean
Returns the value of attribute optimize_model.
3730 3731 3732 |
# File 'sig/types.rbs', line 3730 def optimize_model @optimize_model end |
#output_config ⇒ Types::AIRecommendationOutputResult
Returns the value of attribute output_config.
3727 3728 3729 |
# File 'sig/types.rbs', line 3727 def output_config @output_config end |
#performance_target ⇒ Types::AIRecommendationPerformanceTarget
Returns the value of attribute performance_target.
3731 3732 3733 |
# File 'sig/types.rbs', line 3731 def performance_target @performance_target end |
#recommendations ⇒ ::Array[Types::AIRecommendation]
Returns the value of attribute recommendations.
3732 3733 3734 |
# File 'sig/types.rbs', line 3732 def recommendations @recommendations end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3733 3734 3735 |
# File 'sig/types.rbs', line 3733 def role_arn @role_arn end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3737 3738 3739 |
# File 'sig/types.rbs', line 3737 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3739 3740 3741 |
# File 'sig/types.rbs', line 3739 def @tags end |