public interface ModelMonitoringAnomalyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Algorithm used to calculated the metrics, eg: jensen_shannon_divergence,
l_infinity.
|
com.google.protobuf.ByteString |
getAlgorithmBytes()
Algorithm used to calculated the metrics, eg: jensen_shannon_divergence,
l_infinity.
|
ModelMonitoringAnomaly.AnomalyCase |
getAnomalyCase() |
String |
getModelMonitoringJob()
Model monitoring job resource name.
|
com.google.protobuf.ByteString |
getModelMonitoringJobBytes()
Model monitoring job resource name.
|
ModelMonitoringAnomaly.TabularAnomaly |
getTabularAnomaly()
Tabular anomaly.
|
ModelMonitoringAnomaly.TabularAnomalyOrBuilder |
getTabularAnomalyOrBuilder()
Tabular anomaly.
|
boolean |
hasTabularAnomaly()
Tabular anomaly.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTabularAnomaly()
Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
ModelMonitoringAnomaly.TabularAnomaly getTabularAnomaly()
Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
ModelMonitoringAnomaly.TabularAnomalyOrBuilder getTabularAnomalyOrBuilder()
Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
String getModelMonitoringJob()
Model monitoring job resource name.
string model_monitoring_job = 2;com.google.protobuf.ByteString getModelMonitoringJobBytes()
Model monitoring job resource name.
string model_monitoring_job = 2;String getAlgorithm()
Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 3;com.google.protobuf.ByteString getAlgorithmBytes()
Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 3;ModelMonitoringAnomaly.AnomalyCase getAnomalyCase()
Copyright © 2024 Google LLC. All rights reserved.