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-03-25 UTC."],[[["This documentation is for the `ExportDataResponse` class within the Vertex AI v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["`ExportDataResponse` is a response message used by the `DatasetService.ExportData` method, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default `ExportDataResponse()` and another `ExportDataResponse(ExportDataResponse other)` for copying an existing instance, and the `other` parameter is of the `ExportDataResponse` type."],["The class also has an `ExportedFiles` property of type `RepeatedField\u003cstring\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."]]],[]]