Interface Service.UpdateWorkspace.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.Workspace getWorkspace()
      Metadata describing the updated workspace.
      Service.WorkspaceOrBuilder getWorkspaceOrBuilder()
      Metadata describing the updated workspace.
      boolean hasWorkspace()
      Metadata describing the updated 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 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;