Cloud AI Platform v1 API - Class Blob (2.27.0)

public sealed class Blob : IMessage<Blob>, IEquatable<Blob>, IDeepCloneable<Blob>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Blob.

Content blob.

It's preferred to send as [text][google.cloud.aiplatform.v1.Part.text] directly rather than raw bytes.

Inheritance

object > Blob

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Blob()

public Blob()

Blob(Blob)

public Blob(Blob other)
Parameter
NameDescription
otherBlob

Properties

Data

public ByteString Data { get; set; }

Required. Raw bytes.

Property Value
TypeDescription
ByteString

MimeType

public string MimeType { get; set; }

Required. The IANA standard MIME type of the source data.

Property Value
TypeDescription
string