Commit 2acf0d64 authored by Pengxiang Xie's avatar Pengxiang Xie
Browse files

Update TS28105_AiMlNrm.yaml

parent d95d3166
Loading
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -530,6 +530,8 @@ components:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'
                aIMLInferenceReportRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'
                aIMLInferenceRequestRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'
                usedByFunctionRefList:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'

@@ -680,6 +682,8 @@ components:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
            AIMLInferenceRequest:
              $ref: '#/components/schemas/AIMLInferenceRequest-Multiple'
            AIMLInferenceReport:
              $ref: '#/components/schemas/AIMLInferenceReport-Multiple'
            MLModelLoadingRequest:
@@ -691,6 +695,22 @@ components:
            MLModel:
              $ref: '#/components/schemas/MLModel-Multiple'

    AIMLInferenceRequest-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties: 
            attributes:
              allOf:
                - type: object
                  properties:
                    aIMLInferenceName:
                      $ref: '#/components/schemas/AIMLInferenceName'
                    mLModelRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnListRo'
                    aIMLInferenceReportRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo'

    AIMLInferenceReport-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
@@ -797,6 +817,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/AIMLInferenceFunction-Single'
    AIMLInferenceRequest-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/AIMLInferenceRequest-Single'
    AIMLInferenceReport-Multiple:
      type: array
      items:
@@ -828,5 +852,6 @@ components:
        - $ref: '#/components/schemas/MLUpdateProcess-Single'
        - $ref: '#/components/schemas/MLUpdateReport-Single'
        - $ref: '#/components/schemas/AIMLInferenceFunction-Single'
        - $ref: '#/components/schemas/AIMLInferenceRequest-Single'
        - $ref: '#/components/schemas/AIMLInferenceReport-Single'
        - $ref: '#/components/schemas/AIMLInferenceEmulationFunction-Single'