Class GoogleCloudAiplatformV1SampleConfig
Active learning data sampling config. For every active learning labeling iteration, it will select a batch of data based on the sampling strategy.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SampleConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FollowingBatchSamplePercentage
The percentage of data needed to be labeled in each following batch (except the first batch).
Declaration
[JsonProperty("followingBatchSamplePercentage")]
public virtual int? FollowingBatchSamplePercentage { get; set; }
Property Value
Type | Description |
---|---|
int? |
InitialBatchSamplePercentage
The percentage of data needed to be labeled in the first batch.
Declaration
[JsonProperty("initialBatchSamplePercentage")]
public virtual int? InitialBatchSamplePercentage { get; set; }
Property Value
Type | Description |
---|---|
int? |
SampleStrategy
Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.
Declaration
[JsonProperty("sampleStrategy")]
public virtual string SampleStrategy { get; set; }
Property Value
Type | Description |
---|---|
string |