public sealed class PauseModelRequest : IMessage<PauseModelRequest>, IEquatable<PauseModelRequest>, IDeepCloneable<PauseModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class PauseModelRequest.
[[["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."],[[["The latest version available for the Retail v2 API class `PauseModelRequest` is 2.12.0, with multiple prior versions also accessible."],["The `PauseModelRequest` class is designed for use with the Retail v2 API and is used to request the pausing of training for a specific model."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PauseModelRequest` class requires a `Name` property to specify the model to pause, using a specific format string and there is also the `ModelName` property which is a typed view of the `Name` property."]]],[]]