Cloud AI Platform v1 API - Class Scalar (2.27.0)

public sealed class Scalar : IMessage<Scalar>, IEquatable<Scalar>, IDeepCloneable<Scalar>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Scalar.

One point viewable on a scalar metric plot.

Inheritance

object > Scalar

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Scalar()

public Scalar()

Scalar(Scalar)

public Scalar(Scalar other)
Parameter
NameDescription
otherScalar

Properties

Value

public double Value { get; set; }

Value of the point at this step / timestamp.

Property Value
TypeDescription
double