AsyncInvokeOutputDataConfig
Asynchronous invocation output data settings.
Inheritors
Types
Link copied to clipboard
data class S3OutputDataConfig(val value: AsyncInvokeS3OutputDataConfig) : AsyncInvokeOutputDataConfig
A storage location for the output data in an S3 bucket
Link copied to clipboard
Functions
Link copied to clipboard
Casts this AsyncInvokeOutputDataConfig as a S3OutputDataConfig and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.AsyncInvokeS3OutputDataConfig value. Throws an exception if the AsyncInvokeOutputDataConfig is not a S3OutputDataConfig.
Link copied to clipboard
Casts this AsyncInvokeOutputDataConfig as a S3OutputDataConfig and retrieves its aws.sdk.kotlin.services.bedrockruntime.model.AsyncInvokeS3OutputDataConfig value. Returns null if the AsyncInvokeOutputDataConfig is not a S3OutputDataConfig.