GoogleCloudAiplatformV1Endpoint constructor

GoogleCloudAiplatformV1Endpoint({
  1. String? createTime,
  2. List<GoogleCloudAiplatformV1DeployedModel>? deployedModels,
  3. String? description,
  4. String? displayName,
  5. bool? enablePrivateServiceConnect,
  6. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  7. String? etag,
  8. Map<String, String>? labels,
  9. String? modelDeploymentMonitoringJob,
  10. String? name,
  11. String? network,
  12. GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig? predictRequestResponseLoggingConfig,
  13. GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig,
  14. Map<String, int>? trafficSplit,
  15. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1Endpoint({
  this.createTime,
  this.deployedModels,
  this.description,
  this.displayName,
  this.enablePrivateServiceConnect,
  this.encryptionSpec,
  this.etag,
  this.labels,
  this.modelDeploymentMonitoringJob,
  this.name,
  this.network,
  this.predictRequestResponseLoggingConfig,
  this.privateServiceConnectConfig,
  this.trafficSplit,
  this.updateTime,
});