public static interface ModelMonitoringAnomaly.TabularAnomalyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnomaly()
public abstract Value getAnomaly()
Anomaly body.
.google.protobuf.Value anomaly = 3;
Returns | |
---|---|
Type | Description |
Value |
The anomaly. |
getAnomalyOrBuilder()
public abstract ValueOrBuilder getAnomalyOrBuilder()
Anomaly body.
.google.protobuf.Value anomaly = 3;
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
getAnomalyUri()
public abstract String getAnomalyUri()
Additional anomaly information. e.g. Google Cloud Storage uri.
string anomaly_uri = 1;
Returns | |
---|---|
Type | Description |
String |
The anomalyUri. |
getAnomalyUriBytes()
public abstract ByteString getAnomalyUriBytes()
Additional anomaly information. e.g. Google Cloud Storage uri.
string anomaly_uri = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for anomalyUri. |
getCondition()
public abstract ModelMonitoringAlertCondition getCondition()
The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;
Returns | |
---|---|
Type | Description |
ModelMonitoringAlertCondition |
The condition. |
getConditionOrBuilder()
public abstract ModelMonitoringAlertConditionOrBuilder getConditionOrBuilder()
The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;
Returns | |
---|---|
Type | Description |
ModelMonitoringAlertConditionOrBuilder |
getSummary()
public abstract String getSummary()
Overview of this anomaly.
string summary = 2;
Returns | |
---|---|
Type | Description |
String |
The summary. |
getSummaryBytes()
public abstract ByteString getSummaryBytes()
Overview of this anomaly.
string summary = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for summary. |
getTriggerTime()
public abstract Timestamp getTriggerTime()
The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp |
The triggerTime. |
getTriggerTimeOrBuilder()
public abstract TimestampOrBuilder getTriggerTimeOrBuilder()
The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasAnomaly()
public abstract boolean hasAnomaly()
Anomaly body.
.google.protobuf.Value anomaly = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the anomaly field is set. |
hasCondition()
public abstract boolean hasCondition()
The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the condition field is set. |
hasTriggerTime()
public abstract boolean hasTriggerTime()
The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the triggerTime field is set. |