@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, wait
copy
public AutoMLJobObjective autoMLJobObjective()
public 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()
.
ProblemType
public 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()
.
ProblemType
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.