ReasoningEngineSpec constructor
ReasoningEngineSpec({
- ReasoningEngineSpec_SourceCodeSpec? sourceCodeSpec,
- String? serviceAccount,
- ReasoningEngineSpec_PackageSpec? packageSpec,
- ReasoningEngineSpec_DeploymentSpec? deploymentSpec,
- List<
Struct> classMethods = const [], - String agentFramework = '',
Implementation
ReasoningEngineSpec({
this.sourceCodeSpec,
this.serviceAccount,
this.packageSpec,
this.deploymentSpec,
this.classMethods = const [],
this.agentFramework = '',
}) : super(fullyQualifiedName);