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

GoogleCloudMlV1__Study

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

A message representing a Study.

interface GoogleCloudMlV1__Study {
readonly createTime?: Date;
readonly inactiveReason?: string;
readonly name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "ACTIVE"
| "INACTIVE"
| "COMPLETED";
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time at which the study was created.

§
readonly inactiveReason?: string
[src]

Output only. A human readable reason why the Study is inactive. This should be empty if a study is ACTIVE or COMPLETED.

§
readonly name?: string
[src]

Output only. The name of a study.

§
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "INACTIVE" | "COMPLETED"
[src]

Output only. The detailed state of a study.

§

Required. Configuration of the study.