Class: Aws::SageMaker::Types::ClusterFsxOpenZfsConfig

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

Overview

Defines the configuration for attaching an Amazon FSx for OpenZFS 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 OpenZFS file system.

Returns:

  • (String)


5488
5489
5490
5491
5492
5493
# File 'lib/aws-sdk-sagemaker/types.rb', line 5488

class ClusterFsxOpenZfsConfig < Struct.new(
  :dns_name,
  :mount_path)
  SENSITIVE = []
  include Aws::Structure
end

#mount_pathString

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

Returns:

  • (String)


5488
5489
5490
5491
5492
5493
# File 'lib/aws-sdk-sagemaker/types.rb', line 5488

class ClusterFsxOpenZfsConfig < Struct.new(
  :dns_name,
  :mount_path)
  SENSITIVE = []
  include Aws::Structure
end