Data Labeling v1beta1 API - Class Dataset (2.0.0-beta03)

public sealed class Dataset : IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Labeling v1beta1 API class 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.

Inheritance

object > Dataset

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

Dataset()

public Dataset()

Dataset(Dataset)

public Dataset(Dataset other)
Parameter
NameDescription
otherDataset

Properties

BlockingResources

public RepeatedField<string> BlockingResources { get; }

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

Property Value
TypeDescription
RepeatedFieldstring

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Time the dataset is created.

Property Value
TypeDescription
Timestamp

DataItemCount

public long DataItemCount { get; set; }

Output only. The number of data items in the dataset.

Property Value
TypeDescription
long

DatasetName

public DatasetName DatasetName { get; set; }

DatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
DatasetName

Description

public string Description { get; set; }

Optional. User-provided description of the annotation specification set. The description can be up to 10000 characters long.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Required. The display name of the dataset. Maximum of 64 characters.

Property Value
TypeDescription
string

InputConfigs

public RepeatedField<InputConfig> InputConfigs { get; }

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.

Property Value
TypeDescription
RepeatedFieldInputConfig

Name

public string Name { get; set; }

Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}

Property Value
TypeDescription
string