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 interfaceAutoMLResolvedAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoMLJobObjectiveautoMLJobObjective()Returns the value of the AutoMLJobObjective property for this object.AutoMLProblemTypeResolvedAttributesautoMLProblemTypeResolvedAttributes()Defines the resolved attributes specific to a problem type.static AutoMLResolvedAttributes.Builderbuilder()AutoMLJobCompletionCriteriacompletionCriteria()Returns the value of the CompletionCriteria property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AutoMLResolvedAttributes.Builder>serializableBuilderClass()AutoMLResolvedAttributes.BuildertoBuilder()StringtoString()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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
-