TrainingRun class Null safety
Information about a single training query run for the model.
Constructors
-
TrainingRun({List<
GlobalExplanation> ? classLevelGlobalExplanations, DataSplitResult? dataSplitResult, EvaluationMetrics? evaluationMetrics, GlobalExplanation? modelLevelGlobalExplanation, List<IterationResult> ? results, String? startTime, TrainingOptions? trainingOptions, String? trainingStartTime, String? vertexAiModelId, String? vertexAiModelVersion}) - TrainingRun.fromJson(Map json_)
Properties
-
classLevelGlobalExplanations
↔ List<
GlobalExplanation> ? -
Global explanation contains the explanation of top features on the class
level.
read / write
- dataSplitResult ↔ DataSplitResult?
-
Data split result of the training run.
read / write
- evaluationMetrics ↔ EvaluationMetrics?
-
The evaluation metrics over training/eval data that were computed at the
end of training.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- modelLevelGlobalExplanation ↔ GlobalExplanation?
-
Global explanation contains the explanation of top features on the model
level.
read / write
-
results
↔ List<
IterationResult> ? -
Output of each iteration run, results.size() <= max_iterations.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startTime ↔ String?
-
The start time of this training run.
read / write
- trainingOptions ↔ TrainingOptions?
-
Options that were used for this training run, includes user specified and
default options that were used.
read / write
- trainingStartTime ↔ String?
-
The start time of this training run, in milliseconds since epoch.
read / write
- vertexAiModelId ↔ String?
-
The model id in the
Vertex AI Model Registry
for this training run.
read / write
- vertexAiModelVersion ↔ String?
-
The model version in the
Vertex AI Model Registry
for this training run.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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