GoogleCloudAiplatformV1ReasoningEngineSpec constructor

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

Implementation

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