Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListCandidatesForAutoMlJobResponse.Builder
-
Packages that use ListCandidatesForAutoMlJobResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListCandidatesForAutoMlJobResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListCandidatesForAutoMlJobResponse.Builder Modifier and Type Method Description static ListCandidatesForAutoMlJobResponse.BuilderListCandidatesForAutoMlJobResponse. builder()ListCandidatesForAutoMlJobResponse.BuilderListCandidatesForAutoMlJobResponse.Builder. candidates(Collection<AutoMLCandidate> candidates)Summaries about theAutoMLCandidates.ListCandidatesForAutoMlJobResponse.BuilderListCandidatesForAutoMlJobResponse.Builder. candidates(Consumer<AutoMLCandidate.Builder>... candidates)Summaries about theAutoMLCandidates.ListCandidatesForAutoMlJobResponse.BuilderListCandidatesForAutoMlJobResponse.Builder. candidates(AutoMLCandidate... candidates)Summaries about theAutoMLCandidates.ListCandidatesForAutoMlJobResponse.BuilderListCandidatesForAutoMlJobResponse.Builder. nextToken(String nextToken)If the previous response was truncated, you receive this token.ListCandidatesForAutoMlJobResponse.BuilderListCandidatesForAutoMlJobResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListCandidatesForAutoMlJobResponse.Builder Modifier and Type Method Description static Class<? extends ListCandidatesForAutoMlJobResponse.Builder>ListCandidatesForAutoMlJobResponse. serializableBuilderClass()
-