Align to O-RAN v08.00 (R1AP): training-manager.yaml: camelCase trainingJobId 33/15133/11
authordaniel9456 <daniel9456@khu.ac.kr>
Fri, 10 Oct 2025 12:18:17 +0000 (21:18 +0900)
committerdaniel9456 <daniel9456@khu.ac.kr>
Tue, 14 Oct 2025 09:50:47 +0000 (18:50 +0900)
- Rename snake_case to camelCase (e.g., training_job_id→trainingJobId)
- No behavior change; names/types only normalized

Issue-ID: AIMLFW-288
Change-Id: I84e0fbe6fa1886df99fc584f0966894c1ade9832
Signed-off-by: daniel9456 <daniel9456@khu.ac.kr>
API_docs/training-manager.yaml

index 800a39c..4518ebb 100644 (file)
@@ -114,14 +114,14 @@ paths:
             properties:
               Exception:
                 type: "string"
-  /ai-ml-model-training/v1/training-jobs/{training_job_id}/status:
+  /ai-ml-model-training/v1/training-jobs/{trainingJobId}/status:
     get:
       tags:
         - Training Job
       summary: "Get steps state information for a training job"
       description: "Returns the state of each step in the training job process."
       parameters:
-        - name: "training_job_id"
+        - name: "trainingJobId"
           in: "path"
           required: true
           type: "string"
@@ -142,14 +142,14 @@ paths:
                 type: "integer"
               title:
                 type: "string"
-  /ai-ml-model-training/v1/training-jobs/{training_job_id}:
+  /ai-ml-model-training/v1/training-jobs/{trainingJobId}:
     get:
       tags:
         - Training Job
       summary: "Get training job"
       description: "Returns the trainingjob corresponding to trainingjob_id."
       parameters:
-        - name: "training_job_id"
+        - name: "trainingJobId"
           in: "path"
           required: true
           type: "integer"
@@ -187,7 +187,7 @@ paths:
       summary: "Delete training job"
       description: "Deletes the trainingjob corresponding to trainingjob_id."
       parameters:
-        - name: "training_job_id"
+        - name: "trainingJobId"
           in: "path"
           required: true
           type: "integer"