@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TabularResolvedAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TabularResolvedAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProblemType |
problemType()
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary
Classification, Multiclass Classification, Regression).
|
String |
problemTypeAsString()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, problemType will
return ProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
problemTypeAsString().
ProblemTypepublic 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, problemType will
return ProblemType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
problemTypeAsString().
ProblemTypepublic TabularResolvedAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TabularResolvedAttributes.Builder,TabularResolvedAttributes>public static TabularResolvedAttributes.Builder builder()
public static Class<? extends TabularResolvedAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.