GoogleCloudAiplatformV1DeploymentResourcePool constructor

GoogleCloudAiplatformV1DeploymentResourcePool({
  1. String? createTime,
  2. GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
  3. bool? disableContainerLogging,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. String? name,
  6. String? serviceAccount,
})

Implementation

GoogleCloudAiplatformV1DeploymentResourcePool({
  this.createTime,
  this.dedicatedResources,
  this.disableContainerLogging,
  this.encryptionSpec,
  this.name,
  this.serviceAccount,
});