-
Notifications
You must be signed in to change notification settings - Fork 8
model catalog API 0.7
mlaboszc edited this page May 24, 2016
·
1 revision
Api endpoints for exposing data models
License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0
Host: model-catalog.branch-v07-nokrb.gotapaas.eu BasePath: /
- model-controller: Model Controller
GET /rest/v1/analytics/h2o/models/organizations/{org}
Privilege level: Consumer of this endpoint must be a member of specified organization
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
PathParameter | org | org | true | string |
HTTP Code | Description | Schema |
---|---|---|
200 | OK | Collection«ModelProvider» |
- application/json
- application/json
- model-controller
Name | Description | Required | Schema | Default |
---|---|---|---|---|
empty | false | boolean |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
empty | false | boolean |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
algo | false | string | ||
algoFullName | false | string | ||
name | false | string | ||
schemaName | false | string | ||
schemaType | false | string | ||
timestamp | false | string | ||
type | false | string |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
guid | false | string | ||
hostname | false | string | ||
login | false | string | ||
models | false | Collection«Model» | ||
name | false | string | ||
password | false | string | ||
status | false | enum (OK, UNAUTHORIZED, FAILED) |