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

GoogleCloudAiplatformV1StudyTimeConstraint

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

Time-based Constraint for Study

interface GoogleCloudAiplatformV1StudyTimeConstraint {
endTime?: Date;
maxDuration?: number;
}

§Properties

§
endTime?: Date
[src]

Compares the wallclock time to this time. Must use UTC timezone.

§
maxDuration?: number
[src]

Counts the wallclock time passed since the creation of this Study.