Class GoogleCloudAiplatformV1beta1TensorboardTensor
One point viewable on a tensor metric plot.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1TensorboardTensor : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Required. Serialized form of https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/tensor.proto
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionNumber
Optional. Version number of TensorProto used to serialize value.
Declaration
[JsonProperty("versionNumber")]
public virtual int? VersionNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |