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

GoogleCloudAiplatformV1Study

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

A message representing a Study.

interface GoogleCloudAiplatformV1Study {
readonly createTime?: Date;
displayName?: string;
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.

§
displayName?: string
[src]

Required. Describes the Study, default value is empty string.

§
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. The study's globally unique identifier. Format: projects/{project}/locations/{location}/studies/{study}

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

Output only. The detailed state of a Study.

§

Required. Configuration of the Study.