Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceRecommendationsJob
-
Packages that use InferenceRecommendationsJob Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of InferenceRecommendationsJob in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceRecommendationsJob Modifier and Type Method Description List<InferenceRecommendationsJob>ListInferenceRecommendationsJobsResponse. inferenceRecommendationsJobs()The recommendations created from the Amazon SageMaker Inference Recommender job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceRecommendationsJob Modifier and Type Method Description ListInferenceRecommendationsJobsResponse.BuilderListInferenceRecommendationsJobsResponse.Builder. inferenceRecommendationsJobs(InferenceRecommendationsJob... inferenceRecommendationsJobs)The recommendations created from the Amazon SageMaker Inference Recommender job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceRecommendationsJob Modifier and Type Method Description ListInferenceRecommendationsJobsResponse.BuilderListInferenceRecommendationsJobsResponse.Builder. inferenceRecommendationsJobs(Collection<InferenceRecommendationsJob> inferenceRecommendationsJobs)The recommendations created from the Amazon SageMaker Inference Recommender job. -
Uses of InferenceRecommendationsJob in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type InferenceRecommendationsJob Modifier and Type Method Description SdkIterable<InferenceRecommendationsJob>ListInferenceRecommendationsJobsIterable. inferenceRecommendationsJobs()Returns an iterable to iterate through the paginatedListInferenceRecommendationsJobsResponse.inferenceRecommendationsJobs()member.SdkPublisher<InferenceRecommendationsJob>ListInferenceRecommendationsJobsPublisher. inferenceRecommendationsJobs()Returns a publisher that can be used to get a stream of data.
-