Cloud AI Platform v1 API - Class StartNotebookRuntimeOperationMetadata (3.0.0)

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

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

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

Inheritance

object > StartNotebookRuntimeOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StartNotebookRuntimeOperationMetadata()

public StartNotebookRuntimeOperationMetadata()

StartNotebookRuntimeOperationMetadata(StartNotebookRuntimeOperationMetadata)

public StartNotebookRuntimeOperationMetadata(StartNotebookRuntimeOperationMetadata other)
Parameter
Name Description
other StartNotebookRuntimeOperationMetadata

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