public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage
Request message for ImportData API.
Implements
IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ImportDataRequest()
public ImportDataRequest()
ImportDataRequest(ImportDataRequest)
public ImportDataRequest(ImportDataRequest other)
Parameter | |
---|---|
Name | Description |
other | ImportDataRequest |
Properties
DatasetName
public DatasetName DatasetName { get; set; }
DatasetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DatasetName |
InputConfig
public InputConfig InputConfig { get; set; }
Required. Specify the input source of the data.
Property Value | |
---|---|
Type | Description |
InputConfig |
Name
public string Name { get; set; }
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |