GoogleCloudMlV1Job class
Represents a training or prediction job.
Constructors
Properties
- createTime ↔ String
-
Output only. When the job was created.
read / write
- endTime ↔ String
-
Output only. When the job processing was completed.
read / write
- errorMessage ↔ String
-
Output only. The details of a failure or a cancellation.
read / write
- etag ↔ String
-
etag
is used for optimistic concurrency control as a way to help prevent simultaneous updates of a job from overwriting each other. It is strongly suggested that systems make use of theetag
in the read-modify-write cycle to perform job updates in order to avoid race conditions: Anetag
is returned in the response toGetJob
, and systems are expected to put that etag in the request toUpdateJob
to ensure that their change will be applied to the same version of the job.read / write -
etagAsBytes
↔ List<
int> -
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- jobId ↔ String
-
Required. The user-specified id of the job.
read / write
-
labels
↔ Map<
String, String> -
Optional. One or more labels that you can add, to organize your jobs. Each
label is a key-value pair, where both the key and the value are arbitrary
strings that you supply. For more information, see the documentation on
using labels.
read / write
- predictionInput ↔ GoogleCloudMlV1PredictionInput
-
Input parameters to create a prediction job.
read / write
- predictionOutput ↔ GoogleCloudMlV1PredictionOutput
-
The current prediction job result.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- startTime ↔ String
-
Output only. When the job processing was started.
read / write
- state ↔ String
-
Output only. The detailed state of a job.
Possible string values are: [...]
read / write
- trainingInput ↔ GoogleCloudMlV1TrainingInput
-
Input parameters to create a training job.
read / write
- trainingOutput ↔ GoogleCloudMlV1TrainingOutput
-
The current training job result.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited