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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


40903
40904
40905
40906
40907
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40903

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