GoogleCloudMlV1Model constructor

GoogleCloudMlV1Model({
  1. GoogleCloudMlV1Version? defaultVersion,
  2. String? description,
  3. String? etag,
  4. Map<String, String>? labels,
  5. String? name,
  6. bool? onlinePredictionConsoleLogging,
  7. bool? onlinePredictionLogging,
  8. List<String>? regions,
})

Implementation

GoogleCloudMlV1Model({
  this.defaultVersion,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.onlinePredictionConsoleLogging,
  this.onlinePredictionLogging,
  this.regions,
});