Class AutoMLResolvedAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.AutoMLResolvedAttributes
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AutoMLResolvedAttributes.Builder,AutoMLResolvedAttributes>
@Generated("software.amazon.awssdk:codegen") public final class AutoMLResolvedAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLResolvedAttributes.Builder,AutoMLResolvedAttributes>
The resolved attributes used to configure an AutoML job V2.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AutoMLResolvedAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoMLJobObjective
autoMLJobObjective()
Returns the value of the AutoMLJobObjective property for this object.AutoMLProblemTypeResolvedAttributes
autoMLProblemTypeResolvedAttributes()
Defines the resolved attributes specific to a problem type.static AutoMLResolvedAttributes.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()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends AutoMLResolvedAttributes.Builder>
serializableBuilderClass()
AutoMLResolvedAttributes.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
autoMLJobObjective
public final AutoMLJobObjective autoMLJobObjective()
Returns the value of the AutoMLJobObjective property for this object.- Returns:
- The value of the AutoMLJobObjective property for this object.
-
completionCriteria
public final AutoMLJobCompletionCriteria completionCriteria()
Returns the value of the CompletionCriteria property for this object.- Returns:
- The value of the CompletionCriteria property for this object.
-
autoMLProblemTypeResolvedAttributes
public final AutoMLProblemTypeResolvedAttributes autoMLProblemTypeResolvedAttributes()
Defines the resolved attributes specific to a problem type.
- Returns:
- Defines the resolved attributes specific to a problem type.
-
toBuilder
public AutoMLResolvedAttributes.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<AutoMLResolvedAttributes.Builder,AutoMLResolvedAttributes>
-
builder
public static AutoMLResolvedAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoMLResolvedAttributes.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-