GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec constructor

GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec({
  1. String? entrypointModule,
  2. String? entrypointObject,
  3. String? requirementsFile,
  4. String? version,
})

Implementation

GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecPythonSpec({
  this.entrypointModule,
  this.entrypointObject,
  this.requirementsFile,
  this.version,
});