Description Usage Arguments Details Value
View source: R/client_api_scaffold.R
Attaches an endpoint to this Client.
1 2 3 4 5 6 7 | create_endpoint(
path,
description = NULL,
workspace = NULL,
public_within_org = NULL,
visibility = NULL
)
|
path |
Path for the endpoint. |
description |
Description of the endpoint. |
workspace |
Workspace under which the endpoint with name name exists. If not provided, the current user's personal workspace will be used. |
public_within_org |
If creating an endpoint in an organization's workspace: True for public, False for private. In older backends, default is private; in newer backends, uses the org's settings by default. |
visibility |
Visibility to set when creating this endpoint. If not provided, an appropriate default will be used. This parameter should be preferred over public_within_org. |
An accessible endpoint with name 'name' will be created and initialized with specified metadata parameters.
:class:'verta.registry._entities.model.RegisteredModel'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.