public static interface SchemaAttribute.Builder extends SdkPojo, CopyableBuilder<SchemaAttribute.Builder,SchemaAttribute>
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute.Builder |
attributeName(String attributeName)
The name of the dataset field.
|
SchemaAttribute.Builder |
attributeType(AttributeType attributeType)
The data type of the field.
|
SchemaAttribute.Builder |
attributeType(String attributeType)
The data type of the field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaAttribute.Builder attributeName(String attributeName)
The name of the dataset field.
attributeName - The name of the dataset field.SchemaAttribute.Builder attributeType(String attributeType)
The data type of the field.
For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float).
attributeType - The data type of the field.
For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float).
AttributeType,
AttributeTypeSchemaAttribute.Builder attributeType(AttributeType attributeType)
The data type of the field.
For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float).
attributeType - The data type of the field.
For a related time series dataset, other than date, item_id, and forecast dimensions attributes, all attributes should be of numerical type (integer/float).
AttributeType,
AttributeTypeCopyright © 2023. All rights reserved.