Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLCandidate
-
Packages that use AutoMLCandidate Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of AutoMLCandidate in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLCandidate Modifier and Type Method Description AutoMLCandidateDescribeAutoMlJobResponse. bestCandidate()The best model candidate selected by SageMaker AI Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.AutoMLCandidateDescribeAutoMlJobV2Response. bestCandidate()Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLCandidate Modifier and Type Method Description List<AutoMLCandidate>ListCandidatesForAutoMlJobResponse. candidates()Summaries about theAutoMLCandidates.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLCandidate Modifier and Type Method Description DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. bestCandidate(AutoMLCandidate bestCandidate)The best model candidate selected by SageMaker AI Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. bestCandidate(AutoMLCandidate bestCandidate)Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.ListCandidatesForAutoMlJobResponse.BuilderListCandidatesForAutoMlJobResponse.Builder. candidates(AutoMLCandidate... candidates)Summaries about theAutoMLCandidates.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLCandidate Modifier and Type Method Description ListCandidatesForAutoMlJobResponse.BuilderListCandidatesForAutoMlJobResponse.Builder. candidates(Collection<AutoMLCandidate> candidates)Summaries about theAutoMLCandidates. -
Uses of AutoMLCandidate in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type AutoMLCandidate Modifier and Type Method Description SdkIterable<AutoMLCandidate>ListCandidatesForAutoMLJobIterable. candidates()Returns an iterable to iterate through the paginatedListCandidatesForAutoMlJobResponse.candidates()member.SdkPublisher<AutoMLCandidate>ListCandidatesForAutoMLJobPublisher. candidates()Returns a publisher that can be used to get a stream of data.
-