Package org.mlflow.api.proto
Interface Service.ListWorkspaces.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.ListWorkspaces.Response,Service.ListWorkspaces.Response.Builder
- Enclosing class:
- Service.ListWorkspaces
public static interface Service.ListWorkspaces.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetWorkspaces(int index) Collection of workspace records.intCollection of workspace records.Collection of workspace records.getWorkspacesOrBuilder(int index) Collection of workspace records.List<? extends Service.WorkspaceOrBuilder>Collection of workspace records.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
-
getWorkspacesList
List<Service.Workspace> getWorkspacesList()Collection of workspace records.
repeated .mlflow.Workspace workspaces = 1; -
getWorkspaces
Collection of workspace records.
repeated .mlflow.Workspace workspaces = 1; -
getWorkspacesCount
int getWorkspacesCount()Collection of workspace records.
repeated .mlflow.Workspace workspaces = 1; -
getWorkspacesOrBuilderList
List<? extends Service.WorkspaceOrBuilder> getWorkspacesOrBuilderList()Collection of workspace records.
repeated .mlflow.Workspace workspaces = 1; -
getWorkspacesOrBuilder
Collection of workspace records.
repeated .mlflow.Workspace workspaces = 1;
-