Google AutoML v1 API - Class ImportDataRequest (3.3.0)

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

Reference documentation and code samples for the Google AutoML v1 API class ImportDataRequest.

Request message for [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData].

Inheritance

object > ImportDataRequest

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.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. The desired input location and its domain specific semantics, if any.

Property Value
TypeDescription
InputConfig

Name

public string Name { get; set; }

Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.

Property Value
TypeDescription
string