Class: Aws::SageMaker::Types::DescribeInferenceRecommendationsJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeInferenceRecommendationsJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name of the job.
Instance Attribute Details
#job_name ⇒ String
The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
15289 15290 15291 15292 15293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15289 class DescribeInferenceRecommendationsJobRequest < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |