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].
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."],[[["`ExportDataResponse` is a class within the Cloud AI Platform v1beta1 API, specifically used for handling responses from the `DatasetService.ExportData` operation."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in data handling and message processing."],["The class has a property called `ExportedFiles`, which is a `RepeatedField\u003cstring\u003e` containing all files exported during an export operation, including wildcard formatted paths for training, validation and test files in custom code training exports."],["The latest version available for this class is `1.0.0-beta21`, but it is documented in version `1.0.0-beta09` within the provided context."]]],[]]