GoogleCloudAiplatformV1ReasoningEngineSpec constructor

GoogleCloudAiplatformV1ReasoningEngineSpec({
  1. String? agentFramework,
  2. List<Map<String, Object?>>? classMethods,
  3. GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec? deploymentSpec,
  4. GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec? packageSpec,
  5. String? serviceAccount,
})

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpec({
  this.agentFramework,
  this.classMethods,
  this.deploymentSpec,
  this.packageSpec,
  this.serviceAccount,
});