GoogleCloudAiplatformV1SampleConfig class

Active learning data sampling config.

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

Constructors

GoogleCloudAiplatformV1SampleConfig({int? followingBatchSamplePercentage, int? initialBatchSamplePercentage, String? sampleStrategy})
GoogleCloudAiplatformV1SampleConfig.fromJson(Map json_)

Properties

followingBatchSamplePercentage int?
The percentage of data needed to be labeled in each following batch (except the first batch).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialBatchSamplePercentage int?
The percentage of data needed to be labeled in the first batch.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleStrategy String?
Field to choose sampling strategy.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited