-
Notifications
You must be signed in to change notification settings - Fork 1
model catalog API TAP 2016 APR 1
mlaboszc edited this page Apr 21, 2016
·
2 revisions
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.domain 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) |
- [Overview of Trusted Analytics Platform](Overview of Trusted Analytics Platform)
- [Getting Started Guide](Getting Started Guide)
- Space Shuttle Demo Application
- Trusted Analytics JIRA Project
- [Building TAP from sources] (Building-TAP-from-sources)
- PaaS Architecture
- Use-cases
- [High Level Use Case](High Level Use Case)
- [Model Development for Data Scientists](Model Development for Data Scientists)
- Platform Tips and Tricks
- Platform Security Features
- Platform Configurations
- Release Notes
- Additional Deployment Information