public interface ModelMonitoringAlertOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAlertTime()
public abstract Timestamp getAlertTime()
Alert creation time.
.google.protobuf.Timestamp alert_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The alertTime. |
getAlertTimeOrBuilder()
public abstract TimestampOrBuilder getAlertTimeOrBuilder()
Alert creation time.
.google.protobuf.Timestamp alert_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getAnomaly()
public abstract ModelMonitoringAnomaly getAnomaly()
Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;
Returns | |
---|---|
Type | Description |
ModelMonitoringAnomaly |
The anomaly. |
getAnomalyOrBuilder()
public abstract ModelMonitoringAnomalyOrBuilder getAnomalyOrBuilder()
Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;
Returns | |
---|---|
Type | Description |
ModelMonitoringAnomalyOrBuilder |
getObjectiveType()
public abstract String getObjectiveType()
One of the supported monitoring objectives:
raw-feature-drift
prediction-output-drift
feature-attribution
string objective_type = 2;
Returns | |
---|---|
Type | Description |
String |
The objectiveType. |
getObjectiveTypeBytes()
public abstract ByteString getObjectiveTypeBytes()
One of the supported monitoring objectives:
raw-feature-drift
prediction-output-drift
feature-attribution
string objective_type = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for objectiveType. |
getStatsName()
public abstract String getStatsName()
The stats name.
string stats_name = 1;
Returns | |
---|---|
Type | Description |
String |
The statsName. |
getStatsNameBytes()
public abstract ByteString getStatsNameBytes()
The stats name.
string stats_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for statsName. |
hasAlertTime()
public abstract boolean hasAlertTime()
Alert creation time.
.google.protobuf.Timestamp alert_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the alertTime field is set. |
hasAnomaly()
public abstract boolean hasAnomaly()
Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the anomaly field is set. |