Class: Aws::SageMaker::Types::DerivedInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DerivedInformation
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Information that SageMaker Neo automatically derived about the model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#derived_data_input_config ⇒ String
The data input configuration that SageMaker Neo automatically derived for the model.
Instance Attribute Details
#derived_data_input_config ⇒ String
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.
13565 13566 13567 13568 13569 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13565 class DerivedInformation < Struct.new( :derived_data_input_config) SENSITIVE = [] include Aws::Structure end |