Interface Service.GetWorkspace.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.Workspace getWorkspace()
      Metadata describing the requested workspace.
      Service.WorkspaceOrBuilder getWorkspaceOrBuilder()
      Metadata describing the requested workspace.
      boolean hasWorkspace()
      Metadata describing the requested workspace.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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 requested workspace.
         
        optional .mlflow.Workspace workspace = 1;
        Returns:
        Whether the workspace field is set.
      • getWorkspace

        Service.Workspace getWorkspace()
         Metadata describing the requested workspace.
         
        optional .mlflow.Workspace workspace = 1;
        Returns:
        The workspace.
      • getWorkspaceOrBuilder

        Service.WorkspaceOrBuilder getWorkspaceOrBuilder()
         Metadata describing the requested workspace.
         
        optional .mlflow.Workspace workspace = 1;