Cloud AI Platform v1 API - Class AssignNotebookRuntimeOperationMetadata (3.0.0)

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

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

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

Inheritance

object > AssignNotebookRuntimeOperationMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AssignNotebookRuntimeOperationMetadata()

public AssignNotebookRuntimeOperationMetadata()

AssignNotebookRuntimeOperationMetadata(AssignNotebookRuntimeOperationMetadata)

public AssignNotebookRuntimeOperationMetadata(AssignNotebookRuntimeOperationMetadata other)
Parameter
Name Description
other AssignNotebookRuntimeOperationMetadata

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