Uses of Interface
com.google.cloud.aiplatform.v1.StratifiedSplitOrBuilder
-
Packages that use StratifiedSplitOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of StratifiedSplitOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement StratifiedSplitOrBuilder Modifier and Type Class Description class
StratifiedSplit
Assigns input data to the training, validation, and test sets so that the distribution of values found in the categorical column (as specified by the `key` field) is mirrored within each split.static class
StratifiedSplit.Builder
Assigns input data to the training, validation, and test sets so that the distribution of values found in the categorical column (as specified by the `key` field) is mirrored within each split.Methods in com.google.cloud.aiplatform.v1 that return StratifiedSplitOrBuilder Modifier and Type Method Description StratifiedSplitOrBuilder
InputDataConfig.Builder. getStratifiedSplitOrBuilder()
Supported only for tabular Datasets.StratifiedSplitOrBuilder
InputDataConfig. getStratifiedSplitOrBuilder()
Supported only for tabular Datasets.StratifiedSplitOrBuilder
InputDataConfigOrBuilder. getStratifiedSplitOrBuilder()
Supported only for tabular Datasets.
-