google_api_machine_learning v0.13.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Job View Source
Represents a training or prediction job.
Attributes
createTime
(type:DateTime.t
, default:nil
) - Output only. When the job was created.endTime
(type:DateTime.t
, default:nil
) - Output only. When the job processing was completed.errorMessage
(type:String.t
, default:nil
) - Output only. The details of a failure or a cancellation.etag
(type:String.t
, default:nil
) -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.jobId
(type:String.t
, default:nil
) - Required. The user-specified id of the job.labels
(type:map()
, default:nil
) - 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.predictionInput
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_PredictionInput.t
, default:nil
) - Input parameters to create a prediction job.predictionOutput
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_PredictionOutput.t
, default:nil
) - The current prediction job result.startTime
(type:DateTime.t
, default:nil
) - Output only. When the job processing was started.state
(type:String.t
, default:nil
) - Output only. The detailed state of a job.trainingInput
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_TrainingInput.t
, default:nil
) - Input parameters to create a training job.trainingOutput
(type:GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_TrainingOutput.t
, default:nil
) - The current training job result.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Job{ createTime: DateTime.t(), endTime: DateTime.t(), errorMessage: String.t(), etag: String.t(), jobId: String.t(), labels: map(), predictionInput: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_PredictionInput.t(), predictionOutput: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_PredictionOutput.t(), startTime: DateTime.t(), state: String.t(), trainingInput: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_TrainingInput.t(), trainingOutput: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_TrainingOutput.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.