public sealed class ExportDataResponse : IMessage<ExportDataResponse>, IEquatable<ExportDataResponse>, IDeepCloneable<ExportDataResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class ExportDataResponse.
Response message for
[DatasetService.ExportData][google.cloud.aiplatform.v1beta1.DatasetService.ExportData].
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-*).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eExportDataResponse\u003c/code\u003e class within the Vertex AI v1beta1 API, specifically in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExportDataResponse\u003c/code\u003e is a response message used by the \u003ccode\u003eDatasetService.ExportData\u003c/code\u003e method, and it inherits from \u003ccode\u003eobject\u003c/code\u003e while implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, a default \u003ccode\u003eExportDataResponse()\u003c/code\u003e and another \u003ccode\u003eExportDataResponse(ExportDataResponse other)\u003c/code\u003e for copying an existing instance, and the \u003ccode\u003eother\u003c/code\u003e parameter is of the \u003ccode\u003eExportDataResponse\u003c/code\u003e type.\u003c/p\u003e\n"],["\u003cp\u003eThe class also has an \u003ccode\u003eExportedFiles\u003c/code\u003e property of type \u003ccode\u003eRepeatedField<string>\u003c/code\u003e, which contains all the files exported during the operation and in the case of custom training exports, it will return the three paths of the training data: training, validation, and testing.\u003c/p\u003e\n"]]],[],null,[]]