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

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

Reference documentation and code samples for the Data Labeling v1beta1 API class ImportDataRequest.

Request message for ImportData API.

Inheritance

object > ImportDataRequest

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ImportDataRequest()

public ImportDataRequest()

ImportDataRequest(ImportDataRequest)

public ImportDataRequest(ImportDataRequest other)
Parameter
NameDescription
otherImportDataRequest

Properties

DatasetName

public DatasetName DatasetName { get; set; }

DatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
DatasetName

InputConfig

public InputConfig InputConfig { get; set; }

Required. Specify the input source of the data.

Property Value
TypeDescription
InputConfig

Name

public string Name { get; set; }

Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}

Property Value
TypeDescription
string

UserEmailAddress

public string UserEmailAddress { get; set; }

Email of the user who started the import task and should be notified by email. If empty no notification will be sent.

Property Value
TypeDescription
string