Commit f5709606 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

Updates after CT1#160 meeting

parent 13c67155
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line

openapi: 3.0.0

info:
  title: Aimles_AIMLEClientRegistration
  version: 1.0.2
  version: 1.1.0-alpha.1
  description: |
    API for AIMLE Client Registration Service.  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +11,7 @@ info:

externalDocs:
  description: >
    3GPP TS 24.560 V19.1.0; Artificial Intelligence / Machine Learning (AIML) Services – Service
    3GPP TS 24.560 V20.0.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/'

@@ -497,7 +498,6 @@ components:
        - UNSTRUCTURED_DATA: Indicates the unstructured data.
        - PROCESSED_DATA: Indicates the processed data.
        - EXPLOATORY_DATA_ANALYSIS: Indicates the exploratory data analysis function.
          match.

    TaskCapability:
      anyOf:
@@ -520,3 +520,4 @@ components:
        - LOW_COSTS_PERFORMANCE: Indicates a low cost performance.
        - GREEN_TASK_PERFORMANCE: Indicates a green task performance.
        - ENERGY_EFFICIENT_PERFORMANCE: Indicates an energy efficient performance.
+8 −3
Original line number Diff line number Diff line

openapi: 3.0.0

info:
  title: Aimles_UeTLModelSelectionAssistance
  version: 1.0.2
  version: 1.0.3
  description: |
    API for Transfer Learning (TL) Enablement Service.  
    © 2026, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
@@ -10,7 +11,7 @@ info:

externalDocs:
  description: >
    3GPP TS 24.560 V19.1.0; Artificial Intelligence / Machine Learning (AIML) Services – Service
    3GPP TS 24.560 V19.2.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/'

@@ -89,7 +90,10 @@ components:
# Structured data types

    TlModelSelectAssistReq:
      description: Contains information to trigger TL enablement service.
      description: >
        Contains information to trigger TL enablement service. At least one of the mlTaskId,
        adaeAnalyticsId and mlModelProfile shall be present, although they are not specified as
        a conditional due to backward compatibility reasons.
      type: object
      required:
      - serverId
@@ -243,3 +247,4 @@ components:
        - HETEROGENEOUS: Significantly different data distributions
        - ROBOTICS: Suitable for the target ML task for robotic platforms
        - SMART: Suitable for the target ML task for smart platforms