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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eExportModelRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.AutoML.V1\u003c/code\u003e namespace, used for exporting models in the Google Cloud AutoML V1 API, with the latest version being 3.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExportModelRequest\u003c/code\u003e class, which inherits from \u003ccode\u003eObject\u003c/code\u003e, is designed to send export requests to the AutoML service, implementing multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExportModelRequest\u003c/code\u003e instances require specifications for the model to export, defined by the \u003ccode\u003eName\u003c/code\u003e property, as well as the desired output location and configuration, defined by the \u003ccode\u003eOutputConfig\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003eExportModelRequest\u003c/code\u003e: a default constructor and one that allows you to create a new instance by copying the details from another \u003ccode\u003eExportModelRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eModels must be enabled for exporting, and if not, the \u003ccode\u003eExportModelRequest\u003c/code\u003e will return an error code.\u003c/p\u003e\n"]]],[],null,[]]