Configuration
Index
Properties
- actor_build_id
- actor_build_number
- actor_events_ws_url
- actor_id
- actor_run_id
- actor_task_id
- api_base_url
- api_public_base_url
- dedicated_cpus
- disable_outdated_warning
- fact
- input_key
- input_secrets_private_key_file
- input_secrets_private_key_passphrase
- is_at_home
- latest_sdk_version
- log_format
- max_paid_dataset_items
- meta_origin
- metamorph_after_sleep
- proxy_hostname
- proxy_password
- proxy_port
- proxy_status_url
- standby_port
- standby_url
- started_at
- timeout_at
- token
- user_id
- web_server_port
- web_server_url
- workflow_key
A class for specifying the configuration of an Actor.
Can be used either globally via
Configuration.get_global_configuration()
, or it can be specific to eachActor
instance on theactor.config
property.