public static interface FeatureMonitorJob.JobSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureStatsAndAnomaly |
getFeatureStatsAndAnomalies(int index)
Output only.
|
int |
getFeatureStatsAndAnomaliesCount()
Output only.
|
List<FeatureStatsAndAnomaly> |
getFeatureStatsAndAnomaliesList()
Output only.
|
FeatureStatsAndAnomalyOrBuilder |
getFeatureStatsAndAnomaliesOrBuilder(int index)
Output only.
|
List<? extends FeatureStatsAndAnomalyOrBuilder> |
getFeatureStatsAndAnomaliesOrBuilderList()
Output only.
|
long |
getTotalSlotMs()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTotalSlotMs()
Output only. BigQuery slot milliseconds consumed.
int64 total_slot_ms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];List<FeatureStatsAndAnomaly> getFeatureStatsAndAnomaliesList()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
FeatureStatsAndAnomaly getFeatureStatsAndAnomalies(int index)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getFeatureStatsAndAnomaliesCount()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends FeatureStatsAndAnomalyOrBuilder> getFeatureStatsAndAnomaliesOrBuilderList()
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
FeatureStatsAndAnomalyOrBuilder getFeatureStatsAndAnomaliesOrBuilder(int index)
Output only. Features and their stats and anomalies
repeated .google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomaly feature_stats_and_anomalies = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.