Class: Aws::SageMaker::Types::ClusterFsxLustreConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterFsxLustreConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Defines the configuration for attaching an Amazon FSx for Lustre file system to instances in a SageMaker HyperPod cluster instance group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_name ⇒ String
The DNS name of the Amazon FSx for Lustre file system.
-
#mount_name ⇒ String
The mount name of the Amazon FSx for Lustre file system.
-
#mount_path ⇒ String
The local path where the Amazon FSx for Lustre file system is mounted on instances.
Instance Attribute Details
#dns_name ⇒ String
The DNS name of the Amazon FSx for Lustre file system.
5466 5467 5468 5469 5470 5471 5472 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5466 class ClusterFsxLustreConfig < Struct.new( :dns_name, :mount_name, :mount_path) SENSITIVE = [] include Aws::Structure end |
#mount_name ⇒ String
The mount name of the Amazon FSx for Lustre file system.
5466 5467 5468 5469 5470 5471 5472 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5466 class ClusterFsxLustreConfig < Struct.new( :dns_name, :mount_name, :mount_path) SENSITIVE = [] include Aws::Structure end |
#mount_path ⇒ String
The local path where the Amazon FSx for Lustre file system is mounted on instances.
5466 5467 5468 5469 5470 5471 5472 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5466 class ClusterFsxLustreConfig < Struct.new( :dns_name, :mount_name, :mount_path) SENSITIVE = [] include Aws::Structure end |