public interface ModelMonitoringStatsDataPointOrBuilder
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.
|
ModelMonitoringStatsDataPoint.TypedValue |
getBaselineStats()
Statistics from baseline dataset.
|
ModelMonitoringStatsDataPoint.TypedValueOrBuilder |
getBaselineStatsOrBuilder()
Statistics from baseline dataset.
|
com.google.protobuf.Timestamp |
getCreateTime()
Statistics create time.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Statistics create time.
|
ModelMonitoringStatsDataPoint.TypedValue |
getCurrentStats()
Statistics from current dataset.
|
ModelMonitoringStatsDataPoint.TypedValueOrBuilder |
getCurrentStatsOrBuilder()
Statistics from current dataset.
|
boolean |
getHasAnomaly()
Indicate if the statistics has anomaly.
|
String |
getModelMonitoringJob()
Model monitoring job resource name.
|
com.google.protobuf.ByteString |
getModelMonitoringJobBytes()
Model monitoring job resource name.
|
String |
getSchedule()
Schedule resource name.
|
com.google.protobuf.ByteString |
getScheduleBytes()
Schedule resource name.
|
double |
getThresholdValue()
Threshold value.
|
boolean |
hasBaselineStats()
Statistics from baseline dataset.
|
boolean |
hasCreateTime()
Statistics create time.
|
boolean |
hasCurrentStats()
Statistics from current dataset.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCurrentStats()
Statistics from current dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue current_stats = 1;
ModelMonitoringStatsDataPoint.TypedValue getCurrentStats()
Statistics from current dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue current_stats = 1;
ModelMonitoringStatsDataPoint.TypedValueOrBuilder getCurrentStatsOrBuilder()
Statistics from current dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue current_stats = 1;
boolean hasBaselineStats()
Statistics from baseline dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue baseline_stats = 2;
ModelMonitoringStatsDataPoint.TypedValue getBaselineStats()
Statistics from baseline dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue baseline_stats = 2;
ModelMonitoringStatsDataPoint.TypedValueOrBuilder getBaselineStatsOrBuilder()
Statistics from baseline dataset.
.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue baseline_stats = 2;
double getThresholdValue()
Threshold value.
double threshold_value = 3;boolean getHasAnomaly()
Indicate if the statistics has anomaly.
bool has_anomaly = 4;String getModelMonitoringJob()
Model monitoring job resource name.
string model_monitoring_job = 5;com.google.protobuf.ByteString getModelMonitoringJobBytes()
Model monitoring job resource name.
string model_monitoring_job = 5;String getSchedule()
Schedule resource name.
string schedule = 6;com.google.protobuf.ByteString getScheduleBytes()
Schedule resource name.
string schedule = 6;boolean hasCreateTime()
Statistics create time.
.google.protobuf.Timestamp create_time = 7;com.google.protobuf.Timestamp getCreateTime()
Statistics create time.
.google.protobuf.Timestamp create_time = 7;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Statistics create time.
.google.protobuf.Timestamp create_time = 7;String getAlgorithm()
Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 8;com.google.protobuf.ByteString getAlgorithmBytes()
Algorithm used to calculated the metrics, eg: jensen_shannon_divergence, l_infinity.
string algorithm = 8;Copyright © 2025 Google LLC. All rights reserved.