Struct gapi_grpc::google::cloud::datalabeling::v1beta1::AnnotatedDataset [−][src]
AnnotatedDataset is a set holding annotations for data in a Dataset. Each labeling task will generate an AnnotatedDataset under the Dataset that the task is requested for.
Fields
name: String
Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
display_name: String
Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.
description: String
Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.
annotation_source: i32
Output only. Source of the annotation.
annotation_type: i32
Output only. Type of the annotation. It is specified when starting labeling task.
example_count: i64
Output only. Number of examples in the annotated dataset.
completed_example_count: i64
Output only. Number of examples that have annotation in the annotated dataset.
label_stats: Option<LabelStats>
Output only. Per label statistics.
create_time: Option<Timestamp>
Output only. Time the AnnotatedDataset was created.
metadata: Option<AnnotatedDatasetMetadata>
Output only. Additional information about AnnotatedDataset.
blocking_resources: Vec<String>
Output only. The names of any related resources that are blocking changes to the annotated dataset.
Implementations
impl AnnotatedDataset
[src][−]
pub fn annotation_source(&self) -> AnnotationSource
[src][−]
Returns the enum value of annotation_source
, or the default if the field is set to an invalid enum value.
pub fn set_annotation_source(&mut self, value: AnnotationSource)
[src][−]
Sets annotation_source
to the provided enum value.
pub fn annotation_type(&self) -> AnnotationType
[src][−]
Returns the enum value of annotation_type
, or the default if the field is set to an invalid enum value.
pub fn set_annotation_type(&mut self, value: AnnotationType)
[src][−]
Sets annotation_type
to the provided enum value.
Trait Implementations
impl Clone for AnnotatedDataset
[src][+]
impl Debug for AnnotatedDataset
[src][+]
impl Default for AnnotatedDataset
[src][+]
impl Message for AnnotatedDataset
[src][+]
impl PartialEq<AnnotatedDataset> for AnnotatedDataset
[src][+]
impl StructuralPartialEq for AnnotatedDataset
[src]
Auto Trait Implementations
impl RefUnwindSafe for AnnotatedDataset
impl Send for AnnotatedDataset
impl Sync for AnnotatedDataset
impl Unpin for AnnotatedDataset
impl UnwindSafe for AnnotatedDataset
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,