public interface SampleConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getFollowingBatchSamplePercentage()
The percentage of data needed to be labeled in each following batch
(except the first batch).
|
SampleConfig.FollowingBatchSampleSizeCase |
getFollowingBatchSampleSizeCase() |
int |
getInitialBatchSamplePercentage()
The percentage of data needed to be labeled in the first batch.
|
SampleConfig.InitialBatchSampleSizeCase |
getInitialBatchSampleSizeCase() |
SampleConfig.SampleStrategy |
getSampleStrategy()
Field to choose sampling strategy.
|
int |
getSampleStrategyValue()
Field to choose sampling strategy.
|
boolean |
hasFollowingBatchSamplePercentage()
The percentage of data needed to be labeled in each following batch
(except the first batch).
|
boolean |
hasInitialBatchSamplePercentage()
The percentage of data needed to be labeled in the first batch.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInitialBatchSamplePercentage()
The percentage of data needed to be labeled in the first batch.
int32 initial_batch_sample_percentage = 1;int getInitialBatchSamplePercentage()
The percentage of data needed to be labeled in the first batch.
int32 initial_batch_sample_percentage = 1;boolean hasFollowingBatchSamplePercentage()
The percentage of data needed to be labeled in each following batch (except the first batch).
int32 following_batch_sample_percentage = 3;int getFollowingBatchSamplePercentage()
The percentage of data needed to be labeled in each following batch (except the first batch).
int32 following_batch_sample_percentage = 3;int getSampleStrategyValue()
Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
.google.cloud.aiplatform.v1.SampleConfig.SampleStrategy sample_strategy = 5;SampleConfig.SampleStrategy getSampleStrategy()
Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
.google.cloud.aiplatform.v1.SampleConfig.SampleStrategy sample_strategy = 5;SampleConfig.InitialBatchSampleSizeCase getInitialBatchSampleSizeCase()
SampleConfig.FollowingBatchSampleSizeCase getFollowingBatchSampleSizeCase()
Copyright © 2025 Google LLC. All rights reserved.