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-03-21 UTC."],[[["This webpage provides reference documentation for the `ExportModelRequest` class within the Google AutoML v1 API, which is used to request the export of a model."],["The `ExportModelRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data within the API."],["The `ExportModelRequest` class includes properties like `ModelName`, `Name`, and `OutputConfig`, which are necessary to specify the model to export and its desired output location and configuration."],["The `ExportModelRequest` has two constructors, one default and another that accepts another `ExportModelRequest` for cloning."],["The latest version of the API documentation for `ExportModelRequest` is version 3.4.0, with previous versions back to 2.2.0 also available for review."]]],[]]