Class GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource
Specification for the deploying from agent config.
Implements
Inherited Members
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 |