Class TextClassificationJobConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.TextClassificationJobConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TextClassificationJobConfig.Builder,TextClassificationJobConfig>
@Generated("software.amazon.awssdk:codegen") public final class TextClassificationJobConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TextClassificationJobConfig.Builder,TextClassificationJobConfig>
The collection of settings used by an AutoML job V2 for the text classification problem type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTextClassificationJobConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextClassificationJobConfig.Builderbuilder()AutoMLJobCompletionCriteriacompletionCriteria()How long a job is allowed to run, or how many candidates a job is allowed to generate.StringcontentColumn()The name of the column used to provide the sentences to be classified.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TextClassificationJobConfig.Builder>serializableBuilderClass()StringtargetLabelColumn()The name of the column used to provide the class labels.TextClassificationJobConfig.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
-
completionCriteria
public final AutoMLJobCompletionCriteria completionCriteria()
How long a job is allowed to run, or how many candidates a job is allowed to generate.
- Returns:
- How long a job is allowed to run, or how many candidates a job is allowed to generate.
-
contentColumn
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.
- Returns:
- The name of the column used to provide the sentences to be classified. It should not be the same as the target column.
-
targetLabelColumn
public final String targetLabelColumn()
The name of the column used to provide the class labels. It should not be same as the content column.
- Returns:
- The name of the column used to provide the class labels. It should not be same as the content column.
-
toBuilder
public TextClassificationJobConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TextClassificationJobConfig.Builder,TextClassificationJobConfig>
-
builder
public static TextClassificationJobConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends TextClassificationJobConfig.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-