Show / Hide Table of Contents

Class DiagnoseRuntimeRequest

Request for creating a notebook instance diagnostic file.

Inheritance
object
DiagnoseRuntimeRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class DiagnoseRuntimeRequest : IDirectResponseSchema

Properties

DiagnosticConfig

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

Declaration
[JsonProperty("diagnosticConfig")]
public virtual DiagnosticConfig DiagnosticConfig { get; set; }
Property Value
Type Description
DiagnosticConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TimeoutMinutes

Optional. Maximum amount of time in minutes before the operation times out.

Declaration
[JsonProperty("timeoutMinutes")]
public virtual int? TimeoutMinutes { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX