gcva_deploy: Deploy a model to an Endpoint

View source: R/endpoints.R

gcva_deployR Documentation

Deploy a model to an Endpoint

Description

Deploy a model to an Endpoint

Usage

gcva_deploy(
  projectId = gcva_project_get(),
  locationId = gcva_region_get(),
  model = NULL,
  modelVersionId = NULL,
  endpoint = NULL,
  enableAccessLogging = NULL,
  trafficSplit = NULL,
  machineType = "n1-standard-4",
  minReplicaCount = 1,
  maxReplicaCount = NULL
)

Arguments

model

Model object

endpoint

Endpoint object

machineType

STRING

Value

Endpoint object

See Also

Other Endpoints: gcva_create_endpoint(), gcva_delete_endpoint(), gcva_endpoint(), gcva_list_endpoints(), gcva_predict(), gcva_undeploy(), gcva_wait_for_model_deploy()


justinjm/googleCloudVertexAIR documentation built on April 17, 2025, 5:04 p.m.