Interface CategoricalValues.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CategoricalValues.Builder,CategoricalValues>, SdkBuilder<CategoricalValues.Builder,CategoricalValues>, SdkPojo
Enclosing class:
CategoricalValues

public static interface CategoricalValues.Builder extends SdkPojo, CopyableBuilder<CategoricalValues.Builder,CategoricalValues>
  • Method Details

    • status

      Indicates whether there is a potential data issue related to categorical values.

      Parameters:
      status - Indicates whether there is a potential data issue related to categorical values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates whether there is a potential data issue related to categorical values.

      Parameters:
      status - Indicates whether there is a potential data issue related to categorical values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • numberOfCategory

      CategoricalValues.Builder numberOfCategory(Integer numberOfCategory)

      Indicates the number of categories in the data.

      Parameters:
      numberOfCategory - Indicates the number of categories in the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.