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

GoogleCloudAiplatformV1PurgeExecutionsRequest

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

Request message for MetadataService.PurgeExecutions.

interface GoogleCloudAiplatformV1PurgeExecutionsRequest {
filter?: string;
force?: boolean;
}

§Properties

§
filter?: string
[src]

Required. A required filter matching the Executions to be purged. E.g., update_time <= 2020-11-19T11:30:00-04:00.

§
force?: boolean
[src]

Optional. Flag to indicate to actually perform the purge. If force is set to false, the method will return a sample of Execution names that would be deleted.