public sealed class TensorboardTensor : IMessage<TensorboardTensor>, IEquatable<TensorboardTensor>, IDeepCloneable<TensorboardTensor>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class TensorboardTensor.
One point viewable on a tensor metric plot.
Implements
IMessageTensorboardTensor, IEquatableTensorboardTensor, IDeepCloneableTensorboardTensor, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TensorboardTensor()
public TensorboardTensor()
TensorboardTensor(TensorboardTensor)
public TensorboardTensor(TensorboardTensor other)
Parameter | |
---|---|
Name | Description |
other |
TensorboardTensor |
Properties
Value
public ByteString Value { get; set; }
Required. Serialized form of https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/tensor.proto
Property Value | |
---|---|
Type | Description |
ByteString |
VersionNumber
public int VersionNumber { get; set; }
Optional. Version number of TensorProto used to serialize [value][google.cloud.aiplatform.v1beta1.TensorboardTensor.value].
Property Value | |
---|---|
Type | Description |
int |