download_endpoint_manifest: download_endpoint_manifest

Description Usage Arguments Value

View source: R/client_api_scaffold.R

Description

Downloads this endpoint's Kubernetes manifest YAML.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
download_endpoint_manifest(
  download_to_path,
  path,
  name,
  strategy = NULL,
  resources = NULL,
  autoscaling = NULL,
  env_vars = NULL,
  workspace = NULL
)

Arguments

download_to_path

Local path to download manifest YAML to.

path

Path of the endpoint.

name

Name of the endpoint.

strategy

Strategy (direct or canary) for updating the endpoint.

resources

Resources allowed for the updated endpoint.

autoscaling

Autoscaling condition for the updated endpoint.

env_vars

Environment variables.

workspace

Workspace for the endpoint. If not provided, the current user's

Value

downloaded_to_path


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