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

GoogleCloudAiplatformV1PurgeArtifactsResponse

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

Response message for MetadataService.PurgeArtifacts.

interface GoogleCloudAiplatformV1PurgeArtifactsResponse {
purgeCount?: bigint;
purgeSample?: string[];
}

§Properties

§
purgeCount?: bigint
[src]

The number of Artifacts that this request deleted (or, if force is false, the number of Artifacts that will be deleted). This can be an estimate.

§
purgeSample?: string[]
[src]

A sample of the Artifact names that will be deleted. Only populated if force is set to false. The maximum number of samples is 100 (it is possible to return fewer).