public sealed class ResumeModelRequest : IMessage<ResumeModelRequest>, IEquatable<ResumeModelRequest>, IDeepCloneable<ResumeModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ResumeModelRequest.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `ResumeModelRequest` class within the Google Cloud Retail v2 API."],["The `ResumeModelRequest` class is used to request the resumption of training for a specific model and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 2.12.0, while the current page specifically pertains to version 2.7.0 of the API."],["The `ResumeModelRequest` class contains a `Name` property, which is a string representing the name of the model to resume and follows a specific format."],["There are two constructors, a parameterless constructor and one that takes another `ResumeModelRequest` instance as an argument."]]],[]]