Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelInvocationJobS3OutputDataConfig
-
Packages that use ModelInvocationJobS3OutputDataConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelInvocationJobS3OutputDataConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelInvocationJobS3OutputDataConfig Modifier and Type Method Description ModelInvocationJobS3OutputDataConfigModelInvocationJobOutputDataConfig. s3OutputDataConfig()Contains the configuration of the S3 location of the output data.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelInvocationJobS3OutputDataConfig Modifier and Type Method Description static ModelInvocationJobOutputDataConfigModelInvocationJobOutputDataConfig. fromS3OutputDataConfig(ModelInvocationJobS3OutputDataConfig s3OutputDataConfig)Create an instance of this class withModelInvocationJobOutputDataConfig.s3OutputDataConfig()initialized to the given value.ModelInvocationJobOutputDataConfig.BuilderModelInvocationJobOutputDataConfig.Builder. s3OutputDataConfig(ModelInvocationJobS3OutputDataConfig s3OutputDataConfig)Contains the configuration of the S3 location of the output data.
-