Cloud AI Platform v1beta1 API - Class ModelMonitoringStatsDataPoint.Types.TypedValue (1.0.0-beta03)

public sealed class ModelMonitoringStatsDataPoint.Types.TypedValue : IMessage<ModelMonitoringStatsDataPoint.Types.TypedValue>, IEquatable<ModelMonitoringStatsDataPoint.Types.TypedValue>, IDeepCloneable<ModelMonitoringStatsDataPoint.Types.TypedValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelMonitoringStatsDataPoint.Types.TypedValue.

Typed value of the statistics.

Inheritance

object > ModelMonitoringStatsDataPoint.Types.TypedValue

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

TypedValue()

public TypedValue()

TypedValue(TypedValue)

public TypedValue(ModelMonitoringStatsDataPoint.Types.TypedValue other)
Parameter
Name Description
other ModelMonitoringStatsDataPointTypesTypedValue

Properties

DistributionValue

public ModelMonitoringStatsDataPoint.Types.TypedValue.Types.DistributionDataValue DistributionValue { get; set; }

Distribution.

Property Value
Type Description
ModelMonitoringStatsDataPointTypesTypedValueTypesDistributionDataValue

DoubleValue

public double DoubleValue { get; set; }

Double.

Property Value
Type Description
double

HasDoubleValue

public bool HasDoubleValue { get; }

Gets whether the "double_value" field is set

Property Value
Type Description
bool

ValueCase

public ModelMonitoringStatsDataPoint.Types.TypedValue.ValueOneofCase ValueCase { get; }
Property Value
Type Description
ModelMonitoringStatsDataPointTypesTypedValueValueOneofCase