Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelInvocationJobOutputDataConfig
-
Packages that use ModelInvocationJobOutputDataConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelInvocationJobOutputDataConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelInvocationJobOutputDataConfig Modifier and Type Method Description static ModelInvocationJobOutputDataConfigModelInvocationJobOutputDataConfig. fromS3OutputDataConfig(Consumer<ModelInvocationJobS3OutputDataConfig.Builder> s3OutputDataConfig)Create an instance of this class withs3OutputDataConfig()initialized to the given value.static ModelInvocationJobOutputDataConfigModelInvocationJobOutputDataConfig. fromS3OutputDataConfig(ModelInvocationJobS3OutputDataConfig s3OutputDataConfig)Create an instance of this class withs3OutputDataConfig()initialized to the given value.ModelInvocationJobOutputDataConfigCreateModelInvocationJobRequest. outputDataConfig()Details about the location of the output of the batch inference job.ModelInvocationJobOutputDataConfigGetModelInvocationJobResponse. outputDataConfig()Details about the location of the output of the batch inference job.ModelInvocationJobOutputDataConfigModelInvocationJobSummary. outputDataConfig()Details about the location of the output of the batch inference job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelInvocationJobOutputDataConfig Modifier and Type Method Description CreateModelInvocationJobRequest.BuilderCreateModelInvocationJobRequest.Builder. outputDataConfig(ModelInvocationJobOutputDataConfig outputDataConfig)Details about the location of the output of the batch inference job.GetModelInvocationJobResponse.BuilderGetModelInvocationJobResponse.Builder. outputDataConfig(ModelInvocationJobOutputDataConfig outputDataConfig)Details about the location of the output of the batch inference job.ModelInvocationJobSummary.BuilderModelInvocationJobSummary.Builder. outputDataConfig(ModelInvocationJobOutputDataConfig outputDataConfig)Details about the location of the output of the batch inference job.
-