Class: Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb
Overview
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.
Instance Attribute Summary collapse
-
#annotation_source ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSource
Output only.
-
#annotation_type ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationType
Output only.
-
#blocking_resources ⇒ ::Array<::String>
Output only.
-
#completed_example_count ⇒ ::Integer
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#description ⇒ ::String
Output only.
-
#display_name ⇒ ::String
Output only.
-
#example_count ⇒ ::Integer
Output only.
-
#label_stats ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelStats
Output only.
-
#metadata ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotatedDatasetMetadata
Output only.
-
#name ⇒ ::String
Output only.
Instance Attribute Details
#annotation_source ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSource
Returns Output only. Source of the annotation.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotation_type ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationType
Returns Output only. Type of the annotation. It is specified when starting labeling task.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#blocking_resources ⇒ ::Array<::String>
Returns Output only. The names of any related resources that are blocking changes to the annotated dataset.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#completed_example_count ⇒ ::Integer
Returns Output only. Number of examples that have annotation in the annotated dataset.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Time the AnnotatedDataset was created.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#example_count ⇒ ::Integer
Returns Output only. Number of examples in the annotated dataset.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label_stats ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelStats
Returns Output only. Per label statistics.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotatedDatasetMetadata
Returns Output only. Additional information about AnnotatedDataset.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}.
245 246 247 248 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 245 class AnnotatedDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |