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 documentation details the `DiagnoseRuntimeRequest` class, which is part of the AI Platform Notebooks v1 API in the Google Cloud .NET library, specifically within the `Google.Cloud.Notebooks.V1` namespace."],["The `DiagnoseRuntimeRequest` class is used to create a request for a diagnostic file for a notebook instance, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has a constructor that allows for the creation of new `DiagnoseRuntimeRequest` objects, along with a constructor that can copy the data from other `DiagnoseRuntimeRequest` objects."],["Key properties within `DiagnoseRuntimeRequest` include `DiagnosticConfig` (which sets the diagnostic tool flags) and `Name` (which specifies the runtime's resource path in a project)."],["There are multiple available versions of this API detailed, from 1.0.0-beta04 to the latest, 2.5.0."]]],[]]