public interface ModelMonitoringAnomalyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAlgorithm()
public abstract String getAlgorithm()Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The algorithm. |
getAlgorithmBytes()
public abstract ByteString getAlgorithmBytes()Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for algorithm. |
getAnomalyCase()
public abstract ModelMonitoringAnomaly.AnomalyCase getAnomalyCase()| Returns | |
|---|---|
| Type | Description |
ModelMonitoringAnomaly.AnomalyCase |
|
getModelMonitoringJob()
public abstract String getModelMonitoringJob()Model monitoring job resource name.
string model_monitoring_job = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The modelMonitoringJob. |
getModelMonitoringJobBytes()
public abstract ByteString getModelMonitoringJobBytes()Model monitoring job resource name.
string model_monitoring_job = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for modelMonitoringJob. |
getTabularAnomaly()
public abstract ModelMonitoringAnomaly.TabularAnomaly getTabularAnomaly()Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringAnomaly.TabularAnomaly |
The tabularAnomaly. |
getTabularAnomalyOrBuilder()
public abstract ModelMonitoringAnomaly.TabularAnomalyOrBuilder getTabularAnomalyOrBuilder()Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringAnomaly.TabularAnomalyOrBuilder |
|
hasTabularAnomaly()
public abstract boolean hasTabularAnomaly()Tabular anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tabularAnomaly field is set. |