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

GoogleCloudMlV1__SuggestTrialsMetadata

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

Metadata field of a google.longrunning.Operation associated with a SuggestTrialsRequest.

interface GoogleCloudMlV1__SuggestTrialsMetadata {
clientId?: string;
createTime?: Date;
study?: string;
suggestionCount?: number;
}

§Properties

§
clientId?: string
[src]

The identifier of the client that is requesting the suggestion.

§
createTime?: Date
[src]

The time operation was submitted.

§
study?: string
[src]

The name of the study that the trial belongs to.

§
suggestionCount?: number
[src]

The number of suggestions requested.