public sealed class Dataset : IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessage
Dataset is the resource to hold your data. You can request multiple labeling tasks for a dataset while each one will generate an AnnotatedDataset.
Implements
IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
Dataset()
public Dataset()
Dataset(Dataset)
public Dataset(Dataset other)
Parameter | |
---|---|
Name | Description |
other | Dataset |
Properties
BlockingResources
public RepeatedField<string> BlockingResources { get; }
Output only. The names of any related resources that are blocking changes to the dataset.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Time the dataset is created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DataItemCount
public long DataItemCount { get; set; }
Output only. The number of data items in the dataset.
Property Value | |
---|---|
Type | Description |
Int64 |
DatasetName
public DatasetName DatasetName { get; set; }
DatasetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Required. The display name of the dataset. Maximum of 64 characters.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<InputConfig> |
Name
public string Name { get; set; }
Output only. Dataset resource name, format is: projects/{project_id}/datasets/{dataset_id}
Property Value | |
---|---|
Type | Description |
String |