Slot: command
A machine-executable command by which the Extractor
functionality can be accessed.
Applicable Classes
Name |
Description |
Modifies Slot |
---|---|---|
A machine-actionable specification of a set of usage instructions of the pare… |
no |
Properties
Range: String
Required: True
Identifier and Mapping Information
Schema Source
from schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
LinkML Source
name: command
description: A machine-executable command by which the `Extractor` functionality can
be accessed.
comments:
- 'For `method: cli`, a parametrized executable invocation which should be available
after installing the `Extractor`;'
- 'For `method: python`, a parametrized function invocation which should be available
after installing and setting up the `Extractor`.'
- The templated parameters which can be requested from the user are [described by
the `UsageTemplate` class](UsageTemplate.md).
from_schema: https://marda-alliance.github.io/metadata_extractors_schema/main/mme_schema/
rank: 1000
alias: command
owner: Usage
domain_of:
- Usage
range: string
required: true
Comments
For
method: cli
, a parametrized executable invocation which should be available after installing theExtractor
;For
method: python
, a parametrized function invocation which should be available after installing and setting up theExtractor
.The templated parameters which can be requested from the user are described by the
UsageTemplate
class.URI: mme_schema:command