View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SampleConfig (google_api_ai_platform v0.13.0)

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

Attributes

  • followingBatchSamplePercentage (type: integer(), default: nil) - The percentage of data needed to be labeled in each following batch (except the first batch).
  • initialBatchSamplePercentage (type: integer(), default: nil) - The percentage of data needed to be labeled in the first batch.
  • sampleStrategy (type: String.t, default: nil) - Field to choose sampling strategy. Sampling strategy will decide which data should be selected for human labeling in every batch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SampleConfig{
  followingBatchSamplePercentage: integer() | nil,
  initialBatchSamplePercentage: integer() | nil,
  sampleStrategy: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.