Class: Aws::SageMaker::Types::ClusterFsxLustreConfig

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

Instance Attribute Details

#dns_nameString

The DNS name of the Amazon FSx for Lustre file system.

Returns:

  • (String)


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_nameString

The mount name of the Amazon FSx for Lustre file system.

Returns:

  • (String)


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_pathString

The local path where the Amazon FSx for Lustre file system is mounted on instances.

Returns:

  • (String)


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