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

GoogleCloudAiplatformV1ScheduleRunResponse

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

Status of a scheduled run.

interface GoogleCloudAiplatformV1ScheduleRunResponse {
runResponse?: string;
scheduledRunTime?: Date;
}

§Properties

§
runResponse?: string
[src]

The response of the scheduled run.

§
scheduledRunTime?: Date
[src]

The scheduled run time based on the user-specified schedule.