Class: Aws::SageMaker::Types::ManagedConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ManagedConfiguration
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The managed configuration of a model package group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_storage_type ⇒ String
The storage type of the model package.
Instance Attribute Details
#managed_storage_type ⇒ String
The storage type of the model package.
40165 40166 40167 40168 40169 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40165 class ManagedConfiguration < Struct.new( :managed_storage_type) SENSITIVE = [] include Aws::Structure end |