GoogleCloudAiplatformV1NfsMount constructor

GoogleCloudAiplatformV1NfsMount({
  1. String? mountPoint,
  2. String? path,
  3. String? server,
})

Implementation

GoogleCloudAiplatformV1NfsMount({
  this.mountPoint,
  this.path,
  this.server,
});