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-04-09 UTC."],[[["This document provides reference information for the `ExportDataResponse` class within the Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `ExportDataResponse` class is a response message used by `DatasetService.ExportData` and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, a default constructor and one that takes another `ExportDataResponse` as a parameter, and this `other` parameter describes the `ExportDataResponse`."],["The `ExportDataResponse` class contains an `ExportedFiles` property, which is a `RepeatedField\u003cstring\u003e` that stores the file paths of all exported files during an export operation."]]],[]]