Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeOutputDataConfig
Packages that use AsyncInvokeOutputDataConfig
-
Uses of AsyncInvokeOutputDataConfig in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AsyncInvokeOutputDataConfigModifier and TypeMethodDescriptionstatic 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.AsyncInvokeSummary.outputDataConfig()The invocation's output data settings.GetAsyncInvokeResponse.outputDataConfig()Output data settings.StartAsyncInvokeRequest.outputDataConfig()Where to store the output.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type AsyncInvokeOutputDataConfigModifier and TypeMethodDescriptionAsyncInvokeSummary.Builder.outputDataConfig(AsyncInvokeOutputDataConfig outputDataConfig) The invocation's output data settings.GetAsyncInvokeResponse.Builder.outputDataConfig(AsyncInvokeOutputDataConfig outputDataConfig) Output data settings.StartAsyncInvokeRequest.Builder.outputDataConfig(AsyncInvokeOutputDataConfig outputDataConfig) Where to store the output.