Class SampleConfig (3.44.0)

public final class SampleConfig extends GeneratedMessageV3 implements SampleConfigOrBuilder

Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.

Protobuf type google.cloud.aiplatform.v1.SampleConfig

Static Fields

FOLLOWING_BATCH_SAMPLE_PERCENTAGE_FIELD_NUMBER

public static final int FOLLOWING_BATCH_SAMPLE_PERCENTAGE_FIELD_NUMBER
Field Value
Type Description
int

INITIAL_BATCH_SAMPLE_PERCENTAGE_FIELD_NUMBER

public static final int INITIAL_BATCH_SAMPLE_PERCENTAGE_FIELD_NUMBER
Field Value
Type Description
int

SAMPLE_STRATEGY_FIELD_NUMBER

public static final int SAMPLE_STRATEGY_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SampleConfig getDefaultInstance()
Returns
Type Description
SampleConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SampleConfig.Builder newBuilder()
Returns
Type Description
SampleConfig.Builder

newBuilder(SampleConfig prototype)

public static SampleConfig.Builder newBuilder(SampleConfig prototype)
Parameter
Name Description
prototype SampleConfig
Returns
Type Description
SampleConfig.Builder

parseDelimitedFrom(InputStream input)

public static SampleConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SampleConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SampleConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SampleConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SampleConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SampleConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SampleConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SampleConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SampleConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SampleConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SampleConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SampleConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SampleConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SampleConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SampleConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SampleConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SampleConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SampleConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SampleConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SampleConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SampleConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SampleConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SampleConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SampleConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SampleConfig> parser()
Returns
Type Description
Parser<SampleConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SampleConfig getDefaultInstanceForType()
Returns
Type Description
SampleConfig

getFollowingBatchSamplePercentage()

public int getFollowingBatchSamplePercentage()

The percentage of data needed to be labeled in each following batch (except the first batch).

int32 following_batch_sample_percentage = 3;

Returns
Type Description
int

The followingBatchSamplePercentage.

getFollowingBatchSampleSizeCase()

public SampleConfig.FollowingBatchSampleSizeCase getFollowingBatchSampleSizeCase()
Returns
Type Description
SampleConfig.FollowingBatchSampleSizeCase

getInitialBatchSamplePercentage()

public int getInitialBatchSamplePercentage()

The percentage of data needed to be labeled in the first batch.

int32 initial_batch_sample_percentage = 1;

Returns
Type Description
int

The initialBatchSamplePercentage.

getInitialBatchSampleSizeCase()

public SampleConfig.InitialBatchSampleSizeCase getInitialBatchSampleSizeCase()
Returns
Type Description
SampleConfig.InitialBatchSampleSizeCase

getParserForType()

public Parser<SampleConfig> getParserForType()
Returns
Type Description
Parser<SampleConfig>
Overrides

getSampleStrategy()

public 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;

Returns
Type Description
SampleConfig.SampleStrategy

The sampleStrategy.

getSampleStrategyValue()

public 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;

Returns
Type Description
int

The enum numeric value on the wire for sampleStrategy.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasFollowingBatchSamplePercentage()

public boolean hasFollowingBatchSamplePercentage()

The percentage of data needed to be labeled in each following batch (except the first batch).

int32 following_batch_sample_percentage = 3;

Returns
Type Description
boolean

Whether the followingBatchSamplePercentage field is set.

hasInitialBatchSamplePercentage()

public boolean hasInitialBatchSamplePercentage()

The percentage of data needed to be labeled in the first batch.

int32 initial_batch_sample_percentage = 1;

Returns
Type Description
boolean

Whether the initialBatchSamplePercentage field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SampleConfig.Builder newBuilderForType()
Returns
Type Description
SampleConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SampleConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SampleConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public SampleConfig.Builder toBuilder()
Returns
Type Description
SampleConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException