Class: Aws::SageMaker::Types::DescribeAIRecommendationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAIRecommendationJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_recommendation_job_name ⇒ String
The name of the AI recommendation job to describe.
Instance Attribute Details
#ai_recommendation_job_name ⇒ String
The name of the AI recommendation job to describe.
16674 16675 16676 16677 16678 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16674 class DescribeAIRecommendationJobRequest < Struct.new( :ai_recommendation_job_name) SENSITIVE = [] include Aws::Structure end |