Interface ModelMonitoringStatsDataPoint.TypedValueOrBuilder (3.44.0)

public static interface ModelMonitoringStatsDataPoint.TypedValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDistributionValue()

public abstract ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue getDistributionValue()

Distribution.

.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;

Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue

The distributionValue.

getDistributionValueOrBuilder()

public abstract ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValueOrBuilder getDistributionValueOrBuilder()

Distribution.

.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;

Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValueOrBuilder

getDoubleValue()

public abstract double getDoubleValue()

Double.

double double_value = 1;

Returns
Type Description
double

The doubleValue.

getValueCase()

public abstract ModelMonitoringStatsDataPoint.TypedValue.ValueCase getValueCase()
Returns
Type Description
ModelMonitoringStatsDataPoint.TypedValue.ValueCase

hasDistributionValue()

public abstract boolean hasDistributionValue()

Distribution.

.google.cloud.aiplatform.v1beta1.ModelMonitoringStatsDataPoint.TypedValue.DistributionDataValue distribution_value = 2;

Returns
Type Description
boolean

Whether the distributionValue field is set.

hasDoubleValue()

public abstract boolean hasDoubleValue()

Double.

double double_value = 1;

Returns
Type Description
boolean

Whether the doubleValue field is set.