Class DiagnoseInstanceRequest
Request for creating a notebook instance diagnostic file.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2.Data
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class DiagnoseInstanceRequest : 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? |