AI Platform Notebooks v1 API - Class DiagnoseRuntimeRequest (2.3.0)

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.

Inheritance

object > DiagnoseRuntimeRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

DiagnoseRuntimeRequest()

public DiagnoseRuntimeRequest()

DiagnoseRuntimeRequest(DiagnoseRuntimeRequest)

public DiagnoseRuntimeRequest(DiagnoseRuntimeRequest other)
Parameter
NameDescription
otherDiagnoseRuntimeRequest

Properties

DiagnosticConfig

public DiagnosticConfig DiagnosticConfig { get; set; }

Required. Defines flags that are used to run the diagnostic tool

Property Value
TypeDescription
DiagnosticConfig

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtimes_id}

Property Value
TypeDescription
string

RuntimeName

public RuntimeName RuntimeName { get; set; }

RuntimeName-typed view over the Name resource name property.

Property Value
TypeDescription
RuntimeName