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

EffectiveIdentity

Output only. The identity to use for the Reasoning Engine. It can contain one of the following values: * service-{project}@gcp-sa-aiplatform-re.googleapis.com (for SERVICE_AGENT identity type) * {name}@{project}.gserviceaccount.com (for SERVICE_ACCOUNT identity type) * agents.global.{org}.system.id.goog/resources/aiplatform/projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine} (for AGENT_IDENTITY identity type)

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

IdentityType

Optional. The identity type to use for the Reasoning Engine. If not specified, the service_account field will be used if set, otherwise the default Vertex AI Reasoning Engine Service Agent in the project will be used.

Declaration
[JsonProperty("identityType")]
public virtual string IdentityType { 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