Class: Aws::SageMaker::Types::OptimizationSageMakerModel

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

Overview

A SageMaker model to use as the source or destination for an optimization job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_nameString

The name of a SageMaker model.

Returns:

  • (String)


43226
43227
43228
43229
43230
# File 'lib/aws-sdk-sagemaker/types.rb', line 43226

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