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."],[[["The `PauseModelRequest` class is used to request the pausing of training for a model within the Google Cloud Retail v2 API."],["This documentation provides reference material for the `PauseModelRequest` class in the `Google.Cloud.Retail.V2` namespace, detailing its constructors, properties, and implemented interfaces."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` property, required for the request, specifies the model to pause using a formatted string like `projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}`."],["The page shows the different versions of the documentation available, with the most recent being 2.12.0, and going back to version 1.0.0."]]],[]]