GoogleCloudDatalabelingV1beta1AnnotatedDataset constructor
GoogleCloudDatalabelingV1beta1AnnotatedDataset({
- String? annotationSource,
- String? annotationType,
- List<
String> ? blockingResources, - String? completedExampleCount,
- String? createTime,
- String? description,
- String? displayName,
- String? exampleCount,
- GoogleCloudDatalabelingV1beta1LabelStats? labelStats,
- GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata? metadata,
- 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,
});