get_or_create_registered_model: get_or_create_registered_model

Description Usage Arguments Details Value

View source: R/client_api_scaffold.R

Description

Attaches a registered_model to this Client.

Usage

1
2
3
4
5
6
7
8
9
get_or_create_registered_model(
  name = NULL,
  desc = NULL,
  labels = NULL,
  workspace = NULL,
  public_within_org = NULL,
  visibility = NULL,
  id = NULL
)

Arguments

name

name

desc

desc

labels

labels

workspace

workspace

public_within_org

public_within_org

visibility

visibility

id

id

Details

If an accessible registered_model with name 'name' does not already exist, it will be created and initialized with specified metadata parameters. If such a registered_model does already exist, it will be retrieved; specifying metadata parameters in this case will raise a warning.

Value

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


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