Updated on 2023-07-31 GMT+08:00

Viewing the Batch Service Prediction Result

When deploying a batch service, you can select the location of the output data directory. You can view the running result of the batch service that is in the Completed status.

Procedure

  1. Log in to the ModelArts management console and choose Service Deployment > Batch Services.
  2. Click the name of the target service in the Completed status. The service details page is displayed.
    • You can view the service name, status, ID, input path, output path, and description.
    • You can click in the Description area to edit the description.
  3. Obtain the detailed OBS path next to Output Path, switch to the path and obtain the batch service prediction results, including the prediction result file and the AI application prediction result.

    If the prediction is successful, the directory contains the prediction result file and AI application prediction result. Otherwise, the directory contains only the prediction result file.

    • Prediction result file: The file is in xxx.manifest format, which contains the file path and prediction result, and more.
    • AI application prediction result:
      • If images are input, a result file is generated for each image in the Image name__result.txt format, for example, IMG_20180919_115016.jpg_result.txt.
      • If audio files are input, a result file is generated for each audio file in the Audio file name__result.txt format, for example, 1-36929-A-47.wav_result.txt.
      • If table data is input, the result file is generated in the Table name__result.txt format, for example, train.csv_result.txt.