GoogleCloudAiplatformV1PostStartupScriptConfig constructor

GoogleCloudAiplatformV1PostStartupScriptConfig({
  1. String? postStartupScript,
  2. String? postStartupScriptBehavior,
  3. String? postStartupScriptUrl,
})

Implementation

GoogleCloudAiplatformV1PostStartupScriptConfig({
  this.postStartupScript,
  this.postStartupScriptBehavior,
  this.postStartupScriptUrl,
});