Interface RecommenderSchemaField.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommenderSchemaField.Builder,,RecommenderSchemaField> SdkBuilder<RecommenderSchemaField.Builder,,RecommenderSchemaField> SdkPojo
- Enclosing class:
RecommenderSchemaField
@Mutable
@NotThreadSafe
public static interface RecommenderSchemaField.Builder
extends SdkPojo, CopyableBuilder<RecommenderSchemaField.Builder,RecommenderSchemaField>
-
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) The data type of the column value.contentType(ContentType contentType) The data type of the column value.featureType(String featureType) How the column is treated for model training.featureType(FeatureType featureType) How the column is treated for model training.targetFieldName(String targetFieldName) The name of the target field in the dataset, such asLocation.CityorAttributes.MealTime.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
targetFieldName
The name of the target field in the dataset, such as
Location.CityorAttributes.MealTime.- Parameters:
targetFieldName- The name of the target field in the dataset, such asLocation.CityorAttributes.MealTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
The data type of the column value. Valid values are
StringandNumber. The default value isString.- Parameters:
contentType- The data type of the column value. Valid values areStringandNumber. The default value isString.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
contentType
The data type of the column value. Valid values are
StringandNumber. The default value isString.- Parameters:
contentType- The data type of the column value. Valid values areStringandNumber. The default value isString.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
featureType
How the column is treated for model training. Valid values are
CATEGORICALandTEXTUAL.- Parameters:
featureType- How the column is treated for model training. Valid values areCATEGORICALandTEXTUAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
featureType
How the column is treated for model training. Valid values are
CATEGORICALandTEXTUAL.- Parameters:
featureType- How the column is treated for model training. Valid values areCATEGORICALandTEXTUAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-