Uses of Class
software.amazon.awssdk.services.sagemaker.model.RecommendationJobStatus
-
Packages that use RecommendationJobStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RecommendationJobStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RecommendationJobStatus Modifier and Type Method Description static RecommendationJobStatusRecommendationJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecommendationJobStatusDescribeInferenceRecommendationsJobResponse. status()The status of the job.RecommendationJobStatusInferenceRecommendationsJob. status()The status of the job.RecommendationJobStatusInferenceRecommendationsJobStep. status()The current status of the benchmark.RecommendationJobStatusListInferenceRecommendationsJobStepsRequest. status()A filter to return benchmarks of a specified status.RecommendationJobStatusListInferenceRecommendationsJobsRequest. statusEquals()A filter that retrieves only inference recommendations jobs with a specific status.static RecommendationJobStatusRecommendationJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationJobStatus[]RecommendationJobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RecommendationJobStatus Modifier and Type Method Description static Set<RecommendationJobStatus>RecommendationJobStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RecommendationJobStatus Modifier and Type Method Description DescribeInferenceRecommendationsJobResponse.BuilderDescribeInferenceRecommendationsJobResponse.Builder. status(RecommendationJobStatus status)The status of the job.InferenceRecommendationsJob.BuilderInferenceRecommendationsJob.Builder. status(RecommendationJobStatus status)The status of the job.InferenceRecommendationsJobStep.BuilderInferenceRecommendationsJobStep.Builder. status(RecommendationJobStatus status)The current status of the benchmark.ListInferenceRecommendationsJobStepsRequest.BuilderListInferenceRecommendationsJobStepsRequest.Builder. status(RecommendationJobStatus status)A filter to return benchmarks of a specified status.ListInferenceRecommendationsJobsRequest.BuilderListInferenceRecommendationsJobsRequest.Builder. statusEquals(RecommendationJobStatus statusEquals)A filter that retrieves only inference recommendations jobs with a specific status.
-