gcva_deploy | R Documentation |
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 |
Model object |
endpoint |
Endpoint object |
machineType |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.