Uses of Class
software.amazon.awssdk.services.bedrock.model.ModelInvocationJobInputDataConfig
-
Packages that use ModelInvocationJobInputDataConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of ModelInvocationJobInputDataConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return ModelInvocationJobInputDataConfig Modifier and Type Method Description static ModelInvocationJobInputDataConfigModelInvocationJobInputDataConfig. fromS3InputDataConfig(Consumer<ModelInvocationJobS3InputDataConfig.Builder> s3InputDataConfig)Create an instance of this class withs3InputDataConfig()initialized to the given value.static ModelInvocationJobInputDataConfigModelInvocationJobInputDataConfig. fromS3InputDataConfig(ModelInvocationJobS3InputDataConfig s3InputDataConfig)Create an instance of this class withs3InputDataConfig()initialized to the given value.ModelInvocationJobInputDataConfigCreateModelInvocationJobRequest. inputDataConfig()Details about the location of the input to the batch inference job.ModelInvocationJobInputDataConfigGetModelInvocationJobResponse. inputDataConfig()Details about the location of the input to the batch inference job.ModelInvocationJobInputDataConfigModelInvocationJobSummary. inputDataConfig()Details about the location of the input to the batch inference job.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type ModelInvocationJobInputDataConfig Modifier and Type Method Description CreateModelInvocationJobRequest.BuilderCreateModelInvocationJobRequest.Builder. inputDataConfig(ModelInvocationJobInputDataConfig inputDataConfig)Details about the location of the input to the batch inference job.GetModelInvocationJobResponse.BuilderGetModelInvocationJobResponse.Builder. inputDataConfig(ModelInvocationJobInputDataConfig inputDataConfig)Details about the location of the input to the batch inference job.ModelInvocationJobSummary.BuilderModelInvocationJobSummary.Builder. inputDataConfig(ModelInvocationJobInputDataConfig inputDataConfig)Details about the location of the input to the batch inference job.
-