GoogleCloudAiplatformV1PythonPackageSpec constructor

GoogleCloudAiplatformV1PythonPackageSpec({
  1. List<String>? args,
  2. List<GoogleCloudAiplatformV1EnvVar>? env,
  3. String? executorImageUri,
  4. List<String>? packageUris,
  5. String? pythonModule,
})

Implementation

GoogleCloudAiplatformV1PythonPackageSpec({
  this.args,
  this.env,
  this.executorImageUri,
  this.packageUris,
  this.pythonModule,
});