Updates the model deployment.
PUT {{baseUrl}}/modelDeployments/:modelDeploymentId
Updates the properties of a model deployment. Some of the properties of modelDeploymentConfigurationDetails
or CategoryLogDetails
can also be updated with zero down time
when the model deployment’s lifecycle state is ACTIVE or NEEDS_ATTENTION i.e instanceShapeName
, instanceCount
and modelId
, separately loadBalancerShape
or CategoryLogDetails
can also be updated independently. All of the fields can be updated when the deployment is in the INACTIVE lifecycle state. Changes will take effect the next time the model
deployment is activated.
Request Body
{"categoryLogDetails"=>{"access"=>{"logId"=>"fugiat quis Excepteur", "logGroupId"=>"do qui voluptate"}, "predict"=>{"logId"=>"do velit d", "logGroupId"=>"ipsum deserunt eu dolore Lorem"}}, "description"=>"minim elit aliquip", "displayName"=>"anim Excepteur ullamco adipisicing", "modelDeploymentConfigurationDetails"=>{"deploymentType"=>"SINGLE_MODEL"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
if-match | string | For optimistic concurrency control. In the PUT or DELETE call | |
for a resource, set the if-match parameter to the value of the | |||
etag from a previous GET or POST response for that resource. | |||
The resource is updated or deleted only if the etag you | |||
provide matches the resource's current etag value. | |||
opc-request-id | string | Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID. | |
Content-Type | string | ||
Date | string | (Required) Current Date | |
Authorization | string | (Required) Signature Authentication on Authorization header | |
x-content-sha256 | string | (Required) Content sha256 for POST, PUT and PATCH operations |