DeploymentService
Create a deployment
Creates a model deployment under an endpoint. The deployment provisions asynchronously; monitor its status before routing live traffic to it.
post/projects/{projectId}/endpoints/{endpointId}/deployments
Path parameters
projectIdstring required
ID of the project that owns the endpoint.
endpointIdstring required
ID of the endpoint that will contain the deployment.
Query parameters
validateOnlyboolean
When true, validates the request without creating or provisioning a deployment.
Request body
Response
OK