| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
StratifiedSplitOrBuilder |
InputDataConfig.getStratifiedSplitOrBuilder()
Supported only for tabular Datasets.
|
StratifiedSplitOrBuilder |
InputDataConfig.Builder.getStratifiedSplitOrBuilder()
Supported only for tabular Datasets.
|
StratifiedSplitOrBuilder |
InputDataConfigOrBuilder.getStratifiedSplitOrBuilder()
Supported only for tabular Datasets.
|
Copyright © 2025 Google LLC. All rights reserved.