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
)Model object
Endpoint object
STRING
Endpoint object
Other Endpoints:
gcva_create_endpoint(),
gcva_delete_endpoint(),
gcva_endpoint(),
gcva_list_endpoints(),
gcva_predict(),
gcva_undeploy(),
gcva_wait_for_model_deploy()