Uses of Interface
software.amazon.awssdk.services.personalize.model.DescribeBatchInferenceJobRequest.Builder
-
Packages that use DescribeBatchInferenceJobRequest.Builder Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.model -
-
Uses of DescribeBatchInferenceJobRequest.Builder in software.amazon.awssdk.services.personalize
Method parameters in software.amazon.awssdk.services.personalize with type arguments of type DescribeBatchInferenceJobRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeBatchInferenceJobResponse>PersonalizeAsyncClient. describeBatchInferenceJob(Consumer<DescribeBatchInferenceJobRequest.Builder> describeBatchInferenceJobRequest)Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.default DescribeBatchInferenceJobResponsePersonalizeClient. describeBatchInferenceJob(Consumer<DescribeBatchInferenceJobRequest.Builder> describeBatchInferenceJobRequest)Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations. -
Uses of DescribeBatchInferenceJobRequest.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return DescribeBatchInferenceJobRequest.Builder Modifier and Type Method Description DescribeBatchInferenceJobRequest.BuilderDescribeBatchInferenceJobRequest.Builder. batchInferenceJobArn(String batchInferenceJobArn)The ARN of the batch inference job to describe.static DescribeBatchInferenceJobRequest.BuilderDescribeBatchInferenceJobRequest. builder()DescribeBatchInferenceJobRequest.BuilderDescribeBatchInferenceJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBatchInferenceJobRequest.BuilderDescribeBatchInferenceJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeBatchInferenceJobRequest.BuilderDescribeBatchInferenceJobRequest. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type DescribeBatchInferenceJobRequest.Builder Modifier and Type Method Description static Class<? extends DescribeBatchInferenceJobRequest.Builder>DescribeBatchInferenceJobRequest. serializableBuilderClass()
-