Class: Aws::SageMaker::Types::DerivedInformation

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

Overview

Information that SageMaker Neo automatically derived about the model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#derived_data_input_configString

The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo derives this information, you don’t need to specify the data input configuration when you create a compilation job.

Returns:

  • (String)


10439
10440
10441
10442
10443
# File 'lib/aws-sdk-sagemaker/types.rb', line 10439

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