[[["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."],[[["This document provides reference information for the `Blob` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09."],["The `Blob` class represents a content blob and is designed to be used to send text directly via `[text][google.cloud.aiplatform.v1beta1.Part.text]` instead of raw bytes."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Blob` class include `Data`, which stores the raw bytes as a `ByteString`, and `MimeType`, which specifies the IANA standard MIME type of the data, both of which are required."],["The `Blob` class has two constructors, a default constructor `Blob()`, and another one `Blob(Blob other)` which takes another Blob as parameter."]]],[]]