| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static CandidateStatus |
CandidateStatus.fromValue(String value)
Use this in place of valueOf.
|
static CandidateStatus |
CandidateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandidateStatus[] |
CandidateStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLCandidate |
AutoMLCandidate.withCandidateStatus(CandidateStatus candidateStatus)
The candidate's status.
|
ListCandidatesForAutoMLJobRequest |
ListCandidatesForAutoMLJobRequest.withStatusEquals(CandidateStatus statusEquals)
List the candidates for the job and filter by status.
|
Copyright © 2023. All rights reserved.