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

GoogleCloudAiplatformV1Scheduling

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

All parameters related to queuing and scheduling of custom jobs.

interface GoogleCloudAiplatformV1Scheduling {
disableRetries?: boolean;
restartJobOnWorkerRestart?: boolean;
timeout?: number;
}

§Properties

§
disableRetries?: boolean
[src]

Optional. Indicates if the job should retry for internal errors after the job starts running. If true, overrides Scheduling.restart_job_on_worker_restart to false.

§
restartJobOnWorkerRestart?: boolean
[src]

Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job.

§
timeout?: number
[src]

The maximum job running time. The default is 7 days.