Class: Aws::SageMaker::Types::FSxLustreConfig

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

Overview

Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#per_unit_storage_throughputInteger

The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.

Returns:

  • (Integer)


22388
22389
22390
22391
22392
22393
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22388

class FSxLustreConfig < Struct.new(
  :size_in_gi_b,
  :per_unit_storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end

#size_in_gi_bInteger

The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).

Returns:

  • (Integer)


22388
22389
22390
22391
22392
22393
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22388

class FSxLustreConfig < Struct.new(
  :size_in_gi_b,
  :per_unit_storage_throughput)
  SENSITIVE = []
  include Aws::Structure
end