interface FSxLustreConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnCluster.FSxLustreConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnCluster_FSxLustreConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnCluster.FSxLustreConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnCluster.FSxLustreConfigProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnCluster » FSxLustreConfigProperty |
Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const fSxLustreConfigProperty: sagemaker.CfnCluster.FSxLustreConfigProperty = {
perUnitStorageThroughput: 123,
sizeInGiB: 123,
};
Properties
Name | Type | Description |
---|---|---|
per | number | The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage. |
size | number | The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB). |
perUnitStorageThroughput
Type:
number
The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.
sizeInGiB
Type:
number
The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).