Interface SchemaAttribute.Builder

    • Method Detail

      • attributeName

        SchemaAttribute.Builder attributeName​(String attributeName)

        The name of the dataset field.

        Parameters:
        attributeName - The name of the dataset field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeType

        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).

        Parameters:
        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).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AttributeType, AttributeType
      • attributeType

        SchemaAttribute.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).

        Parameters:
        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).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AttributeType, AttributeType