GoogleCloudAiplatformV1LustreMount constructor

GoogleCloudAiplatformV1LustreMount({
  1. String? filesystem,
  2. String? instanceIp,
  3. String? mountPoint,
  4. String? volumeHandle,
})

Implementation

GoogleCloudAiplatformV1LustreMount({
  this.filesystem,
  this.instanceIp,
  this.mountPoint,
  this.volumeHandle,
});