Package org.mlflow.api.proto
Interface Service.UpdateWorkspace.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpdateWorkspace.Response,Service.UpdateWorkspace.Response.Builder
- Enclosing class:
- Service.UpdateWorkspace
public static interface Service.UpdateWorkspace.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionMetadata describing the updated workspace.Metadata describing the updated workspace.booleanMetadata describing the updated workspace.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasWorkspace
boolean hasWorkspace()Metadata describing the updated workspace.
optional .mlflow.Workspace workspace = 1;- Returns:
- Whether the workspace field is set.
-
getWorkspace
Service.Workspace getWorkspace()Metadata describing the updated workspace.
optional .mlflow.Workspace workspace = 1;- Returns:
- The workspace.
-
getWorkspaceOrBuilder
Service.WorkspaceOrBuilder getWorkspaceOrBuilder()Metadata describing the updated workspace.
optional .mlflow.Workspace workspace = 1;
-