Deploy a model to an Endpoint

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