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.3.0."],["`DiagnoseRuntimeRequest` is a class used to request the creation of a diagnostic file for a notebook instance, and it inherits from the `object` class and implements several interfaces."],["The class has two constructors: a default constructor and one that takes another `DiagnoseRuntimeRequest` instance as a parameter."],["Key properties of the `DiagnoseRuntimeRequest` class include `DiagnosticConfig`, which defines the flags for the diagnostic tool, and `Name`, which specifies the runtime's resource name."],["The `RuntimeName` property is a typed view over the `Name` resource name, and it is of the type `RuntimeName`."]]],[]]