Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceRecommendationsJobStep
-
Packages that use InferenceRecommendationsJobStep Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of InferenceRecommendationsJobStep in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceRecommendationsJobStep Modifier and Type Method Description List<InferenceRecommendationsJobStep>ListInferenceRecommendationsJobStepsResponse. steps()A list of all subtask details in Inference Recommender.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceRecommendationsJobStep Modifier and Type Method Description ListInferenceRecommendationsJobStepsResponse.BuilderListInferenceRecommendationsJobStepsResponse.Builder. steps(InferenceRecommendationsJobStep... steps)A list of all subtask details in Inference Recommender.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceRecommendationsJobStep Modifier and Type Method Description ListInferenceRecommendationsJobStepsResponse.BuilderListInferenceRecommendationsJobStepsResponse.Builder. steps(Collection<InferenceRecommendationsJobStep> steps)A list of all subtask details in Inference Recommender. -
Uses of InferenceRecommendationsJobStep in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type InferenceRecommendationsJobStep Modifier and Type Method Description SdkIterable<InferenceRecommendationsJobStep>ListInferenceRecommendationsJobStepsIterable. steps()Returns an iterable to iterate through the paginatedListInferenceRecommendationsJobStepsResponse.steps()member.SdkPublisher<InferenceRecommendationsJobStep>ListInferenceRecommendationsJobStepsPublisher. steps()Returns a publisher that can be used to get a stream of data.
-