CustomFileSystem

sealed class CustomFileSystem

A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.

Inheritors

Types

Link copied to clipboard

A custom file system in Amazon EFS.

Link copied to clipboard

A custom file system in Amazon FSx for Lustre.

Link copied to clipboard
data class S3FileSystem(val value: S3FileSystem) : CustomFileSystem

A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this CustomFileSystem as a S3FileSystem and retrieves its aws.sdk.kotlin.services.sagemaker.model.S3FileSystem value. Throws an exception if the CustomFileSystem is not a S3FileSystem.

Link copied to clipboard