Commit b9209c31 authored by shumim's avatar shumim
Browse files

Fix the issued based on offline comments from E///

parent 0df809be
Loading
Loading
Loading
Loading
Loading
+17 −23
Original line number Diff line number Diff line
@@ -33,11 +33,6 @@ components:
        - CANCELLED
        - CANCELLING

    PerformanceRequirements:
      type: array
      items:
        $ref: '#/components/schemas/ModelPerformance'

    ModelPerformance:
      type: object
      properties:
@@ -124,9 +119,6 @@ components:

    ManagedActivationScope:
      oneOf:
        - type: array
          items:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        - type: object
          properties:
            dNList:
@@ -160,8 +152,6 @@ components:
    AvailMLCapabilityReport:
      type: object
      properties:
        availMLCapabilityReportID:
          type: string # Fixme no specified in DraftCR
        mLCapabilityVersionId:
          type: array
          items:
@@ -256,7 +246,7 @@ components:
                - type: object
                  properties:
                    mLEntityRepositoryRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
@@ -293,7 +283,9 @@ components:
                    expectedRuntimeContext:
                      $ref: '#/components/schemas/MLContext'
                    performanceRequirements:
                      $ref: '#/components/schemas/PerformanceRequirements'
                      type: array
                      items:
                        $ref: '#/components/schemas/ModelPerformance'
                    cancelRequest:
                      type: boolean
                    suspendRequest:
@@ -332,7 +324,7 @@ components:
                    trainingReportRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    mLEntityRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    MLTrainingReport-Single:
      allOf:
@@ -344,12 +336,16 @@ components:
                - type: object
                  properties:
                    areConsumerTrainingDataUsed:
                      type: boolean
                      type: string
                      enum:
                        - ALL
                        - PARTIALLY
                        - NONE
                    usedConsumerTrainingData:
                      type: array
                      items:
                        type: string
                    confidenceIndication:
                    modelconfidenceIndication:
                      type: integer
                    modelPerformanceTraining:
                      type: array
@@ -371,10 +367,10 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    mLEnityGeneratedRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    mLEntityCoordinationGroupToTrainRef:
                    mLEntityCoordinationGroupGeneratedRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    mLEntityRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    MLTestingFunction-Single:
      allOf:
@@ -387,7 +383,7 @@ components:
                - type: object
                  properties:
                    mLEntityRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
@@ -492,7 +488,7 @@ components:
                    policyForLoading:
                      $ref: '#/components/schemas/AIMLManagementPolicy'
                    mLEntityRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'

    MLEntityLoadingProcess-Single:
      allOf:
@@ -558,7 +554,7 @@ components:
              type: object
              properties:
                mLEntityRef:
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                  $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
            MLEntityList:
              $ref: '#/components/schemas/MLEntity-Multiple'
            MLEntityCoordinationGroups:
@@ -717,9 +713,7 @@ components:
                - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr'
                - type: object
                  properties:
                    mLInferenceEmulationFunctionId:  #stage 2 definition missing  FIXME
                      type: string
                    mLInferenceEmulationReportRefs: # FIXME stage 2 of IOC AIMLInferenceEmulationReport missing
                    AIMLInferenceEmulationReportRefs: # FIXME stage 2 of IOC AIMLInferenceEmulationReport missing
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'