Viewing Details About a Batch Service
After a model is deployed as a batch service, you can access the Batch Services page to view its details.
- Log in to the ModelArts console and choose Service Deployment > Batch Services.
- Click the name of the target service to access its details page.
View service information. For details, see Table 1.
Table 1 Batch service parameters Parameter
Description
Name
Name of the batch service.
Service ID
ID of the batch service.
Status
Status of the batch service.
Job ID
Job ID of the batch service.
Instance Flavor
Node flavor of the batch service.
Instances
Number of nodes of the batch service.
Start Time
Start time of the batch service job.
Environment Variable
Environment variables added during batch service creation.
End Time
End time of the batch service job.
Description
Service description, which you can click the edit button to modify.
Input Path
OBS path to the input data in the batch service.
Output Path
OBS path to the output data in the batch service.
Model Name & Version
Name and version of the model used by the batch service.
- Switch between tabs on the details page of a batch service to view more details. For details, see Table 2.
Table 2 Batch service tabs Parameter
Description
Events
This page displays key operations during service use, such as the service deployment progress, detailed causes of deployment exceptions, and time points when a service is started, stopped, or modified.
Events are saved for one month and will be automatically cleared then.
For details about how to view events of a service, see Viewing Events of a Real-Time Service.
Logs
This page displays the log information about each model in the service. You can view logs generated in the latest 5 minutes, latest 30 minutes, latest 1 hour, and user-defined time segment.
You can select the start time and end time when defining a time segment.
Log search rules:
- Do not enter a string that contains any of the following delimiters: ,'";=()[]{}@&<>/:\n\t\r.
- You can use exact search by keyword. A keyword refers to the word between two adjacent delimiters.
- You can use fuzzy search by keyword. For example, you can enter error, er?or, rro*, or er*r.
- You can enter a phrase for exact search. For example, Start to refresh.
- Before enabling this feature, you can combine keywords with && or ||. For example, query logs&&erro* or query logs||erro*. After enabling this feature, you can combine keywords with AND or OR. For example, query logs AND erro* or query logs OR erro*.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.