ModelInvocationJobInputDataConfig
Details about the location of the input to the batch inference job.
Inheritors
Types
Link copied to clipboard
data class S3InputDataConfig(val value: ModelInvocationJobS3InputDataConfig) : ModelInvocationJobInputDataConfig
Contains the configuration of the S3 location of the input data.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this ModelInvocationJobInputDataConfig as a S3InputDataConfig and retrieves its aws.sdk.kotlin.services.bedrock.model.ModelInvocationJobS3InputDataConfig value. Throws an exception if the ModelInvocationJobInputDataConfig is not a S3InputDataConfig.
Link copied to clipboard
Casts this ModelInvocationJobInputDataConfig as a S3InputDataConfig and retrieves its aws.sdk.kotlin.services.bedrock.model.ModelInvocationJobS3InputDataConfig value. Returns null if the ModelInvocationJobInputDataConfig is not a S3InputDataConfig.