Class: Google::Cloud::DataLabeling::V1beta1::Dataset
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::Dataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb
Overview
Dataset is the resource to hold your data. You can request multiple labeling tasks for a dataset while each one will generate an AnnotatedDataset.
Instance Attribute Summary collapse
-
#blocking_resources ⇒ ::Array<::String>
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#data_item_count ⇒ ::Integer
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#input_configs ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::InputConfig>
Output only.
-
#name ⇒ ::String
Output only.
Instance Attribute Details
#blocking_resources ⇒ ::Array<::String>
Returns Output only. The names of any related resources that are blocking changes to the dataset.
52 53 54 55 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 52 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. Time the dataset is created.
52 53 54 55 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 52 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_item_count ⇒ ::Integer
Returns Output only. The number of data items in the dataset.
52 53 54 55 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 52 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
52 53 54 55 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 52 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name of the dataset. Maximum of 64 characters.
52 53 54 55 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 52 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_configs ⇒ ::Array<::Google::Cloud::DataLabeling::V1beta1::InputConfig>
Returns Output only. This is populated with the original input configs where ImportData is called. It is available only after the clients import data to this dataset.
52 53 54 55 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 52 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}.
52 53 54 55 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 52 class Dataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |