Creates an Endpoint Resource. Models are deployed into it, and afterwards Endpoint is called to obtain predictions and explanations.
gcva_create_endpoint(
projectId = gcva_project_get(),
locationId = gcva_region_get(),
name = NULL,
displayName = NULL,
description = NULL,
deployedModels = NULL,
trafficSplit = NULL,
etag = NULL,
labels = NULL,
createTime = NULL,
updateTime = NULL,
encryptionSpec = NULL,
network = NULL,
enablePrivateServiceConnect = NULL,
modelDeploymentMonitoringJob = NULL,
predictRequestResponseLoggingConfig = NULL
)
STRING Required. Required. The display name of the Endpoint. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Endpoint object https://cloud.google.com/vertex-ai/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation
Other Endpoints:
gcva_delete_endpoint()
,
gcva_deploy()
,
gcva_endpoint()
,
gcva_list_endpoints()
,
gcva_predict()
,
gcva_undeploy()
,
gcva_wait_for_model_deploy()