Update prediction model by model docstore ID

put

/s1-recipe-svc/rest/v1.0/predictionmodel/{predictionModelId}

Updates the existing prediction model based on the specific model docstore ID. Use PredictionModelRequest to update. Restricted to the Intake Designer role.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request Object to create prediction model
Show Source
Nested Schema : AttributeModelJson
Type: object
Attribute Model JSON
Show Source
Nested Schema : extractionModels
Type: array
Show Source
Nested Schema : attributeJson
Type: array
Show Source
Nested Schema : extractionModels
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : PredictionModel
Type: object
Show Source

400 Response

Bad Request
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

401 Response

Unauthorized User
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details

500 Response

Internal Server Error
Body ()
Root Schema : ErrorResponseData
Type: object
Response object for error
Show Source
Nested Schema : details
Type: object
Error Details
Back to Top