OperationMetadata

Represents the metadata of the long-running operation.

JSON representation
{
  "createTime": string,
  "startTime": string,
  "endTime": string,
  "isCancellationRequested": boolean,
  "operationType": enum (OperationType),
  "modelName": string,
  "version": {
    object (Version)
  },
  "projectNumber": string,
  "labels": {
    string: string,
    ...
  }
}
Fields
createTime

string (Timestamp format)

The time the operation was submitted.

startTime

string (Timestamp format)

The time operation processing started.

endTime

string (Timestamp format)

The time operation processing completed.

isCancellationRequested

boolean

Indicates whether a request to cancel this operation has been made.

operationType

enum (OperationType)

The operation type.

modelName

string

Contains the name of the model associated with the operation.

version

object (Version)

Contains the version associated with the operation.

projectNumber

string (int64 format)

Contains the project number associated with the operation.

labels

map (key: string, value: string)

The user labels, inherited from the model or the model version being operated on.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.