@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLCandidate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLCandidate.Builder,AutoMLCandidate>
An AutoPilot job will return recommendations, or candidates. Each candidate has futher details about the steps involed, 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 candidate name.
|
CandidateStatus |
candidateStatus()
The candidate's status.
|
String |
candidateStatusAsString()
The candidate's status.
|
List<AutoMLCandidateStep> |
candidateSteps()
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()
The inference containers.
|
Instant |
lastModifiedTime()
The last modified time.
|
ObjectiveStatus |
objectiveStatus()
The objective status.
|
String |
objectiveStatusAsString()
The objective 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 String candidateName()
The candidate name.
public FinalAutoMLJobObjectiveMetric finalAutoMLJobObjectiveMetric()
public ObjectiveStatus objectiveStatus()
The objective 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 String objectiveStatusAsString()
The objective 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 boolean hasCandidateSteps()
public List<AutoMLCandidateStep> candidateSteps()
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 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 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 boolean hasInferenceContainers()
public List<AutoMLContainerDefinition> inferenceContainers()
The inference containers.
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 Instant creationTime()
The creation time.
public Instant endTime()
The end time.
public Instant lastModifiedTime()
The last modified time.
public String failureReason()
The failure reason.
public AutoMLCandidate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLCandidate.Builder,AutoMLCandidate>public static AutoMLCandidate.Builder builder()
public static Class<? extends AutoMLCandidate.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.