Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReasoningEngineSpec

ReasoningEngine configurations

Inheritance
object
GoogleCloudAiplatformV1ReasoningEngineSpec
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 GoogleCloudAiplatformV1ReasoningEngineSpec : IDirectResponseSchema

Properties

AgentFramework

Optional. The OSS agent framework used to develop the agent. Currently supported values: "google-adk", "langchain", "langgraph", "ag2", "llama-index", "custom".

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

ClassMethods

Optional. Declarations for object class methods in OpenAPI specification format.

Declaration
[JsonProperty("classMethods")]
public virtual IList<IDictionary<string, object>> ClassMethods { get; set; }
Property Value
Type Description
IList<IDictionary<string, object>>

DeploymentSpec

Optional. The specification of a Reasoning Engine deployment.

Declaration
[JsonProperty("deploymentSpec")]
public virtual GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec DeploymentSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec

ETag

The ETag of the item.

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

PackageSpec

Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through deployment_spec.first_party_image_override, but keeping the field_behavior to avoid introducing breaking changes.

Declaration
[JsonProperty("packageSpec")]
public virtual GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec PackageSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX