AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset (v0.8.0)

Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#annotation_source

def annotation_source() -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationSource
Returns

#annotation_source=

def annotation_source=(value) -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationSource
Parameter
Returns

#annotation_type

def annotation_type() -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationType
Returns

#annotation_type=

def annotation_type=(value) -> ::Google::Cloud::DataLabeling::V1beta1::AnnotationType
Parameter
Returns

#blocking_resources

def blocking_resources() -> ::Array<::String>
Returns
  • (::Array<::String>) — Output only. The names of any related resources that are blocking changes to the annotated dataset.

#blocking_resources=

def blocking_resources=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Output only. The names of any related resources that are blocking changes to the annotated dataset.
Returns
  • (::Array<::String>) — Output only. The names of any related resources that are blocking changes to the annotated dataset.

#completed_example_count

def completed_example_count() -> ::Integer
Returns
  • (::Integer) — Output only. Number of examples that have annotation in the annotated dataset.

#completed_example_count=

def completed_example_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Output only. Number of examples that have annotation in the annotated dataset.
Returns
  • (::Integer) — Output only. Number of examples that have annotation in the annotated dataset.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.
Returns
  • (::String) — Output only. The description of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 characters.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.
Returns
  • (::String) — Output only. The display name of the AnnotatedDataset. It is specified in HumanAnnotationConfig when user starts a labeling task. Maximum of 64 characters.

#example_count

def example_count() -> ::Integer
Returns
  • (::Integer) — Output only. Number of examples in the annotated dataset.

#example_count=

def example_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Output only. Number of examples in the annotated dataset.
Returns
  • (::Integer) — Output only. Number of examples in the annotated dataset.

#label_stats

def label_stats() -> ::Google::Cloud::DataLabeling::V1beta1::LabelStats
Returns

#label_stats=

def label_stats=(value) -> ::Google::Cloud::DataLabeling::V1beta1::LabelStats
Parameter
Returns

#metadata

def metadata() -> ::Google::Cloud::DataLabeling::V1beta1::AnnotatedDatasetMetadata
Returns

#metadata=

def metadata=(value) -> ::Google::Cloud::DataLabeling::V1beta1::AnnotatedDatasetMetadata
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
Returns
  • (::String) — Output only. AnnotatedDataset resource name in format of: projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}