ModelDataSource

sealed class ModelDataSource

The data source of the model to import.

Inheritors

Types

Link copied to clipboard
data class S3DataSource(val value: S3DataSource) : ModelDataSource

The Amazon S3 data source of the model to import.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this ModelDataSource as a S3DataSource and retrieves its aws.sdk.kotlin.services.bedrock.model.S3DataSource value. Throws an exception if the ModelDataSource is not a S3DataSource.

Link copied to clipboard