Class: Aws::SageMaker::Types::ClusterFsxOpenZfsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterFsxOpenZfsConfig
- 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
-
#dns_name ⇒ String
The DNS name of the Amazon FSx for OpenZFS file system.
-
#mount_path ⇒ String
The local path where the Amazon FSx for OpenZFS file system is mounted on instances.
Instance Attribute Details
#dns_name ⇒ String
The DNS name of the Amazon FSx for OpenZFS file system.
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_path ⇒ String
The local path where the Amazon FSx for OpenZFS file system is mounted on instances.
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 |