public sealed class ModelMonitoringStatsDataPoint.Types.TypedValue : IMessage<ModelMonitoringStatsDataPoint.Types.TypedValue>, IEquatable<ModelMonitoringStatsDataPoint.Types.TypedValue>, IDeepCloneable<ModelMonitoringStatsDataPoint.Types.TypedValue>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringStatsDataPoint.Types.TypedValue.
Typed value of the statistics.
Implements
IMessageModelMonitoringStatsDataPointTypesTypedValue, IEquatableModelMonitoringStatsDataPointTypesTypedValue, IDeepCloneableModelMonitoringStatsDataPointTypesTypedValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
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 |
|