GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec constructor
GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec({
- GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource? agentConfigSource,
- GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecDeveloperConnectSource? developerConnectSource,
- GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecImageSpec? imageSpec,
- GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource? inlineSource,
- GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec? pythonSpec,
Implementation
GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec({
this.agentConfigSource,
this.developerConnectSource,
this.imageSpec,
this.inlineSource,
this.pythonSpec,
});