Google Cloud Ai Platform V1 Client - Class SampleStrategy (0.17.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;