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

ModelOperationMetadata

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

This is returned in the longrunning operations for create/update.

interface ModelOperationMetadata {
basicOperationStatus?: "BASIC_OPERATION_STATUS_UNSPECIFIED" | "BASIC_OPERATION_STATUS_UPLOADING" | "BASIC_OPERATION_STATUS_VERIFYING";
name?: string;
}

§Properties

§
basicOperationStatus?: "BASIC_OPERATION_STATUS_UNSPECIFIED" | "BASIC_OPERATION_STATUS_UPLOADING" | "BASIC_OPERATION_STATUS_VERIFYING"
[src]
§
name?: string
[src]

The name of the model we are creating/updating The name must have the form projects/{project_id}/models/{model_id}