S3FileSystem

data class S3FileSystem(val value: S3FileSystem) : CustomFileSystem

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

Constructors

Link copied to clipboard
constructor(value: S3FileSystem)

Properties

Link copied to clipboard

Inherited 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