Class: Aws::SageMaker::Types::DescribeInferenceRecommendationsJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

Returns:

  • (String)


14430
14431
14432
14433
14434
# File 'lib/aws-sdk-sagemaker/types.rb', line 14430

class DescribeInferenceRecommendationsJobRequest < Struct.new(
  :job_name)
  SENSITIVE = []
  include Aws::Structure
end