Class ExportDataResponse (1.2.0)

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

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

Inheritance

Object > ExportDataResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExportDataResponse()

public ExportDataResponse()

ExportDataResponse(ExportDataResponse)

public ExportDataResponse(ExportDataResponse other)
Parameter
NameDescription
otherExportDataResponse

Properties

ExportedFiles

public RepeatedField<string> ExportedFiles { get; }

All of the files that are exported in this export operation.

Property Value
TypeDescription
RepeatedField<String>