doc-exports/docs/modelarts/api-ref/ShowAutoSearchParamAnalysisResultPath.html
Wuwan, Qi f81ead2467 ModelArts API 24.3.0 20241128 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-committed-by: Wuwan, Qi <wuwanqi1@noreply.gitea.eco.tsi-dev.otc-service.com>
2024-11-29 09:04:54 +00:00

5.6 KiB

Obtaining the Path for Storing a Hyperparameter Sensitivity Analysis Image

Function

This API is used to obtain the path for storing a hyperparameter sensitivity analysis image.

URI

GET /v2/{project_id}/training-jobs/{training_job_id}/autosearch-parameter-analysis/{parameter_name}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

parameter_name

Yes

String

Name of the search parameter.

project_id

Yes

String

Project ID. For details, see Obtaining a Project ID and Name.

training_job_id

Yes

String

ID of a training job.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

file_path

String

Path for storing hyperparameter sensitivity analysis images.

Example Requests

The following shows how to query the path for storing the sensitivity analysis image of hyperparameter batch_size in the yperparameter sensitivity analysis results of the job whose training_job_id is e346206c-6fde-4c33-9dcd-55be17858ceb.

GET https://endpoint/v2/{project_id}/training-jobs/e346206c-6fde-4c33-9dcd-55be17858ceb/autosearch-parameter-analysis/batch_size

Example Responses

Status code: 200

ok

{
  "file_path" : "/test-wrk/autosearch-test/output/log/hyperparameter-analysis/fanova/batch_size.png"
}

Status Codes

Status Code

Description

200

ok

Error Codes

See Error Codes.