Commit 3282cc71 authored by swaminathan1's avatar swaminathan1 Committed by sunse
Browse files

Update TS28105_AiMlNrm.yaml

parent c3b27a45
Loading
Loading
Loading
Loading
+27 −11
Original line number Diff line number Diff line
@@ -125,8 +125,8 @@ components:
                - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-Attr'
                - type: object
                  properties:
                    mLEntityRefList:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                    mLEntityList:
                      $ref: '#/components/schemas/MLEntityList'
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
@@ -146,6 +146,8 @@ components:
              allOf:
                - type: object
                  properties:
                    mLEntityId:
                      type: string
                    candidateTrainingDataSource:
                      type: array
                      items:
@@ -165,8 +167,6 @@ components:
                      type: boolean
                    suspendRequest:
                      type: boolean
                    mlEntityRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'

    MLTrainingProcess-Single:
      allOf:
@@ -193,8 +193,7 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'
                    trainingReportRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    mlEntityRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'


    MLTrainingReport-Single:
      allOf:
@@ -205,6 +204,8 @@ components:
              allOf:
                - type: object
                  properties:
                    mLEntityId:
                      type: string
                    areConsumerTrainingDataUsed:
                      type: boolean
                    usedConsumerTrainingData:
@@ -227,8 +228,6 @@ components:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    lastTrainingRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    mlEntityRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'

    MLEntity-Single:
      allOf:
@@ -238,6 +237,8 @@ components:
            attributes:
              type: object
              properties:
                mLEntityId:
                  type: string
                inferenceType:
                  type: string
                mLEntityVersion:
@@ -249,6 +250,17 @@ components:
                runTimeContext:
                  $ref: '#/components/schemas/MLContext'   

    MLEntityRepository-Single:
      allOf:
        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/Top'
        - type: object
          properties:
            attributes:
              type: object
              properties:
                mLRepositoryId:
                  type: string

#-------- Definition of JSON arrays for name-contained IOCs ----------------------

    SubNetwork-Multiple:
@@ -279,7 +291,10 @@ components:
      type: array
      items:
        $ref: '#/components/schemas/MLEntity-Single'		

    MLEntityRepository-Multiple:
      type: array
      items:
        $ref: '#/components/schemas/MLEntityRepository-Single'

#-------- Definitions in TS 28.104 for TS 28.532 ---------------------------------

@@ -293,4 +308,5 @@ components:
        - $ref: '#/components/schemas/MLTrainingProcess-Single'
        - $ref: '#/components/schemas/MLTrainingReport-Single'
        - $ref: '#/components/schemas/MLEntity-Single'
        - $ref: '#/components/schemas/MLEntityRepository-Single'