create_endpoint: create_endpoint

Description Usage Arguments Details Value

View source: R/client_api_scaffold.R

Description

Attaches an endpoint to this Client.

Usage

1
2
3
4
5
6
7
create_endpoint(
  path,
  description = NULL,
  workspace = NULL,
  public_within_org = NULL,
  visibility = NULL
)

Arguments

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.

Details

An accessible endpoint with name 'name' will be created and initialized with specified metadata parameters.

Value

:class:'verta.registry._entities.model.RegisteredModel'


botchkoAI/vertaReticulateClient documentation built on Dec. 19, 2021, 10:50 a.m.