GoogleCloudAiplatformV1Endpoint constructor
GoogleCloudAiplatformV1Endpoint({
- String? createTime,
- List<
GoogleCloudAiplatformV1DeployedModel> ? deployedModels, - String? description,
- String? displayName,
- bool? enablePrivateServiceConnect,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? etag,
- Map<
String, String> ? labels, - String? modelDeploymentMonitoringJob,
- String? name,
- String? network,
- GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig? predictRequestResponseLoggingConfig,
- GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig,
- Map<
String, int> ? trafficSplit, - 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,
});