Class: Aws::SageMaker::Types::ManagedConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#managed_storage_typeString

The storage type of the model package.

Returns:

  • (String)


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