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.
15215 15216 15217 15218 15219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15215 class DescribeInferenceRecommendationsJobRequest < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |