@@ -855,7 +855,7 @@ Return information about the actor version.
855
855
856
856
***
857
857
858
- #### [ ] ( #actorversionclient-update ) ` ActorVersionClient.update(*, build_tag=None, env_vars=None, apply_env_vars_to_build=None, source_type=None, source_code=None, base_docker_image=None, source_files=None, git_repo_url=None, tarball_url=None, github_gist_url=None) `
858
+ #### [ ] ( #actorversionclient-update ) ` ActorVersionClient.update(*, build_tag=None, env_vars=None, apply_env_vars_to_build=None, source_type=None, source_files=None, git_repo_url=None, tarball_url=None, github_gist_url=None) `
859
859
860
860
Update the actor version with specified fields.
861
861
@@ -873,13 +873,6 @@ Update the actor version with specified fields.
873
873
874
874
* ** source_type** ([ ` ActorSourceType ` ] ( #actorsourcetype ) , * optional* ) – What source type is the actor version using.
875
875
876
- * ** source_code** (` str ` , * optional* ) – Source code as a single JavaScript/Node.js file,
877
- using the base Docker image specified in ` baseDockerImage ` .
878
- Required when ` source_type ` is [ ` ActorSourceType.SOURCE_CODE ` ] ( #actorsourcetype-source_code ) .
879
-
880
- * ** base_docker_image** (` str ` , * optional* ) – The base Docker image to use for single-file actors.
881
- Required when ` source_type ` is [ ` ActorSourceType.SOURCE_CODE ` ] ( #actorsourcetype-source_code ) .
882
-
883
876
* ** source_files** (` list of dict ` , * optional* ) – Source code comprised of multiple files, each an item of the array.
884
877
Required when ` source_type ` is [ ` ActorSourceType.SOURCE_FILES ` ] ( #actorsourcetype-source_files ) . See the API docs for the exact structure.
885
878
@@ -939,7 +932,7 @@ List the available actor versions.
939
932
940
933
***
941
934
942
- #### [ ] ( #actorversioncollectionclient-create ) ` ActorVersionCollectionClient.create(*, version_number, build_tag=None, env_vars=None, apply_env_vars_to_build=None, source_type, source_code=None, base_docker_image=None, source_files=None, git_repo_url=None, tarball_url=None, github_gist_url=None) `
935
+ #### [ ] ( #actorversioncollectionclient-create ) ` ActorVersionCollectionClient.create(*, version_number, build_tag=None, env_vars=None, apply_env_vars_to_build=None, source_type, source_files=None, git_repo_url=None, tarball_url=None, github_gist_url=None) `
943
936
944
937
Create a new actor version.
945
938
@@ -959,13 +952,6 @@ Create a new actor version.
959
952
960
953
* ** source_type** ([ ` ActorSourceType ` ] ( #actorsourcetype ) ) – What source type is the actor version using.
961
954
962
- * ** source_code** (` str ` , * optional* ) – Source code as a single JavaScript/Node.js file,
963
- using the base Docker image specified in ` baseDockerImage ` .
964
- Required when ` source_type ` is [ ` ActorSourceType.SOURCE_CODE ` ] ( #actorsourcetype-source_code ) .
965
-
966
- * ** base_docker_image** (` str ` , * optional* ) – The base Docker image to use for single-file actors.
967
- Required when ` source_type ` is [ ` ActorSourceType.SOURCE_CODE ` ] ( #actorsourcetype-source_code ) .
968
-
969
955
* ** source_files** (` list of dict ` , * optional* ) – Source code comprised of multiple files, each an item of the array.
970
956
Required when ` source_type ` is [ ` ActorSourceType.SOURCE_FILES ` ] ( #actorsourcetype-source_files ) . See the API docs for the exact structure.
971
957
@@ -2909,20 +2895,13 @@ Actor job aborted by user
2909
2895
2910
2896
Available source types for actors.
2911
2897
2912
- * [ SOURCE\_ CODE] ( #actorsourcetype-source\_ code )
2913
2898
* [ SOURCE\_ FILES] ( #actorsourcetype-source\_ files )
2914
2899
* [ GIT\_ REPO] ( #actorsourcetype-git\_ repo )
2915
2900
* [ TARBALL] ( #actorsourcetype-tarball )
2916
2901
* [ GITHUB\_ GIST] ( #actorsourcetype-github\_ gist )
2917
2902
2918
2903
***
2919
2904
2920
- #### [ ] ( #actorsourcetype-source_code ) ` ActorSourceType.SOURCE_CODE `
2921
-
2922
- Actor source code is a single JavaScript/Node.js file
2923
-
2924
- ***
2925
-
2926
2905
#### [ ] ( #actorsourcetype-source_files ) ` ActorSourceType.SOURCE_FILES `
2927
2906
2928
2907
Actor source code is comprised of multiple files
0 commit comments