Cloud AI Platform v1 API - Class TensorboardTensor (2.27.0)

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

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

One point viewable on a tensor metric plot.

Inheritance

object > TensorboardTensor

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TensorboardTensor()

public TensorboardTensor()

TensorboardTensor(TensorboardTensor)

public TensorboardTensor(TensorboardTensor other)
Parameter
NameDescription
otherTensorboardTensor

Properties

Value

public ByteString Value { get; set; }
Property Value
TypeDescription
ByteString

VersionNumber

public int VersionNumber { get; set; }

Optional. Version number of TensorProto used to serialize [value][google.cloud.aiplatform.v1.TensorboardTensor.value].

Property Value
TypeDescription
int