Values_0.ClusterFsxLustreConfigSourceDefines the configuration for attaching an Amazon FSx for Lustre file system to instances in a SageMaker HyperPod cluster instance group.
type nonrec t = {dnsName : ClusterDnsName.t;The DNS name of the Amazon FSx for Lustre file system.
*)mountName : ClusterMountName.t;The mount name of the Amazon FSx for Lustre file system.
*)mountPath : ClusterFsxMountPath.t option;The local path where the Amazon FSx for Lustre file system is mounted on instances.
*)}val make :
?mountPath:??? ->
dnsName:ClusterDnsName.t ->
mountName:ClusterMountName.t ->
unit ->
t