GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource constructor

GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource({
  1. GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig? adkConfig,
  2. GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource? inlineSource,
})

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource({
  this.adkConfig,
  this.inlineSource,
});