Show / Hide Table of Contents

Class DiagnosticConfig

Defines flags that are used to run the diagnostic tool

Inheritance
object
DiagnosticConfig
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 DiagnosticConfig : IDirectResponseSchema

Properties

CopyHomeFilesFlagEnabled

Optional. Enables flag to copy all /home/jupyter folder contents

Declaration
[JsonProperty("copyHomeFilesFlagEnabled")]
public virtual bool? CopyHomeFilesFlagEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

GcsBucket

Required. User Cloud Storage bucket location (REQUIRED). Must be formatted with path prefix (gs://$GCS_BUCKET). Permissions: User Managed Notebooks: - storage.buckets.writer: Must be given to the project's service account attached to VM. Google Managed Notebooks: - storage.buckets.writer: Must be given to the project's service account or user credentials attached to VM depending on authentication mode. Cloud Storage bucket Log file will be written to gs://$GCS_BUCKET/$RELATIVE_PATH/$VM_DATE_$TIME.tar.gz

Declaration
[JsonProperty("gcsBucket")]
public virtual string GcsBucket { get; set; }
Property Value
Type Description
string

PacketCaptureFlagEnabled

Optional. Enables flag to capture packets from the instance for 30 seconds

Declaration
[JsonProperty("packetCaptureFlagEnabled")]
public virtual bool? PacketCaptureFlagEnabled { get; set; }
Property Value
Type Description
bool?

RelativePath

Optional. Defines the relative storage path in the Cloud Storage bucket where the diagnostic logs will be written: Default path will be the root directory of the Cloud Storage bucket (gs://$GCS_BUCKET/$DATE_$TIME.tar.gz) Example of full path where Log file will be written: gs://$GCS_BUCKET/$RELATIVE_PATH/

Declaration
[JsonProperty("relativePath")]
public virtual string RelativePath { get; set; }
Property Value
Type Description
string

RepairFlagEnabled

Optional. Enables flag to repair service for instance

Declaration
[JsonProperty("repairFlagEnabled")]
public virtual bool? RepairFlagEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX