Cloud AI Platform v1 API - Class UpgradeNotebookRuntimeOperationMetadata (3.0.0)

public sealed class UpgradeNotebookRuntimeOperationMetadata : IMessage<UpgradeNotebookRuntimeOperationMetadata>, IEquatable<UpgradeNotebookRuntimeOperationMetadata>, IDeepCloneable<UpgradeNotebookRuntimeOperationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class UpgradeNotebookRuntimeOperationMetadata.

Metadata information for [NotebookService.UpgradeNotebookRuntime][google.cloud.aiplatform.v1.NotebookService.UpgradeNotebookRuntime].

Inheritance

object > UpgradeNotebookRuntimeOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpgradeNotebookRuntimeOperationMetadata()

public UpgradeNotebookRuntimeOperationMetadata()

UpgradeNotebookRuntimeOperationMetadata(UpgradeNotebookRuntimeOperationMetadata)

public UpgradeNotebookRuntimeOperationMetadata(UpgradeNotebookRuntimeOperationMetadata other)
Parameter
Name Description
other UpgradeNotebookRuntimeOperationMetadata

Properties

GenericMetadata

public GenericOperationMetadata GenericMetadata { get; set; }

The operation generic information.

Property Value
Type Description
GenericOperationMetadata

ProgressMessage

public string ProgressMessage { get; set; }

A human-readable message that shows the intermediate progress details of NotebookRuntime.

Property Value
Type Description
string