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 document provides reference information for the `ReportInstanceInfoRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.3.0."],["The `ReportInstanceInfoRequest` class is used to request notebook instances to report information to the Notebooks API and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ReportInstanceInfoRequest` class include `Metadata`, which stores instance metadata, `Name`, representing the instance's resource path, and `VmId`, which is the hardware token used for VM authentication."],["The document details the constructors for the class, `ReportInstanceInfoRequest()` and `ReportInstanceInfoRequest(ReportInstanceInfoRequest)`, with the second allowing for instantiation from another `ReportInstanceInfoRequest` object."],["This document also contains links to the previous and current versions of this object, going as far back as version `1.0.0-beta04`, allowing developers to see all versions of this request."]]],[]]