[[["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."],[[["The `Blob` class in the Cloud AI Platform v1beta1 API represents a content blob, preferably sent as text rather than raw bytes."],["`Blob` is a sealed class that inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for message handling, equality comparison, deep cloning, and buffering."],["The class includes two constructors: a default `Blob()` constructor and a `Blob(Blob other)` constructor for creating a copy of an existing `Blob` object."],["It contains properties `Data` which holds the raw bytes of the blob, and `MimeType`, which defines the IANA standard MIME type of the data."],["The class is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is found within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, for users of the .NET framework."]]],[]]