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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.WorkspacegetWorkspace()Metadata describing the updated workspace.Service.WorkspaceOrBuildergetWorkspaceOrBuilder()Metadata describing the updated workspace.booleanhasWorkspace()Metadata describing the updated workspace.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-