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-31 UTC."],[[["This documentation is for the `TensorboardBlobSequence` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta09."],["`TensorboardBlobSequence` is a wrapper message designed to handle repeated fields within `oneof` fields, primarily used for displaying one data point on a blob metric plot."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It provides two constructors: a default constructor and one that takes another `TensorboardBlobSequence` object for copying."],["The `Values` property of `TensorboardBlobSequence` is a `RepeatedField` of `TensorboardBlob`, containing a list of blobs within the sequence."]]],[]]