Uses of Class
org.mlflow.api.proto.Service.Workspace
Packages that use Service.Workspace
-
Uses of Service.Workspace in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.WorkspaceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.Workspace>Service.Workspace.PARSERDeprecated.Methods in org.mlflow.api.proto that return Service.WorkspaceModifier and TypeMethodDescriptionService.Workspace.Builder.build()Service.Workspace.Builder.buildPartial()static Service.WorkspaceService.Workspace.getDefaultInstance()Service.Workspace.Builder.getDefaultInstanceForType()Service.Workspace.getDefaultInstanceForType()Service.CreateWorkspace.Response.Builder.getWorkspace()Metadata describing the created workspace.Service.CreateWorkspace.Response.getWorkspace()Metadata describing the created workspace.Service.CreateWorkspace.ResponseOrBuilder.getWorkspace()Metadata describing the created workspace.Service.GetWorkspace.Response.Builder.getWorkspace()Metadata describing the requested workspace.Service.GetWorkspace.Response.getWorkspace()Metadata describing the requested workspace.Service.GetWorkspace.ResponseOrBuilder.getWorkspace()Metadata describing the requested workspace.Service.UpdateWorkspace.Response.Builder.getWorkspace()Metadata describing the updated workspace.Service.UpdateWorkspace.Response.getWorkspace()Metadata describing the updated workspace.Service.UpdateWorkspace.ResponseOrBuilder.getWorkspace()Metadata describing the updated workspace.Service.ListWorkspaces.Response.Builder.getWorkspaces(int index) Collection of workspace records.Service.ListWorkspaces.Response.getWorkspaces(int index) Collection of workspace records.Service.ListWorkspaces.ResponseOrBuilder.getWorkspaces(int index) Collection of workspace records.static Service.WorkspaceService.Workspace.parseDelimitedFrom(InputStream input) static Service.WorkspaceService.Workspace.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.WorkspaceService.Workspace.parseFrom(byte[] data) static Service.WorkspaceService.Workspace.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.WorkspaceService.Workspace.parseFrom(com.google.protobuf.ByteString data) static Service.WorkspaceService.Workspace.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.WorkspaceService.Workspace.parseFrom(com.google.protobuf.CodedInputStream input) static Service.WorkspaceService.Workspace.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.WorkspaceService.Workspace.parseFrom(InputStream input) static Service.WorkspaceService.Workspace.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.WorkspaceService.Workspace.parseFrom(ByteBuffer data) static Service.WorkspaceService.Workspace.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.WorkspaceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Service.Workspace>Service.Workspace.getParserForType()Service.ListWorkspaces.Response.Builder.getWorkspacesList()Collection of workspace records.Service.ListWorkspaces.Response.getWorkspacesList()Collection of workspace records.Service.ListWorkspaces.ResponseOrBuilder.getWorkspacesList()Collection of workspace records.static com.google.protobuf.Parser<Service.Workspace>Service.Workspace.parser()Methods in org.mlflow.api.proto with parameters of type Service.WorkspaceModifier and TypeMethodDescriptionService.ListWorkspaces.Response.Builder.addWorkspaces(int index, Service.Workspace value) Collection of workspace records.Service.ListWorkspaces.Response.Builder.addWorkspaces(Service.Workspace value) Collection of workspace records.Service.Workspace.Builder.mergeFrom(Service.Workspace other) Service.CreateWorkspace.Response.Builder.mergeWorkspace(Service.Workspace value) Metadata describing the created workspace.Service.GetWorkspace.Response.Builder.mergeWorkspace(Service.Workspace value) Metadata describing the requested workspace.Service.UpdateWorkspace.Response.Builder.mergeWorkspace(Service.Workspace value) Metadata describing the updated workspace.static Service.Workspace.BuilderService.Workspace.newBuilder(Service.Workspace prototype) Service.CreateWorkspace.Response.Builder.setWorkspace(Service.Workspace value) Metadata describing the created workspace.Service.GetWorkspace.Response.Builder.setWorkspace(Service.Workspace value) Metadata describing the requested workspace.Service.UpdateWorkspace.Response.Builder.setWorkspace(Service.Workspace value) Metadata describing the updated workspace.Service.ListWorkspaces.Response.Builder.setWorkspaces(int index, Service.Workspace value) Collection of workspace records.Method parameters in org.mlflow.api.proto with type arguments of type Service.WorkspaceModifier and TypeMethodDescriptionService.ListWorkspaces.Response.Builder.addAllWorkspaces(Iterable<? extends Service.Workspace> values) Collection of workspace records.