GoogleCloudAiplatformV1PersistentResource constructor

GoogleCloudAiplatformV1PersistentResource({
  1. String? createTime,
  2. String? displayName,
  3. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  4. GoogleRpcStatus? error,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? network,
  8. List<String>? reservedIpRanges,
  9. List<GoogleCloudAiplatformV1ResourcePool>? resourcePools,
  10. GoogleCloudAiplatformV1ResourceRuntime? resourceRuntime,
  11. GoogleCloudAiplatformV1ResourceRuntimeSpec? resourceRuntimeSpec,
  12. String? startTime,
  13. String? state,
  14. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1PersistentResource({
  this.createTime,
  this.displayName,
  this.encryptionSpec,
  this.error,
  this.labels,
  this.name,
  this.network,
  this.reservedIpRanges,
  this.resourcePools,
  this.resourceRuntime,
  this.resourceRuntimeSpec,
  this.startTime,
  this.state,
  this.updateTime,
});