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

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

#create_time=

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

#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

#input_configs=

def input_configs=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::InputConfig>
Parameter
Returns

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