GoogleCloudAiplatformV1DeploymentResourcePool constructor
GoogleCloudAiplatformV1DeploymentResourcePool({
- String? createTime,
- GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
- bool? disableContainerLogging,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? name,
- String? serviceAccount,
Implementation
GoogleCloudAiplatformV1DeploymentResourcePool({
this.createTime,
this.dedicatedResources,
this.disableContainerLogging,
this.encryptionSpec,
this.name,
this.serviceAccount,
});