GoogleCloudAiplatformV1NotebookEucConfig constructor

GoogleCloudAiplatformV1NotebookEucConfig({
  1. bool? bypassActasCheck,
  2. bool? eucDisabled,
})

Implementation

GoogleCloudAiplatformV1NotebookEucConfig({
  this.bypassActasCheck,
  this.eucDisabled,
});