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 details the `ExportModelRequest` class within the `Google.Cloud.AutoML.V1` namespace, used for exporting models in the Google Cloud AutoML V1 API, with the latest version being 3.4.0."],["The `ExportModelRequest` class, which inherits from `Object`, is designed to send export requests to the AutoML service, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ExportModelRequest` instances require specifications for the model to export, defined by the `Name` property, as well as the desired output location and configuration, defined by the `OutputConfig` property."],["There are two constructors available for `ExportModelRequest`: a default constructor and one that allows you to create a new instance by copying the details from another `ExportModelRequest` object."],["Models must be enabled for exporting, and if not, the `ExportModelRequest` will return an error code."]]],[]]