Skip to content

Class: ComputeResources

Computational resources used

URI: lambdaber:ComputeResources

classDiagram class ComputeResources click ComputeResources href "../ComputeResources/" AttributeGroup <|-- ComputeResources click AttributeGroup href "../AttributeGroup/" ComputeResources : cpu_hours ComputeResources : description ComputeResources : gpu_hours ComputeResources : memory_gb ComputeResources : storage_gb

Inheritance

Slots

Name Cardinality and Range Description Inheritance
cpu_hours 0..1
Float
CPU hours used direct
gpu_hours 0..1
Float
GPU hours used direct
memory_gb 0..1
Float
Maximum memory used in GB direct
storage_gb 0..1
Float
Storage used in GB direct
description 0..1
String
AttributeGroup

Usages

used by used in type used
WorkflowRun compute_resources range ComputeResources

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lambda-ber-schema/

Mappings

Mapping Type Mapped Value
self lambdaber:ComputeResources
native lambdaber:ComputeResources

LinkML Source

Direct

name: ComputeResources
description: Computational resources used
from_schema: https://w3id.org/lambda-ber-schema/
is_a: AttributeGroup
attributes:
  cpu_hours:
    name: cpu_hours
    description: CPU hours used
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    domain_of:
    - ComputeResources
    range: float
  gpu_hours:
    name: gpu_hours
    description: GPU hours used
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    domain_of:
    - ComputeResources
    range: float
  memory_gb:
    name: memory_gb
    description: Maximum memory used in GB
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    domain_of:
    - ComputeResources
    range: float
  storage_gb:
    name: storage_gb
    description: Storage used in GB
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    domain_of:
    - ComputeResources
    range: float

Induced

name: ComputeResources
description: Computational resources used
from_schema: https://w3id.org/lambda-ber-schema/
is_a: AttributeGroup
attributes:
  cpu_hours:
    name: cpu_hours
    description: CPU hours used
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    alias: cpu_hours
    owner: ComputeResources
    domain_of:
    - ComputeResources
    range: float
  gpu_hours:
    name: gpu_hours
    description: GPU hours used
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    alias: gpu_hours
    owner: ComputeResources
    domain_of:
    - ComputeResources
    range: float
  memory_gb:
    name: memory_gb
    description: Maximum memory used in GB
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    alias: memory_gb
    owner: ComputeResources
    domain_of:
    - ComputeResources
    range: float
  storage_gb:
    name: storage_gb
    description: Storage used in GB
    from_schema: https://w3id.org/lambda-ber-schema/
    rank: 1000
    alias: storage_gb
    owner: ComputeResources
    domain_of:
    - ComputeResources
    range: float
  description:
    name: description
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: description
    owner: ComputeResources
    domain_of:
    - NamedThing
    - AttributeGroup
    range: string