GoogleCloudAiplatformV1Endpoint constructor

GoogleCloudAiplatformV1Endpoint({
  1. GoogleCloudAiplatformV1ClientConnectionConfig? clientConnectionConfig,
  2. String? createTime,
  3. String? dedicatedEndpointDns,
  4. bool? dedicatedEndpointEnabled,
  5. List<GoogleCloudAiplatformV1DeployedModel>? deployedModels,
  6. String? description,
  7. String? displayName,
  8. bool? enablePrivateServiceConnect,
  9. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  10. String? etag,
  11. GoogleCloudAiplatformV1GdcConfig? gdcConfig,
  12. GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig? genAiAdvancedFeaturesConfig,
  13. Map<String, String>? labels,
  14. String? modelDeploymentMonitoringJob,
  15. String? name,
  16. String? network,
  17. GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig? predictRequestResponseLoggingConfig,
  18. GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig,
  19. bool? satisfiesPzi,
  20. bool? satisfiesPzs,
  21. Map<String, int>? trafficSplit,
  22. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1Endpoint({
  this.clientConnectionConfig,
  this.createTime,
  this.dedicatedEndpointDns,
  this.dedicatedEndpointEnabled,
  this.deployedModels,
  this.description,
  this.displayName,
  this.enablePrivateServiceConnect,
  this.encryptionSpec,
  this.etag,
  this.gdcConfig,
  this.genAiAdvancedFeaturesConfig,
  this.labels,
  this.modelDeploymentMonitoringJob,
  this.name,
  this.network,
  this.predictRequestResponseLoggingConfig,
  this.privateServiceConnectConfig,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.trafficSplit,
  this.updateTime,
});