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

GoogleCloudAiplatformV1UserActionReference

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

References an API call. It contains more information about long running operation and Jobs that are triggered by the API call.

interface GoogleCloudAiplatformV1UserActionReference {
dataLabelingJob?: string;
method?: string;
operation?: string;
}

§Properties

§
dataLabelingJob?: string
[src]

For API calls that start a LabelingJob. Resource name of the LabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

§
method?: string
[src]

The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"

§
operation?: string
[src]

For API calls that return a long running operation. Resource name of the long running operation. Format: projects/{project}/locations/{location}/operations/{operation}