Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelInvocationJobS3InputDataConfig
-
Packages that use ModelInvocationJobS3InputDataConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelInvocationJobS3InputDataConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelInvocationJobS3InputDataConfig Modifier and Type Method Description ModelInvocationJobS3InputDataConfigModelInvocationJobInputDataConfig. s3InputDataConfig()Contains the configuration of the S3 location of the input data.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelInvocationJobS3InputDataConfig Modifier and Type Method Description static ModelInvocationJobInputDataConfigModelInvocationJobInputDataConfig. fromS3InputDataConfig(ModelInvocationJobS3InputDataConfig s3InputDataConfig)Create an instance of this class withModelInvocationJobInputDataConfig.s3InputDataConfig()initialized to the given value.ModelInvocationJobInputDataConfig.BuilderModelInvocationJobInputDataConfig.Builder. s3InputDataConfig(ModelInvocationJobS3InputDataConfig s3InputDataConfig)Contains the configuration of the S3 location of the input data.
-