GoogleCloudMlV1Job class

Represents a training or prediction job.

Constructors

GoogleCloudMlV1Job({String? createTime, String? endTime, String? errorMessage, String? etag, String? jobId, String? jobPosition, Map<String, String>? labels, GoogleCloudMlV1PredictionInput? predictionInput, GoogleCloudMlV1PredictionOutput? predictionOutput, String? startTime, String? state, GoogleCloudMlV1TrainingInput? trainingInput, GoogleCloudMlV1TrainingOutput? trainingOutput})
GoogleCloudMlV1Job.fromJson(Map json_)

Properties

createTime String?
When the job was created.
getter/setter pair
endTime String?
When the job processing was completed.
getter/setter pair
errorMessage String?
The details of a failure or a cancellation.
getter/setter pair
etag String?
etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a job from overwriting each other.
getter/setter pair
etagAsBytes List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobId String?
The user-specified id of the job.
getter/setter pair
jobPosition String?
It's only effect when the job is in QUEUED state.
getter/setter pair
labels Map<String, String>?
One or more labels that you can add, to organize your jobs.
getter/setter pair
predictionInput GoogleCloudMlV1PredictionInput?
Input parameters to create a prediction job.
getter/setter pair
predictionOutput GoogleCloudMlV1PredictionOutput?
The current prediction job result.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
When the job processing was started.
getter/setter pair
state String?
The detailed state of a job.
getter/setter pair
trainingInput GoogleCloudMlV1TrainingInput?
Input parameters to create a training job.
getter/setter pair
trainingOutput GoogleCloudMlV1TrainingOutput?
The current training job result.
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