Class: Google::Cloud::DataLabeling::V1beta1::Dataset

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

Instance Attribute Details

#blocking_resources::Array<::String>

Returns Output only. The names of any related resources that are blocking changes to the dataset.

Returns:

  • (::Array<::String>)

    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.

Returns:



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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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

Returns:

  • (::String)

    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