View Source GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_OperationMetadata (google_api_machine_learning v0.28.1)

Represents the metadata of the long-running operation.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time the operation was submitted.
  • endTime (type: DateTime.t, default: nil) - The time operation processing completed.
  • isCancellationRequested (type: boolean(), default: nil) - Indicates whether a request to cancel this operation has been made.
  • labels (type: map(), default: nil) - The user labels, inherited from the model or the model version being operated on.
  • modelName (type: String.t, default: nil) - Contains the name of the model associated with the operation.
  • operationType (type: String.t, default: nil) - The operation type.
  • projectNumber (type: String.t, default: nil) - Contains the project number associated with the operation.
  • startTime (type: DateTime.t, default: nil) - The time operation processing started.
  • version (type: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Version.t, default: nil) - Contains the version associated with the operation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_OperationMetadata{
  createTime: DateTime.t() | nil,
  endTime: DateTime.t() | nil,
  isCancellationRequested: boolean() | nil,
  labels: map() | nil,
  modelName: String.t() | nil,
  operationType: String.t() | nil,
  projectNumber: String.t() | nil,
  startTime: DateTime.t() | nil,
  version: GoogleApi.MachineLearning.V1.Model.GoogleCloudMlV1_Version.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.