Class: Aws::SageMaker::Types::DefaultEbsStorageSettings

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

Overview

A collection of default EBS storage settings that apply to spaces created within a domain or user profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_ebs_volume_size_in_gbInteger

The default size of the EBS storage volume for a space.

Returns:

  • (Integer)


10240
10241
10242
10243
10244
10245
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10240

class DefaultEbsStorageSettings < Struct.new(
  :default_ebs_volume_size_in_gb,
  :maximum_ebs_volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_ebs_volume_size_in_gbInteger

The maximum size of the EBS storage volume for a space.

Returns:

  • (Integer)


10240
10241
10242
10243
10244
10245
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10240

class DefaultEbsStorageSettings < Struct.new(
  :default_ebs_volume_size_in_gb,
  :maximum_ebs_volume_size_in_gb)
  SENSITIVE = []
  include Aws::Structure
end