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

ProjectsLocationsMetadataStoresExecutionsDeleteOptions

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

Additional options for AIplatform#projectsLocationsMetadataStoresExecutionsDelete.

interface ProjectsLocationsMetadataStoresExecutionsDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. The etag of the Execution to delete. If this is provided, it must match the server's etag. Otherwise, the request will fail with a FAILED_PRECONDITION.