Class TabularResolvedAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.TabularResolvedAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TabularResolvedAttributes.Builder,TabularResolvedAttributes>
@Generated("software.amazon.awssdk:codegen") public final class TabularResolvedAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TabularResolvedAttributes.Builder,TabularResolvedAttributes>
The resolved attributes specific to the tabular problem type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTabularResolvedAttributes.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TabularResolvedAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ProblemTypeproblemType()The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression).StringproblemTypeAsString()The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression).List<SdkField<?>>sdkFields()static Class<? extends TabularResolvedAttributes.Builder>serializableBuilderClass()TabularResolvedAttributes.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
-
problemType
public final ProblemType problemType()
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
If the service returns an enum value that is not available in the current SDK version,
problemTypewill returnProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproblemTypeAsString().- Returns:
- The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
- See Also:
ProblemType
-
problemTypeAsString
public final String problemTypeAsString()
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
If the service returns an enum value that is not available in the current SDK version,
problemTypewill returnProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproblemTypeAsString().- Returns:
- The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
- See Also:
ProblemType
-
toBuilder
public TabularResolvedAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TabularResolvedAttributes.Builder,TabularResolvedAttributes>
-
builder
public static TabularResolvedAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends TabularResolvedAttributes.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.
-
-