Class AutoMLProblemTypeResolvedAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.AutoMLProblemTypeResolvedAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoMLProblemTypeResolvedAttributes.Builderstatic classAutoMLProblemTypeResolvedAttributes.Type
-
Method Summary
-
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
-
tabularResolvedAttributes
public final TabularResolvedAttributes tabularResolvedAttributes()
The resolved attributes for the tabular problem type.
- Returns:
- The resolved attributes for the tabular problem type.
-
textGenerationResolvedAttributes
public final TextGenerationResolvedAttributes textGenerationResolvedAttributes()
The resolved attributes for the text generation problem type.
- Returns:
- The resolved attributes for the text generation problem type.
-
toBuilder
public AutoMLProblemTypeResolvedAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoMLProblemTypeResolvedAttributes.Builder,AutoMLProblemTypeResolvedAttributes>
-
builder
public static AutoMLProblemTypeResolvedAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoMLProblemTypeResolvedAttributes.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.
-
fromTabularResolvedAttributes
public static AutoMLProblemTypeResolvedAttributes fromTabularResolvedAttributes(TabularResolvedAttributes tabularResolvedAttributes)
Create an instance of this class withtabularResolvedAttributes()initialized to the given value.The resolved attributes for the tabular problem type.
- Parameters:
tabularResolvedAttributes- The resolved attributes for the tabular problem type.
-
fromTabularResolvedAttributes
public static AutoMLProblemTypeResolvedAttributes fromTabularResolvedAttributes(Consumer<TabularResolvedAttributes.Builder> tabularResolvedAttributes)
Create an instance of this class withtabularResolvedAttributes()initialized to the given value.The resolved attributes for the tabular problem type.
- Parameters:
tabularResolvedAttributes- The resolved attributes for the tabular problem type.
-
fromTextGenerationResolvedAttributes
public static AutoMLProblemTypeResolvedAttributes fromTextGenerationResolvedAttributes(TextGenerationResolvedAttributes textGenerationResolvedAttributes)
Create an instance of this class withtextGenerationResolvedAttributes()initialized to the given value.The resolved attributes for the text generation problem type.
- Parameters:
textGenerationResolvedAttributes- The resolved attributes for the text generation problem type.
-
fromTextGenerationResolvedAttributes
public static AutoMLProblemTypeResolvedAttributes fromTextGenerationResolvedAttributes(Consumer<TextGenerationResolvedAttributes.Builder> textGenerationResolvedAttributes)
Create an instance of this class withtextGenerationResolvedAttributes()initialized to the given value.The resolved attributes for the text generation problem type.
- Parameters:
textGenerationResolvedAttributes- The resolved attributes for the text generation problem type.
-
type
public AutoMLProblemTypeResolvedAttributes.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beAutoMLProblemTypeResolvedAttributes.Type.UNKNOWN_TO_SDK_VERSIONif 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 beAutoMLProblemTypeResolvedAttributes.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-