Class DataScienceRESTServices
java.lang.Object
org.odpi.openmetadata.accessservices.datascience.server.DataScienceRESTServices
The DataScienceRESTServices provides the server-side implementation of the Stewardship Action Open Metadata
Assess Service (OMAS). This interface provides connections to assets and APIs for adding feedback
on the asset.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetServiceDescription
(String serverName, String userId) Return service description method.
-
Constructor Details
-
DataScienceRESTServices
public DataScienceRESTServices()Default constructor
-
-
Method Details
-
getServiceDescription
Return service description method. This method is used to ensure Spring loads this module.- Parameters:
serverName
- called serveruserId
- calling user- Returns:
- service description
-