AdaptiveMtDataset constructor

AdaptiveMtDataset({
  1. String? createTime,
  2. String? displayName,
  3. int? exampleCount,
  4. String? name,
  5. String? sourceLanguageCode,
  6. String? targetLanguageCode,
  7. String? updateTime,
})

Implementation

AdaptiveMtDataset({
  this.createTime,
  this.displayName,
  this.exampleCount,
  this.name,
  this.sourceLanguageCode,
  this.targetLanguageCode,
  this.updateTime,
});