Interface ModelMonitoringAnomalyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringAnomaly,ModelMonitoringAnomaly.Builder
@Generated
public interface ModelMonitoringAnomalyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAlgorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.com.google.protobuf.ByteStringAlgorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.Model monitoring job resource name.com.google.protobuf.ByteStringModel monitoring job resource name.Tabular anomaly.Tabular anomaly.booleanTabular anomaly.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTabularAnomaly
boolean hasTabularAnomaly()Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;- Returns:
- Whether the tabularAnomaly field is set.
-
getTabularAnomaly
ModelMonitoringAnomaly.TabularAnomaly getTabularAnomaly()Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;- Returns:
- The tabularAnomaly.
-
getTabularAnomalyOrBuilder
ModelMonitoringAnomaly.TabularAnomalyOrBuilder getTabularAnomalyOrBuilder()Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1; -
getModelMonitoringJob
String getModelMonitoringJob()Model monitoring job resource name.
string model_monitoring_job = 2;- Returns:
- The modelMonitoringJob.
-
getModelMonitoringJobBytes
com.google.protobuf.ByteString getModelMonitoringJobBytes()Model monitoring job resource name.
string model_monitoring_job = 2;- Returns:
- The bytes for modelMonitoringJob.
-
getAlgorithm
String getAlgorithm()Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 3;- Returns:
- The algorithm.
-
getAlgorithmBytes
com.google.protobuf.ByteString getAlgorithmBytes()Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 3;- Returns:
- The bytes for algorithm.
-
getAnomalyCase
ModelMonitoringAnomaly.AnomalyCase getAnomalyCase()
-