Class GoogleCloudAiplatformV1AssignNotebookRuntimeOperationMetadata
Metadata information for NotebookService.AssignNotebookRuntime.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AssignNotebookRuntimeOperationMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GenericMetadata
The operation generic information.
Declaration
[JsonProperty("genericMetadata")]
public virtual GoogleCloudAiplatformV1GenericOperationMetadata GenericMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1GenericOperationMetadata |
ProgressMessage
A human-readable message that shows the intermediate progress details of NotebookRuntime.
Declaration
[JsonProperty("progressMessage")]
public virtual string ProgressMessage { get; set; }
Property Value
Type | Description |
---|---|
string |