Class: Aws::SageMaker::Types::FSxLustreConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FSxLustreConfig
- 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
-
#per_unit_storage_throughput ⇒ Integer
The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.
-
#size_in_gi_b ⇒ Integer
The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).
Instance Attribute Details
#per_unit_storage_throughput ⇒ Integer
The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.
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_b ⇒ Integer
The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).
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 |