Class: Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#annotation_source::Google::Cloud::DataLabeling::V1beta1::AnnotationSource

Returns Output only. Source of the annotation.

Returns:



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.

Returns:



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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

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.



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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:



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}.

Returns:

  • (::String)

    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