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

GoogleCloudMlV1__SuggestTrialsRequest

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

The request message for the SuggestTrial service method.

interface GoogleCloudMlV1__SuggestTrialsRequest {
clientId?: string;
suggestionCount?: number;
}

§Properties

§
clientId?: string
[src]

Required. 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.

§
suggestionCount?: number
[src]

Required. The number of suggestions requested.