Commit 797a7952 authored by biondicn's avatar biondicn
Browse files

Upload for CT#111

parent 9694e6d0
Loading
Loading
Loading
Loading
Loading
+371 −369
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: Aimles_SplitOpPipeline
  version: 1.0.1
  version: 1.0.2
  description: |
    API for split AIML operation pipeline service.  
    © 2025, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    API for split AI/ML operation pipeline 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/'

@@ -29,12 +29,13 @@ paths:
  /request:
    post:
      summary: >
        Used by AIMLE client to create an instance of a split operation pipeline at the AIMLE serve.
        Used by AIMLE client to create an instance of a split operation pipeline at the AIMLE
        server.
      operationId: SplitOpPipeCreate
      tags:
        - Split operation pipeline creation API (Collection)
      requestBody:
        description: Contains information of the AIML split operation pipelie creation.
        description: Contains information of the AI/ML split operation pipelie creation.
        required: true
        content:
          application/json:
@@ -80,7 +81,7 @@ paths:
    parameters:
      - name: requestId
        in: path
        description: Identifier of the individual AIML split operation pipeline.
        description: Identifier of the individual AI/ML split operation pipeline.
        required: true
        schema:
          type: string
@@ -222,7 +223,7 @@ paths:
  /discovery:
    post:
      summary: >
        Used by consumer to request the AIMLE server for split AIML operation pipeline discovery
        Used by consumer to request the AIMLE server for split AI/ML operation pipeline discovery
      operationId: SplitOpPipeDiscovery
      tags:
        - AIMLE split operation pipeline discovery
@@ -367,3 +368,4 @@ components:
          $ref: 'TS29482_AIMLES_SplitOpNodeRegistration.yaml#/components/schemas/UsageInformation'
        notificationTarget:
          $ref: 'TS29558_Eees_EASRegistration.yaml#/components/schemas/EndPoint'