java.lang.Object
org.odpi.openmetadata.accessservices.datascience.server.spring.DataScienceResource

@RestController @RequestMapping("/servers/{serverName}/open-metadata/access-services/data-science/users/{userId}") public class DataScienceResource extends Object
The DataScienceResource provides the server-side implementation of the Data Science Open Metadata Assess Service (OMAS).
  • Constructor Details

    • DataScienceResource

      public DataScienceResource()
      Default constructor
  • Method Details

    • getServiceDescription

      @GetMapping(path="/description") public RegisteredOMAGServiceResponse getServiceDescription(@PathVariable String serverName, @PathVariable String userId)
      Return the description of this service.
      Parameters:
      serverName - name of the server to route the request to
      userId - identifier of calling user
      Returns:
      service description or InvalidParameterException one of the parameters is null or invalid or UserNotAuthorizedException user not authorized to issue this request or PropertyServerException problem retrieving the discovery engine definition.