Interface FeatureMonitorJob.JobSummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureMonitorJob.JobSummary,FeatureMonitorJob.JobSummary.Builder
- Enclosing class:
- FeatureMonitorJob
public static interface FeatureMonitorJob.JobSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatureStatsAndAnomalies(int index) Output only.intOutput only.Output only.getFeatureStatsAndAnomaliesOrBuilder(int index) Output only.List<? extends FeatureStatsAndAnomalyOrBuilder>Output only.longOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTotalSlotMs
long getTotalSlotMs()Output only. BigQuery slot milliseconds consumed.
int64 total_slot_ms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The totalSlotMs.
-
getFeatureStatsAndAnomaliesList
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]; -
getFeatureStatsAndAnomalies
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]; -
getFeatureStatsAndAnomaliesCount
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]; -
getFeatureStatsAndAnomaliesOrBuilderList
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]; -
getFeatureStatsAndAnomaliesOrBuilder
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];
-