google_api_machine_learning v0.1.0 GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1Job View Source

Represents a training or prediction job.

Attributes

  • createTime (DateTime.t): Output only. When the job was created. Defaults to: null.
  • endTime (DateTime.t): Output only. When the job processing was completed. Defaults to: null.
  • errorMessage (String.t): Output only. The details of a failure or a cancellation. Defaults to: null.
  • jobId (String.t): Required. The user-specified id of the job. Defaults to: null.
  • predictionInput (GoogleCloudMlV1PredictionInput): Input parameters to create a prediction job. Defaults to: null.
  • predictionOutput (GoogleCloudMlV1PredictionOutput): The current prediction job result. Defaults to: null.
  • startTime (DateTime.t): Output only. When the job processing was started. Defaults to: null.
  • state (String.t): Output only. The detailed state of a job. Defaults to: null.

    • Enum - one of [STATE_UNSPECIFIED, QUEUED, PREPARING, RUNNING, SUCCEEDED, FAILED, CANCELLING, CANCELLED]
  • trainingInput (GoogleCloudMlV1TrainingInput): Input parameters to create a training job. Defaults to: null.
  • trainingOutput (GoogleCloudMlV1TrainingOutput): The current training job result. Defaults to: null.

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 Source
t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1Job{
  createTime: DateTime.t(),
  endTime: DateTime.t(),
  errorMessage: any(),
  jobId: any(),
  predictionInput:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1PredictionInput.t(),
  predictionOutput:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1PredictionOutput.t(),
  startTime: DateTime.t(),
  state: any(),
  trainingInput:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1TrainingInput.t(),
  trainingOutput:
    GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1TrainingOutput.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.