public sealed class ExportDataRequest : IMessage<ExportDataRequest>, IEquatable<ExportDataRequest>, IDeepCloneable<ExportDataRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExportDataRequest.
Request message for
[DatasetService.ExportData][google.cloud.aiplatform.v1beta1.DatasetService.ExportData].
[[["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 documentation is for the `ExportDataRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `ExportDataRequest` class is used to define the request message for exporting data from a dataset and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExportDataRequest` class includes properties such as `DatasetName`, `ExportConfig`, and `Name`, which are used to specify the dataset to export from and the desired output location."],["There are two constructors available for `ExportDataRequest`, one being a parameterless constructor, and the other one takes another `ExportDataRequest` as a parameter."],["This class inherits from the base `object` class, meaning it contains methods like `GetHashCode`, `GetType` and `ToString` from that."]]],[]]