GoogleCloudDatalabelingV1beta1AnnotatedDataset constructor

GoogleCloudDatalabelingV1beta1AnnotatedDataset({
  1. String? annotationSource,
  2. String? annotationType,
  3. List<String>? blockingResources,
  4. String? completedExampleCount,
  5. String? createTime,
  6. String? description,
  7. String? displayName,
  8. String? exampleCount,
  9. GoogleCloudDatalabelingV1beta1LabelStats? labelStats,
  10. GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata? metadata,
  11. String? name,
})

Implementation

GoogleCloudDatalabelingV1beta1AnnotatedDataset({
  this.annotationSource,
  this.annotationType,
  this.blockingResources,
  this.completedExampleCount,
  this.createTime,
  this.description,
  this.displayName,
  this.exampleCount,
  this.labelStats,
  this.metadata,
  this.name,
});