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.
Implements
IMessageDiagnoseRuntimeRequest, IEquatableDiagnoseRuntimeRequest, IDeepCloneableDiagnoseRuntimeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
DiagnoseRuntimeRequest()
public DiagnoseRuntimeRequest()
DiagnoseRuntimeRequest(DiagnoseRuntimeRequest)
public DiagnoseRuntimeRequest(DiagnoseRuntimeRequest other)
Parameter | |
---|---|
Name | Description |
other |
DiagnoseRuntimeRequest |
Properties
DiagnosticConfig
public DiagnosticConfig DiagnosticConfig { get; set; }
Required. Defines flags that are used to run the diagnostic tool
Property Value | |
---|---|
Type | Description |
DiagnosticConfig |
Name
public string Name { get; set; }
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtimes_id}
Property Value | |
---|---|
Type | Description |
string |
RuntimeName
public RuntimeName RuntimeName { get; set; }
RuntimeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RuntimeName |