Update a model variable
Updates the model variable that is associated with the specified model ID and variable ID.
1{2 "createdBy": "string",3 "modifiedBy": "string",4 "creationTimeStamp": "2019-08-24T14:15:22Z",5 "modifiedTimeStamp": "2019-08-24T14:15:22Z",6 "name": "string",7 "description": "string",8 "role": "string",9 "type": "string",10 "level": "string",11 "format": "string",12 "length": 0,13 "version": 214}
Name | Type | Required | Description |
---|---|---|---|
modelId | string | true | The unique identifier for the model. You must specify a valid model ID. |
variableId | string | true | The unique identifier for the variable. You must specify a valid variable ID. |
Name | Type | Required | Description |
---|---|---|---|
If-Match | string | false | The entity tag obtained from the most recent |
The representation of a new model variable.
Contains information about a variable.
Name | Type | Required | Description |
---|---|---|---|
createdBy | string | false | The user that created the variable. |
modifiedBy | string | false | The user that last modified the variable. |
creationTimeStamp | string<date-time> | false | The timestamp for when the variable was created, in the format of |
modifiedTimeStamp | string<date-time> | false | The timestamp for when the variable was last modified, in the format of |
name | string | false | The name of the variable. |
description | string | false | The description of this variable. |
role | string | false | The role of the variable. Valid values are: input, output, target |
type | string | false | The type of variable. Valid values are: string, decimal, integer, boolean, date, datetime |
level | string | false | The measurement level of the variable. Valid values are: binary, interval, nominal, ordinal |
format | string | false | The format of the variable. An example is int32. |
length | integer | false | The length of the variable. |
version | integer | false | The variable representation version. The version is 2. Default: 2 |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. The model variable was updated. | Headers | Schema |
400 | Bad Request | The request was invalid. | Schema | |
412 | Precondition Failed | The `If-Match` request header did not match the resource's entity tag, or the `If-Unmodified-Since` request header did not match the resource's last modified timestamp. | Schema | |
428 | Precondition Required | The request headers did not include a `If-Match` or `If-Unmodified-Since` precondition. | Schema |