Cloud AI Platform v1 API - Class Blob (2.25.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.

Raw media bytes.

Text should not be sent as raw bytes, use the 'text' field.

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 for media formats.

Property Value
TypeDescription
ByteString

MimeType

public string MimeType { get; set; }

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

Property Value
TypeDescription
string