Cloud AI Platform v1 API - Class TensorboardBlob (2.27.0)

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

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

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