Interface Service.CreateWorkspace.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.Workspace getWorkspace()
      Metadata describing the created workspace.
      Service.WorkspaceOrBuilder getWorkspaceOrBuilder()
      Metadata describing the created workspace.
      boolean hasWorkspace()
      Metadata describing the created 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 created workspace.
         
        optional .mlflow.Workspace workspace = 1;
        Returns:
        Whether the workspace field is set.
      • getWorkspace

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

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