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-03-21 UTC."],[[["This page provides documentation for the `ExportModelRequest` class within the Google.Cloud.AutoML.V1 namespace, specifically for version 2.6.0, and shows previous versions."],["`ExportModelRequest` is a request message used for exporting models via `AutoMl.ExportModel`, requiring models to be enabled for exporting, otherwise an error will be returned."],["The `ExportModelRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `ModelName` (typed view over the resource name), `Name` (the model's resource name to export), and `OutputConfig` (the desired output location and configuration)."],["The page lists ten different versions of the `ExportModelRequest` Class, ranging from 2.2.0 to the latest version 3.4.0."]]],[]]