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 classStratifiedSplitAssigns 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 classStratifiedSplit.BuilderAssigns 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 StratifiedSplitOrBuilderInputDataConfig.Builder. getStratifiedSplitOrBuilder()Supported only for tabular Datasets.StratifiedSplitOrBuilderInputDataConfig. getStratifiedSplitOrBuilder()Supported only for tabular Datasets.StratifiedSplitOrBuilderInputDataConfigOrBuilder. getStratifiedSplitOrBuilder()Supported only for tabular Datasets.
-