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;
}