UpdateAlgorithm

Updated at:

Updates an algorithm.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

PUT /api/v1/algorithms/{AlgorithmId} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

AlgorithmId

string

No

The algorithm ID.

algo-sidjc8134hv

Request parameters

Parameter

Type

Required

Description

Example

AlgorithmDescription

string

No

The algorithm description.

大语言模型训练。

DisplayName

string

No

The display name of the algorithm.

LLM Train

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

E7C42CC7-2E85-508A-84F4-923B605FD10F

AlgorithmId

string

The algorithm ID.

algo-sidjc8134hv

Examples

Success response

JSON format

{
  "RequestId": "E7C42CC7-2E85-508A-84F4-923B605FD10F",
  "AlgorithmId": "algo-sidjc8134hv"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.