Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1Part

A datatype containing media that is part of a multi-part Content message. A Part consists of data which has an associated datatype. A Part can only contain one of the accepted types in Part.data. A Part must have a fixed IANA MIME type identifying the type and subtype of the media if inline_data or file_data field is filled with raw bytes.

Inheritance
object
GoogleCloudAiplatformV1beta1Part
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1Part : IDirectResponseSchema

Properties

CodeExecutionResult

Optional. Result of executing the [ExecutableCode].

Declaration
[JsonProperty("codeExecutionResult")]
public virtual GoogleCloudAiplatformV1beta1CodeExecutionResult CodeExecutionResult { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1CodeExecutionResult

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExecutableCode

Optional. Code generated by the model that is meant to be executed.

Declaration
[JsonProperty("executableCode")]
public virtual GoogleCloudAiplatformV1beta1ExecutableCode ExecutableCode { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1ExecutableCode

FileData

Optional. URI based data.

Declaration
[JsonProperty("fileData")]
public virtual GoogleCloudAiplatformV1beta1FileData FileData { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1FileData

FunctionCall

Optional. A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] with the parameters and their values.

Declaration
[JsonProperty("functionCall")]
public virtual GoogleCloudAiplatformV1beta1FunctionCall FunctionCall { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1FunctionCall

FunctionResponse

Optional. The result output of a [FunctionCall] that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing any output from the function call. It is used as context to the model.

Declaration
[JsonProperty("functionResponse")]
public virtual GoogleCloudAiplatformV1beta1FunctionResponse FunctionResponse { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1FunctionResponse

InlineData

Optional. Inlined bytes data.

Declaration
[JsonProperty("inlineData")]
public virtual GoogleCloudAiplatformV1beta1Blob InlineData { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1Blob

Text

Optional. Text part (can be code).

Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type Description
string

Thought

Output only. Indicates if the part is thought from the model.

Declaration
[JsonProperty("thought")]
public virtual bool? Thought { get; set; }
Property Value
Type Description
bool?

ThoughtSignature

Optional. An opaque signature for the thought so it can be reused in subsequent requests.

Declaration
[JsonProperty("thoughtSignature")]
public virtual string ThoughtSignature { get; set; }
Property Value
Type Description
string

VideoMetadata

Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data.

Declaration
[JsonProperty("videoMetadata")]
public virtual GoogleCloudAiplatformV1beta1VideoMetadata VideoMetadata { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1VideoMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX