public static interface CategoricalValues.Builder extends SdkPojo, CopyableBuilder<CategoricalValues.Builder,CategoricalValues>
| Modifier and Type | Method and Description |
|---|---|
CategoricalValues.Builder |
numberOfCategory(Integer numberOfCategory)
Indicates the number of categories in the data.
|
CategoricalValues.Builder |
status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to categorical values.
|
CategoricalValues.Builder |
status(String status)
Indicates whether there is a potential data issue related to categorical values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCategoricalValues.Builder status(String status)
Indicates whether there is a potential data issue related to categorical values.
status - Indicates whether there is a potential data issue related to categorical values.StatisticalIssueStatus,
StatisticalIssueStatusCategoricalValues.Builder status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to categorical values.
status - Indicates whether there is a potential data issue related to categorical values.StatisticalIssueStatus,
StatisticalIssueStatusCategoricalValues.Builder numberOfCategory(Integer numberOfCategory)
Indicates the number of categories in the data.
numberOfCategory - Indicates the number of categories in the data.Copyright © 2022. All rights reserved.