public sealed class Blob : IMessage<Blob>, IEquatable<Blob>, IDeepCloneable<Blob>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class Blob.
Content blob.
It's preferred to send as [text][google.cloud.aiplatform.v1beta1.Part.text] directly rather than raw bytes.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Blob()
public Blob()
Blob(Blob)
public Blob(Blob other)
Parameter | |
---|---|
Name | Description |
other |
Blob |
Properties
Data
public ByteString Data { get; set; }
Required. Raw bytes.
Property Value | |
---|---|
Type | Description |
ByteString |
MimeType
public string MimeType { get; set; }
Required. The IANA standard MIME type of the source data.
Property Value | |
---|---|
Type | Description |
string |