@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLProblemTypeResolvedAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>
Stores 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()
The resolved attributes for the tabular problem type.
public final TextGenerationResolvedAttributes textGenerationResolvedAttributes()
The resolved attributes for the text generation 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.
The resolved attributes for the tabular problem type.
tabularResolvedAttributes - The resolved attributes for the tabular problem type.public static AutoMLProblemTypeResolvedAttributes fromTabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)
tabularResolvedAttributes() initialized to the given value.
The resolved attributes for the tabular problem type.
tabularResolvedAttributes - The resolved attributes for the tabular problem type.public static AutoMLProblemTypeResolvedAttributes fromTextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
textGenerationResolvedAttributes() initialized to the given value.
The resolved attributes for the text generation problem type.
textGenerationResolvedAttributes - The resolved attributes for the text generation problem type.public static AutoMLProblemTypeResolvedAttributes fromTextGenerationResolvedAttributes(Consumer<TextGenerationResolvedAttributes.Builder> textGenerationResolvedAttributes)
textGenerationResolvedAttributes() initialized to the given value.
The resolved attributes for the text generation problem type.
textGenerationResolvedAttributes - The resolved attributes for the text generation 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.