GoogleCloudMlV1BuiltInAlgorithmOutput constructor

GoogleCloudMlV1BuiltInAlgorithmOutput({
  1. String? framework,
  2. String? modelPath,
  3. String? pythonVersion,
  4. String? runtimeVersion,
})

Implementation

GoogleCloudMlV1BuiltInAlgorithmOutput({
  this.framework,
  this.modelPath,
  this.pythonVersion,
  this.runtimeVersion,
});