public sealed class ExportModelRequest : IMessage<ExportModelRequest>, IEquatable<ExportModelRequest>, IDeepCloneable<ExportModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ExportModelRequest.
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."],[[["This document provides reference information for the `ExportModelRequest` class within the Google AutoML v1 API, specifically version 3.2.0."],["`ExportModelRequest` is used to initiate the process of exporting a model and is part of the `Google.Cloud.AutoML.V1` namespace."],["The class includes properties such as `ModelName`, `Name`, and `OutputConfig`, which are used to specify the model to export and the desired output configuration."],["The document lists the different versions of the api that have been released, with 3.4.0 being the most recent, and 3.2.0 being the context of this page."]]],[]]