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

GoogleCloudAiplatformV1PostStartupScriptConfig

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

Post startup script config.

interface GoogleCloudAiplatformV1PostStartupScriptConfig {
postStartupScript?: string;
postStartupScriptBehavior?:
| "POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED"
| "RUN_ONCE"
| "RUN_EVERY_START"
| "DOWNLOAD_AND_RUN_EVERY_START";
postStartupScriptUrl?: string;
}

§Properties

§
postStartupScript?: string
[src]

Optional. Post startup script to run after runtime is started.

§
postStartupScriptBehavior?: "POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED" | "RUN_ONCE" | "RUN_EVERY_START" | "DOWNLOAD_AND_RUN_EVERY_START"
[src]

Optional. Post startup script behavior that defines download and execution behavior.

§
postStartupScriptUrl?: string
[src]

Optional. Post startup script url to download. Example: gs://bucket/script.sh