AiModel constructor

AiModel({
  1. String? deploymentPlatform,
  2. String? displayName,
  3. String? domain,
  4. String? library,
  5. String? location,
  6. String? name,
  7. String? publisher,
})

Implementation

AiModel({
  this.deploymentPlatform,
  this.displayName,
  this.domain,
  this.library,
  this.location,
  this.name,
  this.publisher,
});