Class GoogleCloudAiplatformV1beta1FunctionResponsePart
A datatype containing media that is part of a FunctionResponse message. A FunctionResponsePart consists of
data which has an associated datatype. A FunctionResponsePart can only contain one of the accepted types in
FunctionResponsePart.data. A FunctionResponsePart must have a fixed IANA MIME type identifying the type and
subtype of the media if the inline_data field is filled with raw bytes.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1FunctionResponsePart : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FileData
URI based data.
Declaration
[JsonProperty("fileData")]
public virtual GoogleCloudAiplatformV1beta1FunctionResponseFileData FileData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1FunctionResponseFileData |
InlineData
Inline media bytes.
Declaration
[JsonProperty("inlineData")]
public virtual GoogleCloudAiplatformV1beta1FunctionResponseBlob InlineData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1FunctionResponseBlob |