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 page provides documentation for the `ExportModelRequest` class within the Google AutoML v1 API, used for exporting models."],["The `ExportModelRequest` class is part of the `Google.Cloud.AutoML.V1` namespace and is available in various versions, with version 3.4.0 being the most recent."],["The `ExportModelRequest` requires the model's resource name and the desired output configuration to perform model export."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors to create new instances."],["The `ExportModelRequest` class contains properties `ModelName`, `Name`, and `OutputConfig`, which need to be set for a successful model export."]]],[]]