Class ImportDataRequest
Request message for [AutoMl.ImportData][google.cloud.automl.v1.AutoMl.ImportData].
Inheritance
System.Object
ImportDataRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ImportDataRequest : IMessage<ImportDataRequest>, IEquatable<ImportDataRequest>, IDeepCloneable<ImportDataRequest>, IBufferMessage, IMessage
Constructors
ImportDataRequest()
Declaration
public ImportDataRequest()
ImportDataRequest(ImportDataRequest)
Declaration
public ImportDataRequest(ImportDataRequest other)
Parameters
Type | Name | Description |
---|---|---|
ImportDataRequest | other |
Properties
DatasetName
DatasetName-typed view over the Name resource name property.
Declaration
public DatasetName DatasetName { get; set; }
Property Value
Type | Description |
---|---|
DatasetName |
InputConfig
Required. The desired input location and its domain specific semantics, if any.
Declaration
public InputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
InputConfig |
Name
Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |