ActorDefinition
Index
Properties
actor_specification
The Actor specification version that this Actor follows. This property must be set to 1.
build_tag
The tag name to be applied to a successful build of the Actor. Defaults to 'latest' if not specified.
changelog
The path to the CHANGELOG file displayed in the Actor's information tab.
default_memory_mbytes
Specifies the default amount of memory in megabytes to be used when the Actor is started. Can be an integer or a dynamic memory expression.
docker_context_dir
The path to the directory used as the Docker context when building the Actor.
dockerfile
The path to the Dockerfile used for building the Actor on the platform.
environment_variables
A map of environment variables to be used during local development and deployment.
input
The input schema object, the full specification can be found in Apify docs
max_memory_mbytes
Specifies the maximum amount of memory in megabytes required by the Actor.
min_memory_mbytes
Specifies the minimum amount of memory in megabytes required by the Actor.
model_config
name
The name of the Actor.
readme
The path to the README file for the Actor.
storages
uses_standby_mode
Specifies whether Standby mode is enabled for the Actor.
version
The version of the Actor, specified in the format [Number].[Number], e.g., 0.1, 1.0.
The definition of the Actor, the full specification of this field can be found in Apify docs