| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate |
AutoMLCandidate.clone() |
AutoMLCandidate |
DescribeAutoMLJobResult.getBestCandidate()
Returns the job's BestCandidate.
|
AutoMLCandidate |
AutoMLCandidate.withCandidateName(String candidateName)
The candidate name.
|
AutoMLCandidate |
AutoMLCandidate.withCandidateStatus(CandidateStatus candidateStatus)
The candidate's status.
|
AutoMLCandidate |
AutoMLCandidate.withCandidateStatus(String candidateStatus)
The candidate's status.
|
AutoMLCandidate |
AutoMLCandidate.withCandidateSteps(AutoMLCandidateStep... candidateSteps)
The candidate's steps.
|
AutoMLCandidate |
AutoMLCandidate.withCandidateSteps(Collection<AutoMLCandidateStep> candidateSteps)
The candidate's steps.
|
AutoMLCandidate |
AutoMLCandidate.withCreationTime(Date creationTime)
The creation time.
|
AutoMLCandidate |
AutoMLCandidate.withEndTime(Date endTime)
The end time.
|
AutoMLCandidate |
AutoMLCandidate.withFailureReason(String failureReason)
The failure reason.
|
AutoMLCandidate |
AutoMLCandidate.withFinalAutoMLJobObjectiveMetric(FinalAutoMLJobObjectiveMetric finalAutoMLJobObjectiveMetric) |
AutoMLCandidate |
AutoMLCandidate.withInferenceContainers(AutoMLContainerDefinition... inferenceContainers)
The inference containers.
|
AutoMLCandidate |
AutoMLCandidate.withInferenceContainers(Collection<AutoMLContainerDefinition> inferenceContainers)
The inference containers.
|
AutoMLCandidate |
AutoMLCandidate.withLastModifiedTime(Date lastModifiedTime)
The last modified time.
|
AutoMLCandidate |
AutoMLCandidate.withObjectiveStatus(ObjectiveStatus objectiveStatus)
The objective status.
|
AutoMLCandidate |
AutoMLCandidate.withObjectiveStatus(String objectiveStatus)
The objective status.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutoMLCandidate> |
ListCandidatesForAutoMLJobResult.getCandidates()
Summaries about the Candidates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoMLJobResult.setBestCandidate(AutoMLCandidate bestCandidate)
Returns the job's BestCandidate.
|
DescribeAutoMLJobResult |
DescribeAutoMLJobResult.withBestCandidate(AutoMLCandidate bestCandidate)
Returns the job's BestCandidate.
|
ListCandidatesForAutoMLJobResult |
ListCandidatesForAutoMLJobResult.withCandidates(AutoMLCandidate... candidates)
Summaries about the Candidates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCandidatesForAutoMLJobResult.setCandidates(Collection<AutoMLCandidate> candidates)
Summaries about the Candidates.
|
ListCandidatesForAutoMLJobResult |
ListCandidatesForAutoMLJobResult.withCandidates(Collection<AutoMLCandidate> candidates)
Summaries about the Candidates.
|
Copyright © 2020. All rights reserved.