Cloud AI Platform v1 API - Class ExportDataResponse (2.27.0)

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

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

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

DataStats

public Model.Types.DataStats DataStats { get; set; }

Only present for custom code training export use case. Records data stats, i.e., train/validation/test item/annotation counts calculated during the export operation.

Property Value
TypeDescription
ModelTypesDataStats

ExportedFiles

public RepeatedField<string> ExportedFiles { get; }

All of the files that are exported in this export operation. For custom code training export, only three (training, validation and test) Cloud Storage paths in wildcard format are populated (for example, gs://.../training-*).

Property Value
TypeDescription
RepeatedFieldstring