Class GetInstanceHealthResponse
Response for checking if a notebook instance is healthy.
Implements
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1.Data
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class GetInstanceHealthResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HealthInfo
Output only. Additional information about instance health. Example: healthInfo": { "docker_proxy_agent_status": "1", "docker_status": "1", "jupyterlab_api_status": "-1", "jupyterlab_status": "-1", "updated": "2020-10-18 09:40:03.573409" }
Declaration
[JsonProperty("healthInfo")]
public virtual IDictionary<string, string> HealthInfo { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
HealthState
Output only. Runtime health_state.
Declaration
[JsonProperty("healthState")]
public virtual string HealthState { get; set; }
Property Value
Type | Description |
---|---|
string |