ModelReference constructor

ModelReference({
  1. String? datasetId,
  2. String? modelId,
  3. String? projectId,
})

Implementation

ModelReference({
  this.datasetId,
  this.modelId,
  this.projectId,
});