Field | Type | Description |
---|---|---|
name | String | Model deployment name. |
description | String | Optional. Description of the model deployment. |
documentType | String | Use MLOPS_DEPLOYMENT. |
documentState | String | Use an empty string. |
nativeData | Object | Blob object that defines the model deployment. |
Field | Type | Description |
---|---|---|
name | String | Model deployment name. |
modelId | String | ID of the machine learning model to associate with this deployment. |
computeUnits | Integer | Maximum number of compute units that you want the model deployment to use. Enter a whole number that is a multiple of 4 from 4 to 40. |
Field | Type | Description |
---|---|---|
name | String | Model deployment name. |
description | String | Optional. Description of the model deployment. |
documentType | String | Use MLOPS_DEPLOYMENT. |
nativeData | Object | Blob object that defines the model deployment. |
Field | Type | Description |
---|---|---|
name | String | Model deployment name. |
modelId | String | ID of the machine learning model to associate with this deployment. |
computeUnits | Integer | Maximum number of compute units that you want the model deployment to use. Enter a whole number that is a multiple of 4 from 4 to 40. |
Parameter | Description |
---|---|
offset | Number of results to offset from the beginning. For example, if you want the request to skip the top 5 results, set the offset to 5. |
limit | Number of results to return. For example, if you want only the top 10 results, set the limit to 10. |
filter | Term to use to filter results. The results only include deployments with the filter term in the deployment name. |
sortkey | Field to use to sort the results. Use one of the following values:
|
sortdir | Direction to sort the results. Use either ASC or DESC. |
Field | Description |
---|---|
count | Number of deployments returned in this response. |
offset | Offset used in the response. Note: This might differ from the offset in the request if the requested value was out of bounds. |
limit | Limit used in the response. Note: This might differ from the limit in the request if the requested value was out of bounds. |
deployments | Object that describes each deployment. |
deploymentID | ID of the model deployment. |
deploymentName | Name of the model deployment. |
state | Requested state of the deployment. When you start or restart the deployment, the state is ENABLED. When you stop the deployment, the state is DISABLED. |
status | Internal status of the deployment. |
statusLabel | External status label for the current state and status. |
message | Warning or error message string. Applies only if a warning or error occurs. |
locationID | ID of the folder that stores the deployment. |
locationName | Name of the folder that stores the deployment. |
startedByUserID | ID of the user that last started the deployment. |
startedbyUserName | Name of the user that last started the deployment. |
startTime | Time that the deployment started, in milliseconds from the UNIX epoch, 00:00:00 UTC on January 1, 1970. |
stopTime | Time that the deployment stopped, in milliseconds from the UNIX epoch. Applies only when you stop the deployment. |
duration | Number of milliseconds since the deployment started running. |
updateTime | Time that the deployment status was last updated, in milliseconds from the UNIX epoch. |
monitorTime | Time that the deployment status was checked, in milliseconds from the UNIX epoch. |
agentSaasid | ID of the agent that deploys the job. |
communicationMode | Mode of communication to the REST API. The communication mode is channel. |
predictUrl | Endpoint URL to use to generate predictions from the model. |
framework | Framework used to create the machine learning model. |
frameworkType | Type of framework used to register the machine learning model. |