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."],[[["The latest version available for `ExportModelRequest` is 3.4.0, with previous versions listed down to 2.2.0."],["`ExportModelRequest` is a message used for the `AutoMl.ExportModel` function within the Google Cloud AutoML V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message manipulation and cloning."],["The `ExportModelRequest` requires the model's resource `Name` and the desired `OutputConfig` to specify the location and settings for the export."],["The `ExportModelRequest` class includes constructors and the following properties `ModelName`, `Name`, and `OutputConfig`, for managing the export process."]]],[]]