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

GoogleCloudAiplatformV1SuggestTrialsMetadata

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

Details of operations that perform Trials suggestion.

interface GoogleCloudAiplatformV1SuggestTrialsMetadata {
clientId?: string;
}

§Properties

§
clientId?: string
[src]

The identifier of the client that is requesting the suggestion. If multiple SuggestTrialsRequests have the same client_id, the service will return the identical suggested Trial if the Trial is pending, and provide a new Trial if the last suggested Trial was completed.

§

Operation metadata for suggesting Trials.