Skip to content

Compute Function Trigger

Attributes describing Compute Function Trigger

URI: gx:ComputeFunctionTrigger

 classDiagram
    class ComputeFunctionTrigger
    click ComputeFunctionTrigger href "../ComputeFunctionTrigger"
      ComputeFunctionTrigger : triggeringEvent




    ComputeFunctionTrigger --> "*" String : triggeringEvent
    click String href "../String"


      ComputeFunctionTrigger : triggeringService




    ComputeFunctionTrigger --> "0..1" ServiceOffering : triggeringService
    click ServiceOffering href "../ServiceOffering"


Slots

Name Cardinality and Range Description Inheritance
triggeringService 0..1
ServiceOffering
Service providing the events usable to trigger execution of a ComputeFunction direct
triggeringEvent *
xsd:string
Events usable to trigger execution of a ComputeFunction direct

Usages

used by used in type used
ComputeFunctionConfiguration computeFunctionTrigger range ComputeFunctionTrigger

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#compute-function-configuration

LinkML Source

Direct

name: ComputeFunctionTrigger
description: Attributes describing Compute Function Trigger
title: Compute Function Trigger
from_schema: https://w3id.org/gaia-x/development#compute-function-configuration
attributes:
  triggeringService:
    name: triggeringService
    description: Service providing the events usable to trigger execution of a ComputeFunction
    title: Triggering Service
    from_schema: https://w3id.org/gaia-x/development#compute-function-configuration
    rank: 1000
    domain_of:
    - ComputeFunctionTrigger
    range: ServiceOffering
  triggeringEvent:
    name: triggeringEvent
    description: Events usable to trigger execution of a ComputeFunction
    title: Triggering Event
    from_schema: https://w3id.org/gaia-x/development#compute-function-configuration
    rank: 1000
    domain_of:
    - ComputeFunctionTrigger
    range: string
    multivalued: true

Induced

name: ComputeFunctionTrigger
description: Attributes describing Compute Function Trigger
title: Compute Function Trigger
from_schema: https://w3id.org/gaia-x/development#compute-function-configuration
attributes:
  triggeringService:
    name: triggeringService
    description: Service providing the events usable to trigger execution of a ComputeFunction
    title: Triggering Service
    from_schema: https://w3id.org/gaia-x/development#compute-function-configuration
    rank: 1000
    alias: triggeringService
    owner: ComputeFunctionTrigger
    domain_of:
    - ComputeFunctionTrigger
    range: ServiceOffering
  triggeringEvent:
    name: triggeringEvent
    description: Events usable to trigger execution of a ComputeFunction
    title: Triggering Event
    from_schema: https://w3id.org/gaia-x/development#compute-function-configuration
    rank: 1000
    alias: triggeringEvent
    owner: ComputeFunctionTrigger
    domain_of:
    - ComputeFunctionTrigger
    range: string
    multivalued: true