public sealed class TensorboardBlobSequence : IMessage<TensorboardBlobSequence>, IEquatable<TensorboardBlobSequence>, IDeepCloneable<TensorboardBlobSequence>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TensorboardBlobSequence.
One point viewable on a blob metric plot, but mostly just a wrapper message
to work around repeated fields can't be used directly within oneof fields.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The `TensorboardBlobSequence` class in the Vertex AI v1beta1 API serves as a wrapper for handling repeated fields within `oneof` fields."],["This class, found in the `Google.Cloud.AIPlatform.V1Beta1` namespace, is primarily used to represent a sequence of blobs in a metric plot."],["The `TensorboardBlobSequence` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `TensorboardBlobSequence` object as a parameter."],["It contains a `Values` property of type `RepeatedField\u003cTensorboardBlob\u003e` which holds a list of blobs contained within the sequence."]]],[]]