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 document provides reference information for the `ExportModelRequest` class within the Google AutoML v1 API, detailing its usage for exporting models."],["`ExportModelRequest` is the request message used in the `AutoMl.ExportModel` method, and models must be enabled for exporting to avoid errors."],["The `ExportModelRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `ExportModelRequest` class include `ModelName`, `Name` (the resource name of the model), and `OutputConfig` (specifying the desired output location)."],["The API has various versions available, spanning from 2.2.0 up to the most recent version of 3.4.0."]]],[]]