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"]],[["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-17 UTC."],[[["This webpage provides reference documentation for the `PauseModelRequest` class within the Google Cloud Retail v2 API."],["The `PauseModelRequest` class is used to request the pausing of training for a specific model and it implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the API is 2.12.0, and the page displays a history of all previous versions dating back to 1.0.0, providing links to each version's documentation."],["The `PauseModelRequest` class has two constructors, one default, and another that takes an existing `PauseModelRequest` object as an argument."],["The `PauseModelRequest` class contains two properties: `ModelName`, a typed view of the model resource name, and `Name`, which requires the string of the name of the model to be paused."]]],[]]