Google Cloud Ai Platform V1 Client - Class SampleStrategy (1.7.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

Namespace

Google \ Cloud \ AIPlatform \ V1 \ SampleConfig

Methods

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.