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"]],[["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 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."]]],[]]