public sealed class ExportModelRequest : IMessage<ExportModelRequest>, IEquatable<ExportModelRequest>, IDeepCloneable<ExportModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExportModelRequest.
Request message for
[ModelService.ExportModel][google.cloud.aiplatform.v1beta1.ModelService.ExportModel].
Required. The resource name of the Model to export.
The resource name may contain version id or version alias to specify the
version, if no version is specified, the default version will be exported.
[[["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-04-09 UTC."],[[["This page details the `ExportModelRequest` class, which is part of the Google Cloud AI Platform v1beta1 API, specifically for initiating model export requests."],["The `ExportModelRequest` class is a message type used for the `ModelService.ExportModel` function, as it is utilized to send requests."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of `ExportModelRequest` include `ModelName`, `Name`, and `OutputConfig`, which are crucial for specifying the model to be exported and its destination."],["The class also contains the constructors `ExportModelRequest()` and `ExportModelRequest(ExportModelRequest other)`, enabling the creation of new instances and the replication of existing ones."]]],[]]