@Generated(value="software.amazon.awssdk:codegen") public final class ResolvedAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResolvedAttributes.Builder,ResolvedAttributes>
The resolved attributes.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResolvedAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobObjective |
autoMLJobObjective()
Returns the value of the AutoMLJobObjective property for this object.
|
static ResolvedAttributes.Builder |
builder() |
AutoMLJobCompletionCriteria |
completionCriteria()
Returns the value of the CompletionCriteria property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProblemType |
problemType()
The problem type.
|
String |
problemTypeAsString()
The problem type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResolvedAttributes.Builder> |
serializableBuilderClass() |
ResolvedAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AutoMLJobObjective autoMLJobObjective()
public final ProblemType problemType()
The problem type.
If the service returns an enum value that is not available in the current SDK version, problemType will
return ProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
problemTypeAsString().
ProblemTypepublic final String problemTypeAsString()
The problem type.
If the service returns an enum value that is not available in the current SDK version, problemType will
return ProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
problemTypeAsString().
ProblemTypepublic final AutoMLJobCompletionCriteria completionCriteria()
public ResolvedAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResolvedAttributes.Builder,ResolvedAttributes>public static ResolvedAttributes.Builder builder()
public static Class<? extends ResolvedAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.