Interface FeatureMonitorJob.JobSummaryOrBuilder (3.56.0)

public static interface FeatureMonitorJob.JobSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureStatsAndAnomalies(int index)

public abstract 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];

Parameter
Name Description
index int
Returns
Type Description
FeatureStatsAndAnomaly

getFeatureStatsAndAnomaliesCount()

public abstract 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];

Returns
Type Description
int

getFeatureStatsAndAnomaliesList()

public abstract 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];

Returns
Type Description
List<FeatureStatsAndAnomaly>

getFeatureStatsAndAnomaliesOrBuilder(int index)

public abstract 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];

Parameter
Name Description
index int
Returns
Type Description
FeatureStatsAndAnomalyOrBuilder

getFeatureStatsAndAnomaliesOrBuilderList()

public abstract 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];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureStatsAndAnomalyOrBuilder>

getTotalSlotMs()

public abstract long getTotalSlotMs()

Output only. BigQuery slot milliseconds consumed.

int64 total_slot_ms = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The totalSlotMs.