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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `DiagnoseRuntimeRequest` class is 2.5.0, as indicated by the version list provided at the top of the content."],["The `DiagnoseRuntimeRequest` class is part of the Google.Cloud.Notebooks.V1 namespace within the AI Platform Notebooks v1 API, and is used to create a notebook instance diagnostic file."],["This class inherits from the `object` class and implements the interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiagnoseRuntimeRequest` class includes properties like `DiagnosticConfig`, `Name`, and `RuntimeName`, which are essential for defining the diagnostic process and identifying the runtime in question."],["Constructors for the `DiagnoseRuntimeRequest` class include a default constructor, and one that allows you to make a copy of another instance of `DiagnoseRuntimeRequest`."]]],[]]