Package org.mlflow.api.proto
Interface Service.DeleteWorkspaceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.DeleteWorkspace,Service.DeleteWorkspace.Builder
- Enclosing class:
- Service
public static interface Service.DeleteWorkspaceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetWorkspaceName()Name of the workspace to delete.com.google.protobuf.ByteStringgetWorkspaceNameBytes()Name of the workspace to delete.booleanhasWorkspaceName()Name of the workspace to delete.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasWorkspaceName
boolean hasWorkspaceName()
Name of the workspace to delete.
optional string workspace_name = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the workspaceName field is set.
-
getWorkspaceName
java.lang.String getWorkspaceName()
Name of the workspace to delete.
optional string workspace_name = 1 [(.mlflow.validate_required) = true];- Returns:
- The workspaceName.
-
getWorkspaceNameBytes
com.google.protobuf.ByteString getWorkspaceNameBytes()
Name of the workspace to delete.
optional string workspace_name = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for workspaceName.
-
-