Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SampleStrategy.
Sample strategy decides which subset of DataItems should be selected for human labeling in every batch.
Protobuf type google.cloud.aiplatform.v1.SampleConfig.SampleStrategy
Namespace
Google \ Cloud \ AIPlatform \ V1 \ SampleConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SAMPLE_STRATEGY_UNSPECIFIED
Value: 0
Default will be treated as UNCERTAINTY.
Generated from protobuf enum SAMPLE_STRATEGY_UNSPECIFIED = 0;
UNCERTAINTY
Value: 1
Sample the most uncertain data to label.
Generated from protobuf enum UNCERTAINTY = 1;