ReasoningEngineSpec constructor

ReasoningEngineSpec({
  1. ReasoningEngineSpec_SourceCodeSpec? sourceCodeSpec,
  2. String? serviceAccount,
  3. ReasoningEngineSpec_PackageSpec? packageSpec,
  4. ReasoningEngineSpec_DeploymentSpec? deploymentSpec,
  5. List<Struct> classMethods = const [],
  6. String agentFramework = '',
})

Implementation

ReasoningEngineSpec({
  this.sourceCodeSpec,
  this.serviceAccount,
  this.packageSpec,
  this.deploymentSpec,
  this.classMethods = const [],
  this.agentFramework = '',
}) : super(fullyQualifiedName);