Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource

Specification for the deploying from agent config.

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

Properties

AdkConfig

Required. The ADK configuration.

Declaration
[JsonProperty("adkConfig")]
public virtual GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig AdkConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig

ETag

The ETag of the item.

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

InlineSource

Optional. Any additional files needed to interpret the config. If a requirements.txt file is present in the inline_source, the corresponding packages will be installed. If no requirements.txt file is present in inline_source, then the latest version of google-adk will be installed for interpreting the ADK config.

Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource InlineSource { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX