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. The deployment_source field should not be set if package_spec is specified.

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

ServiceAccount

Optional. The service account that the Reasoning Engine artifact runs as. It should have "roles/storage.objectViewer" for reading the user project's Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If not specified, the Vertex AI Reasoning Engine Service Agent in the project will be used.

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

SourceCodeSpec

Deploy from source code files with a defined entrypoint.

Declaration
[JsonProperty("sourceCodeSpec")]
public virtual GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec SourceCodeSpec { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX