public sealed class Scalar : IMessage<Scalar>, IEquatable<Scalar>, IDeepCloneable<Scalar>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Scalar.
One point viewable on a scalar metric plot.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Scalar()
public Scalar()Scalar(Scalar)
public Scalar(Scalar other)| Parameter | |
|---|---|
| Name | Description |
other |
Scalar |
Properties
Value
public double Value { get; set; }Value of the point at this step / timestamp.
| Property Value | |
|---|---|
| Type | Description |
double |
|