Class ExportDataRequest
Request message for [AutoMl.ExportData][google.cloud.automl.v1.AutoMl.ExportData].
Inheritance
System.Object
ExportDataRequest
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 ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage
Constructors
ExportDataRequest()
Declaration
public ExportDataRequest()
ExportDataRequest(ExportDataRequest)
Declaration
public ExportDataRequest(ExportDataRequest other)
Parameters
Type | Name | Description |
---|---|---|
ExportDataRequest | other |
Properties
DatasetName
DatasetName-typed view over the Name resource name property.
Declaration
public DatasetName DatasetName { get; set; }
Property Value
Type | Description |
---|---|
DatasetName |
Name
Required. The resource name of the dataset.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputConfig
Required. The desired output location.
Declaration
public OutputConfig OutputConfig { get; set; }
Property Value
Type | Description |
---|---|
OutputConfig |