GoogleCloudAiplatformV1TrainingConfig class
CMLE training config.
For every active learning labeling iteration, system will train a machine learning model on CMLE. The trained model will be used by data sampling algorithm to select DataItems.
Constructors
- GoogleCloudAiplatformV1TrainingConfig({String? timeoutTrainingMilliHours})
- GoogleCloudAiplatformV1TrainingConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeoutTrainingMilliHours ↔ String?
-
The timeout hours for the CMLE training job, expressed in milli hours i.e.
1,000 value in this field means 1 hour.
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