Commit c3a99a13 authored by biondicn's avatar biondicn
Browse files

Upload for CT#111

parent f1208463
Loading
Loading
Loading
Loading
Loading
+186 −185
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@ openapi: 3.0.0

info:
  title: Aimlec_AIMLEClientServiceOperations
  version: 1.0.1
  version: 1.0.2
  description: |
    API for AIMLE Client Service Operations 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/'

@@ -104,7 +104,7 @@ components:
          description: Represents the VAL service identifier.
          type: string
        servOpId:
          description: Represents the AIML service operation identifier.
          description: Represents the AI/ML service operation identifier.
          type: string
        servOpMode:
          $ref: '#/components/schemas/ServiceOperationMode'
@@ -126,17 +126,17 @@ components:
          description: Represents the VAL service identifier.
          type: string
        servOpId:
          description: Represents the AIML service operation identifier.
          description: Represents the AI/ML service operation identifier.
          type: string
        servOpModeStatus:
          $ref: '#/components/schemas/ServiceOperationMode'

    ServiceOperationInfo:
      description: Contains the AIML service operation information.
      description: Contains the AI/ML service operation information.
      type: object
      properties:
        mlMdlContainer:
          description: Represents the AIML service model container.
          description: Represents the AI/ML service model container.
          type: string
        mlMdlUri:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
@@ -146,19 +146,19 @@ components:
          $ref: 'TS29122_CommonData.yaml#/components/schemas/DurationSec'

    ServiceOpModeConfiguration:
      description: Contains the AIML service operation mode configuration.
      description: Contains the AI/ML service operation mode configuration.
      type: object
      properties:
        maxLatency:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uint32'
        maxDurHour:
          description: >
            Indicates the maximum duration time of the AIML service operation expressed in hours.
            Indicates the maximum duration time of the AI/ML service operation expressed in hours.
          type: integer
        modelAccuracy:
          description: >
            Indicates the threshold value of the model accuracy expressed as a percentage to
            stop the AIML service operation.
            stop the AI/ML service operation.
          type: integer

# Simple data types
@@ -183,3 +183,4 @@ components:
          service operation.
        - STOP: Indicates a request to stop the AIMLE service operation or status of the AIMLE
          service operation.