Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeOutputDataConfig
-
Packages that use AsyncInvokeOutputDataConfig Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of AsyncInvokeOutputDataConfig in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AsyncInvokeOutputDataConfig Modifier and Type Method Description static AsyncInvokeOutputDataConfigAsyncInvokeOutputDataConfig. fromS3OutputDataConfig(Consumer<AsyncInvokeS3OutputDataConfig.Builder> s3OutputDataConfig)Create an instance of this class withs3OutputDataConfig()initialized to the given value.static AsyncInvokeOutputDataConfigAsyncInvokeOutputDataConfig. fromS3OutputDataConfig(AsyncInvokeS3OutputDataConfig s3OutputDataConfig)Create an instance of this class withs3OutputDataConfig()initialized to the given value.AsyncInvokeOutputDataConfigAsyncInvokeSummary. outputDataConfig()The invocation's output data settings.AsyncInvokeOutputDataConfigGetAsyncInvokeResponse. outputDataConfig()Output data settings.AsyncInvokeOutputDataConfigStartAsyncInvokeRequest. outputDataConfig()Where to store the output.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AsyncInvokeOutputDataConfig Modifier and Type Method Description AsyncInvokeSummary.BuilderAsyncInvokeSummary.Builder. outputDataConfig(AsyncInvokeOutputDataConfig outputDataConfig)The invocation's output data settings.GetAsyncInvokeResponse.BuilderGetAsyncInvokeResponse.Builder. outputDataConfig(AsyncInvokeOutputDataConfig outputDataConfig)Output data settings.StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. outputDataConfig(AsyncInvokeOutputDataConfig outputDataConfig)Where to store the output.
-