Commit 9694e6d0 authored by biondicn's avatar biondicn
Browse files

Upload for CT#111

parent f98df232
Loading
Loading
Loading
Loading
Loading
+260 −259
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: Aimles_AimlTaskTransfer
  version: 1.0.1
  version: 1.0.2
  description: |
    API for AIMLE Server AIML Task Transfer Service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    API for AIMLE Server AI/ML Task Transfer Service.  
    © 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/'

@@ -32,7 +32,7 @@ paths:
        Enables the AIMLE client to request the AIMLE server to perform task transfer assist.
      operationId: AimlTtAssist
      tags:
        - AIML task transfer assist
        - AI/ML task transfer assist
      requestBody:
        description: Contains the AIMLE server task transfer assist request information.
        required: true
@@ -81,7 +81,7 @@ paths:
        task transfer.
      operationId: CtldAimlTt
      tags:
        - Controlled AIML task transfer
        - Controlled AI/ML task transfer
      requestBody:
        description: Contains the AIMLE server controlled task transfer request information.
        required: true
@@ -211,7 +211,7 @@ components:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/TimeWindow'

    AimlRmngTrainingReq:
      description: Contains requirements for AIML model training.
      description: Contains requirements for AI/ML model training.
      type: object
      properties:
        reqRmngTrainResorce:
@@ -222,7 +222,7 @@ components:
          type: integer

    AimlIntermediateInfo:
      description: Contains the AIML intermediate information for intermediate AIML operation.
      description: Contains the AI/ML intermediate information for intermediate AI/ML operation.
      type: object
      properties:
        aimlImdModel:
@@ -255,5 +255,6 @@ components:
      description: |
        Represents the mode of transfer.  
        Possible values are:
        - DIRECT: Directly from the source AIML member to the target AIML member.
        - DIRECT: Directly from the source AI/ML member to the target AI/ML member.
        - SERVER_CONTROLLED: Transfer with AIMLE server controlled.