@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLProblemTypeResolvedAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>
The resolved attributes specific to the problem type of an AutoML job V2.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoMLProblemTypeResolvedAttributes.Builder |
static class |
AutoMLProblemTypeResolvedAttributes.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TabularResolvedAttributes tabularResolvedAttributes()
Defines the resolved attributes for the TABULAR problem type.
TABULAR problem type.public AutoMLProblemTypeResolvedAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>public static AutoMLProblemTypeResolvedAttributes.Builder builder()
public static Class<? extends AutoMLProblemTypeResolvedAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static AutoMLProblemTypeResolvedAttributes fromTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
tabularResolvedAttributes() initialized to the given value.
Defines the resolved attributes for the TABULAR problem type.
tabularResolvedAttributes - Defines the resolved attributes for the TABULAR problem type.public static AutoMLProblemTypeResolvedAttributes fromTabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)
tabularResolvedAttributes() initialized to the given value.
Defines the resolved attributes for the TABULAR problem type.
tabularResolvedAttributes - Defines the resolved attributes for the TABULAR problem type.public AutoMLProblemTypeResolvedAttributes.Type type()
AutoMLProblemTypeResolvedAttributes.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be AutoMLProblemTypeResolvedAttributes.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.