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."],[[["This webpage provides reference documentation for the `PauseModelRequest` class within the Google Cloud Retail v2 API for .NET."],["The `PauseModelRequest` class is used to request the pausing of training for a specific model, with the latest version being 2.12.0, and is displayed with all the versions going back to 1.0.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The `PauseModelRequest` has two constructors, one default and another that accepts another `PauseModelRequest` for cloning."],["The `PauseModelRequest` class requires a \"Name\" property, a string representing the model's resource name, to properly identify the model that will be paused."]]],[]]