public sealed class ExportModelRequest : IMessage<ExportModelRequest>, IEquatable<ExportModelRequest>, IDeepCloneable<ExportModelRequest>, IBufferMessage, IMessage
Request message for [AutoMl.ExportModel][google.cloud.automl.v1.AutoMl.ExportModel].
Models need to be enabled for exporting, otherwise an error code will be
returned.
[[["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-17 UTC."],[[["The latest version of the `ExportModelRequest` documentation is 3.4.0, with the content provided being specifically for version 2.3.0."],["`ExportModelRequest` is used to send a request to export a model, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["To use this class, models must be enabled for exporting, or it will return an error."],["The `ExportModelRequest` class contains properties such as `ModelName`, `Name`, and `OutputConfig`, which are necessary for specifying the model and the export destination."],["There are two constructors available: a default constructor `ExportModelRequest()`, and a copy constructor `ExportModelRequest(ExportModelRequest other)`."]]],[]]