S3DataSource

data class S3DataSource(val value: S3DataSource) : ModelDataSource

The Amazon S3 data source of the model to import.

Constructors

Link copied to clipboard
constructor(value: S3DataSource)

Properties

Link copied to clipboard

Inherited 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