GoogleCloudAiplatformV1ReasoningEngineSpec constructor

GoogleCloudAiplatformV1ReasoningEngineSpec({
  1. String? agentFramework,
  2. List<Map<String, Object?>>? classMethods,
  3. GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec? deploymentSpec,
  4. String? effectiveIdentity,
  5. String? identityType,
  6. GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec? packageSpec,
  7. String? serviceAccount,
  8. GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpec? sourceCodeSpec,
})

Implementation

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