Show / Hide Table of Contents

Class GoogleCloudAiplatformV1Part

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. For media types that are not text, 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
GoogleCloudAiplatformV1Part
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.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1Part : IDirectResponseSchema

Properties

CodeExecutionResult

Optional. The result of executing the ExecutableCode.

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

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 intended to be executed.

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

FileData

Optional. The URI-based data of the part. This can be used to include files from Google Cloud Storage.

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

FunctionCall

Optional. A predicted function call returned from the model. This contains the name of the function to call and the arguments to pass to the function.

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

FunctionResponse

Optional. The result of a function call. This is used to provide the model with the result of a function call that it predicted.

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

InlineData

Optional. The inline data content of the part. This can be used to include images, audio, or video in a request.

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

Text

Optional. The text content of the part.

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

Thought

Optional. Indicates whether the part represents the model's thought process or reasoning.

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 GoogleCloudAiplatformV1VideoMetadata VideoMetadata { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1VideoMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX