Enum SampleConfig.SampleStrategy (3.42.0)

public enum SampleConfig.SampleStrategy extends Enum<SampleConfig.SampleStrategy> implements ProtocolMessageEnum

Sample strategy decides which subset of DataItems should be selected for human labeling in every batch.

Protobuf enum google.cloud.aiplatform.v1beta1.SampleConfig.SampleStrategy

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SAMPLE_STRATEGY_UNSPECIFIED

Default will be treated as UNCERTAINTY.

SAMPLE_STRATEGY_UNSPECIFIED = 0;

SAMPLE_STRATEGY_UNSPECIFIED_VALUE

Default will be treated as UNCERTAINTY.

SAMPLE_STRATEGY_UNSPECIFIED = 0;

UNCERTAINTY

Sample the most uncertain data to label.

UNCERTAINTY = 1;

UNCERTAINTY_VALUE

Sample the most uncertain data to label.

UNCERTAINTY = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()