Commit 74ee1ea8 authored by biondicn's avatar biondicn
Browse files

Upload for CT#111

parent 430b5813
Loading
Loading
Loading
Loading
Loading
+218 −217
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: Aimlec_MLModTngCapEva
  version: 1.0.1
  version: 1.0.2
  description: |
    API for ML Model Training Capability Evaluation Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.

externalDocs:
  description: >
    3GPP TS 24.560 V19.0.0; Artificial Intelligence Machine Learning (AIML) Services – Service
    3GPP TS 24.560 V19.1.0; Artificial Intelligence / Machine Learning (AIML) Services – Service
    Enabler Architecture Layer for Verticals (SEAL); Protocol Specification; Stage 3.
  url: 'https://www.3gpp.org/ftp/Specs/archive/24_series/24.560/'

@@ -124,11 +124,11 @@ components:
          type: string

    AimlModelData:
      description: Contains the AIML model information and model parameters for use in FL training.
      description: Contains the AI/ML model information and model parameters for use in FL training.
      type: object
      properties:
        aimlModels:
          description: Contains information about the AIML model.
          description: Contains information about the AI/ML model.
          type: array
          items:
            $ref: '#/components/schemas/AimlModelInfo'
@@ -187,7 +187,7 @@ components:
          minItems: 1

    AimlModelInfo:
      description: Contains information about the AIML model.
      description: Contains information about the AI/ML model.
      type: object
      properties:
        aimlModelType:
@@ -214,4 +214,5 @@ components:
        Represents the outcome of the ML model training capability evaluation.
        Possible values are:
        - ABILITY_TO_JOIN: Indicates ability to join the training process.
        - INABILITY_TO_JOIN: Indicates inability to join the training process.
        - FIRST_MATCH: Indicates inability to join the training process.