@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLCandidate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLCandidate.Builder,AutoMLCandidate>
An Autopilot job returns recommendations, or candidates. Each candidate has futher details about the steps involved and the status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLCandidate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoMLCandidate.Builder |
builder() |
String |
candidateName()
The name of the candidate.
|
CandidateProperties |
candidateProperties()
The AutoML candidate's properties.
|
CandidateStatus |
candidateStatus()
The candidate's status.
|
String |
candidateStatusAsString()
The candidate's status.
|
List<AutoMLCandidateStep> |
candidateSteps()
Information about the candidate's steps.
|
Instant |
creationTime()
The creation time.
|
Instant |
endTime()
The end time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The failure reason.
|
FinalAutoMLJobObjectiveMetric |
finalAutoMLJobObjectiveMetric()
Returns the value of the FinalAutoMLJobObjectiveMetric property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCandidateSteps()
Returns true if the CandidateSteps property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasInferenceContainers()
Returns true if the InferenceContainers property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<AutoMLContainerDefinition> |
inferenceContainers()
Information about the inference container definitions.
|
Instant |
lastModifiedTime()
The last modified time.
|
ObjectiveStatus |
objectiveStatus()
The objective's status.
|
String |
objectiveStatusAsString()
The objective's status.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoMLCandidate.Builder> |
serializableBuilderClass() |
AutoMLCandidate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String candidateName()
The name of the candidate.
public final FinalAutoMLJobObjectiveMetric finalAutoMLJobObjectiveMetric()
public final ObjectiveStatus objectiveStatus()
The objective's status.
If the service returns an enum value that is not available in the current SDK version, objectiveStatus
will return ObjectiveStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from objectiveStatusAsString().
ObjectiveStatuspublic final String objectiveStatusAsString()
The objective's status.
If the service returns an enum value that is not available in the current SDK version, objectiveStatus
will return ObjectiveStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from objectiveStatusAsString().
ObjectiveStatuspublic final boolean hasCandidateSteps()
public final List<AutoMLCandidateStep> candidateSteps()
Information about the candidate's steps.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCandidateSteps() to see if a value was sent in this field.
public final CandidateStatus candidateStatus()
The candidate's status.
If the service returns an enum value that is not available in the current SDK version, candidateStatus
will return CandidateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from candidateStatusAsString().
CandidateStatuspublic final String candidateStatusAsString()
The candidate's status.
If the service returns an enum value that is not available in the current SDK version, candidateStatus
will return CandidateStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from candidateStatusAsString().
CandidateStatuspublic final boolean hasInferenceContainers()
public final List<AutoMLContainerDefinition> inferenceContainers()
Information about the inference container definitions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInferenceContainers() to see if a value was sent in this field.
public final Instant creationTime()
The creation time.
public final Instant endTime()
The end time.
public final Instant lastModifiedTime()
The last modified time.
public final String failureReason()
The failure reason.
public final CandidateProperties candidateProperties()
The AutoML candidate's properties.
public AutoMLCandidate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLCandidate.Builder,AutoMLCandidate>public static AutoMLCandidate.Builder builder()
public static Class<? extends AutoMLCandidate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.