Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudMlV1__OperationMetadata

import type { GoogleCloudMlV1__OperationMetadata } from "https://googleapis.deno.dev/v1/ml:v1.ts";

Represents the metadata of the long-running operation.

interface GoogleCloudMlV1__OperationMetadata {
createTime?: Date;
endTime?: Date;
isCancellationRequested?: boolean;
labels?: {
[key: string]: string;
}
;
modelName?: string;
operationType?:
| "OPERATION_TYPE_UNSPECIFIED"
| "CREATE_VERSION"
| "DELETE_VERSION"
| "DELETE_MODEL"
| "UPDATE_MODEL"
| "UPDATE_VERSION"
| "UPDATE_CONFIG";
projectNumber?: bigint;
startTime?: Date;
}

§Properties

§
createTime?: Date
[src]

The time the operation was submitted.

§
endTime?: Date
[src]

The time operation processing completed.

§
isCancellationRequested?: boolean
[src]

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

§
labels?: {
[key: string]: string;
}
[src]

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

§
modelName?: string
[src]

Contains the name of the model associated with the operation.

§
operationType?: "OPERATION_TYPE_UNSPECIFIED" | "CREATE_VERSION" | "DELETE_VERSION" | "DELETE_MODEL" | "UPDATE_MODEL" | "UPDATE_VERSION" | "UPDATE_CONFIG"
[src]

The operation type.

§
projectNumber?: bigint
[src]

Contains the project number associated with the operation.

§
startTime?: Date
[src]

The time operation processing started.

§

Contains the version associated with the operation.