public sealed class DiagnoseRuntimeRequest : IMessage<DiagnoseRuntimeRequest>, IEquatable<DiagnoseRuntimeRequest>, IDeepCloneable<DiagnoseRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class DiagnoseRuntimeRequest.
Request for creating a notebook instance diagnostic file.
[[["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 `DiagnoseRuntimeRequest` class within the AI Platform Notebooks v1 API, specifically version 2.2.0."],["`DiagnoseRuntimeRequest` is a class used to request the creation of a diagnostic file for a notebook instance, which inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DiagnoseRuntimeRequest` class includes properties such as `DiagnosticConfig`, `Name`, and `RuntimeName`, with `DiagnosticConfig` defining flags for the diagnostic tool and `Name` specifying the runtime's resource path."],["The document provides documentation for two constructors, one parameter-less and another accepting a `DiagnoseRuntimeRequest` object, and also includes the inherited methods from `Object`."],["The latest version available, which is version 2.5.0, and older versions of this class, all the way down to version 1.0.0-beta04, are also provided with links to their respective documentation."]]],[]]