S3

data class S3(val value: AiModelSourceS3) : AiModelSource

The Amazon S3 location of the model artifacts.

Constructors

Link copied to clipboard
constructor(value: AiModelSourceS3)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

Casts this AiModelSource as a S3 and retrieves its aws.sdk.kotlin.services.sagemaker.model.AiModelSourceS3 value. Returns null if the AiModelSource is not a S3.