Cloud AI Platform v1beta1 API - Class ExportDataResponse (1.0.0-beta02)

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

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

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

Inheritance

object > ExportDataResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ExportDataResponse()

public ExportDataResponse()

ExportDataResponse(ExportDataResponse)

public ExportDataResponse(ExportDataResponse other)
Parameter
Name Description
other ExportDataResponse

Properties

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
Type Description
RepeatedFieldstring