Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::Dataset.
Dataset is the resource to hold your data. You can request multiple labeling tasks for a dataset while each one will generate an AnnotatedDataset.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#blocking_resources
def blocking_resources() -> ::Array<::String> Returns 
 - (::Array<::String>) — Output only. The names of any related resources that are blocking changes to the 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 dataset.
 
 Returns 
 - (::Array<::String>) — Output only. The names of any related resources that are blocking changes to the dataset.
 
#create_time
def create_time() -> ::Google::Protobuf::Timestamp Returns 
 - (::Google::Protobuf::Timestamp) — Output only. Time the dataset is created.
 
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp Parameter 
 - value (::Google::Protobuf::Timestamp) — Output only. Time the dataset is created.
 
 Returns 
 - (::Google::Protobuf::Timestamp) — Output only. Time the dataset is created.
 
#data_item_count
def data_item_count() -> ::Integer Returns 
 - (::Integer) — Output only. The number of data items in the dataset.
 
#data_item_count=
def data_item_count=(value) -> ::Integer Parameter 
 - value (::Integer) — Output only. The number of data items in the dataset.
 
 Returns 
 - (::Integer) — Output only. The number of data items in the dataset.
 
#description
def description() -> ::String Returns 
 - (::String) — Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.
 
#description=
def description=(value) -> ::String Parameter 
 - value (::String) — 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.
 
#display_name
def display_name() -> ::String Returns 
 - (::String) — Required. The display name of the dataset. Maximum of 64 characters.
 
#display_name=
def display_name=(value) -> ::String Parameter 
 - value (::String) — Required. The display name of the dataset. Maximum of 64 characters.
 
 Returns 
 - (::String) — Required. The display name of the dataset. Maximum of 64 characters.
 
#input_configs
def input_configs() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::InputConfig> Returns 
 - (::Array<::Google::Cloud::DataLabeling::V1beta1::InputConfig>) — 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.
 
#input_configs=
def input_configs=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::InputConfig> Parameter 
 - value (::Array<::Google::Cloud::DataLabeling::V1beta1::InputConfig>) — 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 
 - (::Array<::Google::Cloud::DataLabeling::V1beta1::InputConfig>) — 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.
 
#name
def name() -> ::String Returns 
 - (::String) — Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}
 
#name=
def name=(value) -> ::String Parameter 
 - value (::String) — 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}