Class: Aws::SageMaker::Types::DescribeInferenceRecommendationsJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeInferenceRecommendationsJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
15328 15329 15330 15331 15332 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 15328 class DescribeInferenceRecommendationsJobRequest < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |