public sealed class TensorboardBlobSequence : IMessage<TensorboardBlobSequence>, IEquatable<TensorboardBlobSequence>, IDeepCloneable<TensorboardBlobSequence>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-21 UTC."],[[["`TensorboardBlobSequence` is a class in the Cloud AI Platform v1beta1 API, specifically designed for handling sequences of blobs."],["It serves as a wrapper message that is used to represent a point within a blob metric plot and to work around limitations with repeated fields within `oneof` fields."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TensorboardBlobSequence` class provides a property called `Values`, which is a `RepeatedField` containing a list of `TensorboardBlob` objects."],["Two constructors are provided for the class `TensorboardBlobSequence()`, and `TensorboardBlobSequence(TensorboardBlobSequence other)`."]]],[]]