Cloud AI Platform v1 API - Class ExportDataRequest (2.27.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ExportDataRequest.

Request message for [DatasetService.ExportData][google.cloud.aiplatform.v1.DatasetService.ExportData].

Inheritance

object > ExportDataRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExportDataRequest()

public ExportDataRequest()

ExportDataRequest(ExportDataRequest)

public ExportDataRequest(ExportDataRequest other)
Parameter
NameDescription
otherExportDataRequest

Properties

DatasetName

public DatasetName DatasetName { get; set; }

DatasetName-typed view over the Name resource name property.

Property Value
TypeDescription
DatasetName

ExportConfig

public ExportDataConfig ExportConfig { get; set; }

Required. The desired output location.

Property Value
TypeDescription
ExportDataConfig

Name

public string Name { get; set; }

Required. The name of the Dataset resource. Format: projects/{project}/locations/{location}/datasets/{dataset}

Property Value
TypeDescription
string