Interface StartNotebookRuntimeOperationMetadataOrBuilder (3.44.0)

public interface StartNotebookRuntimeOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGenericMetadata()

public abstract GenericOperationMetadata getGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadata

The genericMetadata.

getGenericMetadataOrBuilder()

public abstract GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
GenericOperationMetadataOrBuilder

getProgressMessage()

public abstract String getProgressMessage()

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

string progress_message = 2;

Returns
Type Description
String

The progressMessage.

getProgressMessageBytes()

public abstract ByteString getProgressMessageBytes()

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

string progress_message = 2;

Returns
Type Description
ByteString

The bytes for progressMessage.

hasGenericMetadata()

public abstract boolean hasGenericMetadata()

The operation generic information.

.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;

Returns
Type Description
boolean

Whether the genericMetadata field is set.