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
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○