Class TensorboardBlob (1.6.0)

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

One blob (e.g, image, graph) viewable on a blob metric plot.

Inheritance

Object > TensorboardBlob

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TensorboardBlob()

public TensorboardBlob()

TensorboardBlob(TensorboardBlob)

public TensorboardBlob(TensorboardBlob other)
Parameter
NameDescription
otherTensorboardBlob

Properties

Data

public ByteString Data { get; set; }

Optional. The bytes of the blob is not present unless it's returned by the ReadTensorboardBlobData endpoint.

Property Value
TypeDescription
ByteString

Id

public string Id { get; set; }

Output only. A URI safe key uniquely identifying a blob. Can be used to locate the blob stored in the Cloud Storage bucket of the consumer project.

Property Value
TypeDescription
String