Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.AsyncInvokeOutputDataConfig.Builder
Packages that use AsyncInvokeOutputDataConfig.Builder
-
Uses of AsyncInvokeOutputDataConfig.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return AsyncInvokeOutputDataConfig.BuilderModifier and TypeMethodDescriptionAsyncInvokeOutputDataConfig.builder()AsyncInvokeOutputDataConfig.Builder.s3OutputDataConfig(Consumer<AsyncInvokeS3OutputDataConfig.Builder> s3OutputDataConfig) A storage location for the output data in an S3 bucketAsyncInvokeOutputDataConfig.Builder.s3OutputDataConfig(AsyncInvokeS3OutputDataConfig s3OutputDataConfig) A storage location for the output data in an S3 bucketAsyncInvokeOutputDataConfig.toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type AsyncInvokeOutputDataConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AsyncInvokeOutputDataConfig.Builder>AsyncInvokeOutputDataConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type AsyncInvokeOutputDataConfig.BuilderModifier and TypeMethodDescriptiondefault AsyncInvokeSummary.BuilderAsyncInvokeSummary.Builder.outputDataConfig(Consumer<AsyncInvokeOutputDataConfig.Builder> outputDataConfig) The invocation's output data settings.default GetAsyncInvokeResponse.BuilderGetAsyncInvokeResponse.Builder.outputDataConfig(Consumer<AsyncInvokeOutputDataConfig.Builder> outputDataConfig) Output data settings.default StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder.outputDataConfig(Consumer<AsyncInvokeOutputDataConfig.Builder> outputDataConfig) Where to store the output.