Class GoogleCloudAiplatformV1ExportDataRequest
Request message for DatasetService.ExportData.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ExportDataRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportConfig
Required. The desired output location.
Declaration
[JsonProperty("exportConfig")]
public virtual GoogleCloudAiplatformV1ExportDataConfig ExportConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExportDataConfig |