interface S3FileSystemConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnUserProfile.S3FileSystemConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnUserProfile_S3FileSystemConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnUserProfile.S3FileSystemConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnUserProfile.S3FileSystemConfigProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnUserProfile » S3FileSystemConfigProperty |
Configuration for the custom Amazon S3 file system.
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 s3FileSystemConfigProperty: sagemaker.CfnUserProfile.S3FileSystemConfigProperty = {
mountPath: 'mountPath',
s3Uri: 's3Uri',
};
Properties
Name | Type | Description |
---|---|---|
mount | string | The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment. |
s3 | string | The Amazon S3 URI of the S3 file system configuration. |
mountPath?
Type:
string
(optional)
The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.
s3Uri?
Type:
string
(optional)
The Amazon S3 URI of the S3 file system configuration.