Show / Hide Table of Contents

Class GoogleCloudDatalabelingV1beta1Dataset

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
GoogleCloudDatalabelingV1beta1Dataset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1.Data
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class GoogleCloudDatalabelingV1beta1Dataset : IDirectResponseSchema

Properties

BlockingResources

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

Declaration
[JsonProperty("blockingResources")]
public virtual IList<string> BlockingResources { get; set; }
Property Value
Type Description
IList<string>

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Time the dataset is created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DataItemCount

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

Declaration
[JsonProperty("dataItemCount")]
public virtual long? DataItemCount { get; set; }
Property Value
Type Description
long?

Description

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

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

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

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputConfigs

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.

Declaration
[JsonProperty("inputConfigs")]
public virtual IList<GoogleCloudDatalabelingV1beta1InputConfig> InputConfigs { get; set; }
Property Value
Type Description
IList<GoogleCloudDatalabelingV1beta1InputConfig>

LastMigrateTime

object representation of LastMigrateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastMigrateTimeDateTimeOffset instead.")]
public virtual object LastMigrateTime { get; set; }
Property Value
Type Description
object

LastMigrateTimeDateTimeOffset

DateTimeOffset representation of LastMigrateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastMigrateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastMigrateTimeRaw

Last time that the Dataset is migrated to AI Platform V2. If any of the AnnotatedDataset is migrated, the last_migration_time in Dataset is also updated.

Declaration
[JsonProperty("lastMigrateTime")]
public virtual string LastMigrateTimeRaw { get; set; }
Property Value
Type Description
string

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX