Class: Aws::SageMaker::Types::ManagedConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ManagedConfiguration
- Defined in:
- gems/aws-sdk-sagemaker/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.
39162 39163 39164 39165 39166 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39162 class ManagedConfiguration < Struct.new( :managed_storage_type) SENSITIVE = [] include Aws::Structure end |