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."],[[["The `ExportDataResponse` class is part of the Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["This class serves as the response message for the `DatasetService.ExportData` operation and includes information about exported files."],["The `ExportDataResponse` class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor, `ExportDataResponse()`, and another constructor that accepts an `ExportDataResponse` object, `ExportDataResponse(ExportDataResponse other)`."],["The `ExportDataResponse` class includes the property `ExportedFiles`, a `RepeatedField\u003cstring\u003e` that contains the paths of the files that were exported by the operation."]]],[]]