Commit 06f83bac authored by shumim's avatar shumim
Browse files

240817-Rel-18 Input to DraftCR 28.105 Corrections of Issues for Request IOCs

parent d979cdce
Loading
Loading
Loading
Loading
+37 −4
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ components:
        - SUSPENDED
        - FINISHED
        - CANCELLED

        - CANCELLING

    PerformanceRequirements:
      type: array
@@ -62,9 +62,9 @@ components:
          enum:
            - RUNNING
            - CANCELLING
            - CANCELLED
            - NOT_STARTED
            - SUSPENDED
            - FINSHED
            - FINISHED
        progressPercentage:
          type: integer
          minimum: 0
@@ -78,6 +78,30 @@ components:
        resultStateInfo:
          type: string

    MlEntityLoadingProcessMonitor:
      description: >-
        This data type is the "ProcessMonitor" data type defined in “genericNrm.yaml” with specialisations for usage in the "MLEntityLoadingProcess".
      type: object
      properties:
        MLEntityLoadingProcessId:
          type: string
        status:
          type: string
          enum:
            - RUNNING
            - CANCELLING
            - SUSPENDED
            - FINISHED
            - CANCELLED
        progressPercentage:
          type: integer
          minimum: 0
          maximum: 100
        progressStateInfo:
          type: string
        resultStateInfo:
          type: string
          
    MlManagementPolicy:
      description: >-
              This data type is the "ProcessMonitor" data type defined in “genericNrm.yaml” 
@@ -264,6 +288,11 @@ components:
                      type: integer
                    terminationConditions:
                      type: string
                      enum:
                        - UPDATED_IN_INFERENCE_FUNCTION
                        - INFERENCE FUNCTION_TERMINATED
                        - INFERENCE FUNCTION_UPGRADED
                        - INFERENCE_CONTEXT_CHANGED
                    progressStatus:
                      $ref: '#/components/schemas/TrainingProcessMonitor'
                    cancelProcess:
@@ -561,6 +590,10 @@ components:
                  $ref: '#/components/schemas/RequestStatus'
                mLUpdateReportingPeriod:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
                cancelRequest:
                  type: boolean
                suspendRequest:
                  type: boolean 
                mLUpdateProcessRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                mLEntityRef:
@@ -575,7 +608,7 @@ components:
              type: object
              properties:
                progressStatus:
                  $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ProcessMonitor'
                  $ref: '#/components/schemas/MlEntityLoadingProcessMonitor'
                mLEntityRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                mLUpdateRequestRef: