@Generated(value="software.amazon.awssdk:codegen") public final class TextClassificationJobConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TextClassificationJobConfig.Builder,TextClassificationJobConfig>
Stores the configuration information for the text classification problem of an AutoML job V2.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextClassificationJobConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TextClassificationJobConfig.Builder |
builder() |
AutoMLJobCompletionCriteria |
completionCriteria()
How long a job is allowed to run, or how many candidates a job is allowed to generate.
|
String |
contentColumn()
The name of the column used to provide the sentences to be classified.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TextClassificationJobConfig.Builder> |
serializableBuilderClass() |
String |
targetLabelColumn()
The name of the column used to provide the class labels.
|
TextClassificationJobConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AutoMLJobCompletionCriteria completionCriteria()
How long a job is allowed to run, or how many candidates a job is allowed to generate.
public final String contentColumn()
The name of the column used to provide the sentences to be classified. It should not be the same as the target column.
public final String targetLabelColumn()
The name of the column used to provide the class labels. It should not be same as the content column.
public TextClassificationJobConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TextClassificationJobConfig.Builder,TextClassificationJobConfig>public static TextClassificationJobConfig.Builder builder()
public static Class<? extends TextClassificationJobConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.