public sealed class TensorboardBlob : IMessage<TensorboardBlob>, IEquatable<TensorboardBlob>, IDeepCloneable<TensorboardBlob>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class TensorboardBlob.
One blob (e.g, image, graph) viewable on a blob metric plot.
Implements
IMessageTensorboardBlob, IEquatableTensorboardBlob, IDeepCloneableTensorboardBlob, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
TensorboardBlob()
public TensorboardBlob()TensorboardBlob(TensorboardBlob)
public TensorboardBlob(TensorboardBlob other)| Parameter | |
|---|---|
| Name | Description |
other |
TensorboardBlob |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|