Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest

Request message for NotebookInternalService.ReportRuntimeEvent.

Inheritance
object
GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest
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.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ReportRuntimeEventRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EventDetails

Optional. The details of the request for debug.

Declaration
[JsonProperty("eventDetails")]
public virtual IDictionary<string, string> EventDetails { get; set; }
Property Value
Type Description
IDictionary<string, string>

EventType

Required. The type of the event.

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

InternalOsServiceStateInstance

The details of the internal os service states.

Declaration
[JsonProperty("internalOsServiceStateInstance")]
public virtual IList<GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance> InternalOsServiceStateInstance { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance>

InternalOsServiceStateInstances

Optional. The details of the internal os service states.

Declaration
[JsonProperty("internalOsServiceStateInstances")]
public virtual IList<GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance> InternalOsServiceStateInstances { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1beta1InternalOsServiceStateInstance>

VmToken

Required. The VM identity token (a JWT) for authenticating the VM. https://cloud.google.com/compute/docs/instances/verifying-instance-identity

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX