ModelInvocationJobOutputDataConfig
Contains the configuration of the S3 location of the output data.
Inheritors
Types
Link copied to clipboard
data class S3OutputDataConfig(val value: ModelInvocationJobS3OutputDataConfig) : ModelInvocationJobOutputDataConfig
Contains the configuration of the S3 location of the output data.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this ModelInvocationJobOutputDataConfig as a S3OutputDataConfig and retrieves its aws.sdk.kotlin.services.bedrock.model.ModelInvocationJobS3OutputDataConfig value. Throws an exception if the ModelInvocationJobOutputDataConfig is not a S3OutputDataConfig.
Link copied to clipboard
Casts this ModelInvocationJobOutputDataConfig as a S3OutputDataConfig and retrieves its aws.sdk.kotlin.services.bedrock.model.ModelInvocationJobS3OutputDataConfig value. Returns null if the ModelInvocationJobOutputDataConfig is not a S3OutputDataConfig.