public sealed class ReportInstanceInfoRequest : IMessage<ReportInstanceInfoRequest>, IEquatable<ReportInstanceInfoRequest>, IDeepCloneable<ReportInstanceInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ReportInstanceInfoRequest.
Request for notebook instances to report information to Notebooks API.
[[["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 documentation covers the `ReportInstanceInfoRequest` class within the Google Cloud AI Platform Notebooks v1 API, specifically version 2.4.0, and also lists previous versions available."],["The `ReportInstanceInfoRequest` class is used to send information from notebook instances to the Notebooks API, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that accepts another `ReportInstanceInfoRequest` object for copying purposes."],["Key properties of the `ReportInstanceInfoRequest` class include `Metadata` (a map of string key-value pairs), `Name` (the formatted resource name of the instance), and `VmId` (the hardware token for authenticating the VM)."],["The documentation provides a reference for version 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04, as well as the latest version, 2.5.0."]]],[]]