oci-cli 3.63.0__py3-none-any.whl → 3.63.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. oci_cli/bin/devops.psm1 +5 -4
  2. oci_cli/bin/psql.psm1 +4 -4
  3. oci_cli/bin/vault.psm1 +3 -3
  4. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/api/add-lock.txt +141 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/api/change-compartment.txt +4 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/api/create.txt +17 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/api/delete.txt +4 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/api/remove-lock.txt +136 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/api/update.txt +4 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/api.txt +4 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/certificate/add-lock.txt +143 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/certificate/change-compartment.txt +4 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/certificate/create.txt +17 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/certificate/delete.txt +4 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/certificate/remove-lock.txt +138 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/certificate/update.txt +4 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/certificate.txt +4 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/deployment/add-lock.txt +150 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/deployment/change-compartment.txt +4 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/deployment/create.txt +17 -0
  21. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/deployment/delete.txt +4 -0
  22. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/deployment/remove-lock.txt +145 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/deployment/update.txt +4 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/deployment.txt +4 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/gateway/add-lock.txt +142 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/gateway/change-compartment.txt +4 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/gateway/create.txt +18 -1
  28. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/gateway/delete.txt +4 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/gateway/remove-lock.txt +137 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/gateway/update.txt +5 -1
  31. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/gateway.txt +4 -0
  32. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/sdk/add-lock.txt +144 -0
  33. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/sdk/create.txt +17 -0
  34. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/sdk/delete.txt +4 -0
  35. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/sdk/list.txt +4 -2
  36. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/sdk/remove-lock.txt +139 -0
  37. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/sdk/update.txt +4 -0
  38. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/sdk.txt +4 -0
  39. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/subscriber/add-lock.txt +147 -0
  40. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/subscriber/change-compartment.txt +4 -0
  41. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/subscriber/create.txt +17 -0
  42. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/subscriber/delete.txt +4 -0
  43. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/subscriber/remove-lock.txt +142 -0
  44. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/subscriber/update.txt +4 -0
  45. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/subscriber.txt +4 -0
  46. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/usage-plan/add-lock.txt +146 -0
  47. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/usage-plan/change-compartment.txt +4 -0
  48. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/usage-plan/create.txt +17 -0
  49. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/usage-plan/delete.txt +4 -0
  50. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/usage-plan/remove-lock.txt +141 -0
  51. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/usage-plan/update.txt +4 -0
  52. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway/usage-plan.txt +4 -0
  53. oci_cli/help_text_producer/data_files/text/cmdref/api-gateway.txt +28 -0
  54. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/api-platform-instance/change-compartment.txt +108 -0
  55. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/api-platform-instance/create.txt +153 -0
  56. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/api-platform-instance/delete.txt +132 -0
  57. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/api-platform-instance/get.txt +94 -0
  58. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/api-platform-instance/update.txt +162 -0
  59. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/api-platform-instance-collection/list-api-platform-instances.txt +141 -0
  60. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/api-platform-instance-collection.txt +15 -0
  61. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/api-platform-instance.txt +23 -0
  62. oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log-entry/list.txt → api-platform/work-request/get.txt} +23 -32
  63. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/work-request/list.txt +140 -0
  64. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/work-request-error/list.txt +131 -0
  65. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/work-request-error.txt +15 -0
  66. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/work-request-log-entry/list-work-request-logs.txt +131 -0
  67. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/work-request-log-entry.txt +15 -0
  68. oci_cli/help_text_producer/data_files/text/cmdref/api-platform/work-request.txt +21 -0
  69. oci_cli/help_text_producer/data_files/text/cmdref/api-platform.txt +42 -0
  70. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/config/create-agent.txt +153 -0
  71. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/config/create-macs-extension.txt +171 -0
  72. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/config/update-agent.txt +162 -0
  73. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/config/update-macs-extension.txt +174 -0
  74. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/config-collection/list.txt +2 -1
  75. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/config.txt +8 -0
  76. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/match-agents-with-attribute-key/get.txt +91 -0
  77. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/match-agents-with-attribute-key/update.txt +107 -0
  78. oci_cli/help_text_producer/data_files/text/cmdref/apm-config/match-agents-with-attribute-key.txt +16 -0
  79. oci_cli/help_text_producer/data_files/text/cmdref/apm-config.txt +14 -0
  80. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-deployment/create-model-deployment-model-group-deployment-configuration-details.txt +215 -0
  81. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-deployment/update-model-deployment-update-model-group-deployment-configuration-details.txt +235 -0
  82. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-deployment-model-state/list.txt +167 -0
  83. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-deployment-model-state.txt +14 -0
  84. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-deployment.txt +5 -0
  85. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/activate.txt +130 -0
  86. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/change-compartment.txt +108 -0
  87. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/create-model-group-artifact.txt +123 -0
  88. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/create-model-group-clone-model-group-details.txt +139 -0
  89. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/create-model-group-create-model-group-details.txt +197 -0
  90. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/create.txt +132 -0
  91. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/deactivate.txt +130 -0
  92. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/delete.txt +134 -0
  93. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/get-model-group-artifact-content.txt +107 -0
  94. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/get.txt +97 -0
  95. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/head-model-group-artifact.txt +96 -0
  96. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/list-model-group-models.txt +171 -0
  97. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/list.txt +169 -0
  98. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group/update.txt +180 -0
  99. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group-version-history/change-compartment.txt +108 -0
  100. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group-version-history/create.txt +166 -0
  101. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group-version-history/delete.txt +133 -0
  102. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group-version-history/get.txt +95 -0
  103. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group-version-history/list.txt +165 -0
  104. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group-version-history/update.txt +172 -0
  105. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group-version-history.txt +25 -0
  106. oci_cli/help_text_producer/data_files/text/cmdref/data-science/model-group.txt +41 -0
  107. oci_cli/help_text_producer/data_files/text/cmdref/data-science/work-request/list.txt +1 -1
  108. oci_cli/help_text_producer/data_files/text/cmdref/data-science.txt +54 -0
  109. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
  110. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  111. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log/list.txt → work-request-log-entry/list-work-request-logs.txt} +5 -5
  112. oci_cli/help_text_producer/data_files/text/cmdref/{governance-rules-control-plane/work-request/work-request-log.txt → delegate-access-control/work-request/work-request-log-entry.txt} +3 -3
  113. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  114. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  115. oci_cli/help_text_producer/data_files/text/cmdref/devops/{protected-branch → protected-branch-collection}/list-protected-branches.txt +2 -2
  116. oci_cli/help_text_producer/data_files/text/cmdref/devops/protected-branch-collection.txt +14 -0
  117. oci_cli/help_text_producer/data_files/text/cmdref/devops/protected-branch.txt +0 -2
  118. oci_cli/help_text_producer/data_files/text/cmdref/devops.txt +2 -0
  119. oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-s3-connection.txt +9 -9
  120. oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/{create-connection-create-iceberg-connection-details.txt → create-iceberg-connection.txt} +9 -9
  121. oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-s3-connection.txt +9 -9
  122. oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/{update-connection-update-iceberg-connection-details.txt → update-iceberg-connection.txt} +5 -5
  123. oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection.txt +4 -4
  124. oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt +4 -4
  125. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log/list.txt → work-request-log-entry/list-logs.txt} +5 -5
  126. oci_cli/help_text_producer/data_files/text/cmdref/{organizations → governance-rules-control-plane/work-request}/work-request-log-entry.txt +1 -1
  127. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  128. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  129. oci_cli/help_text_producer/data_files/text/cmdref/management-dashboard/dashboard/get-oob.txt +3 -2
  130. oci_cli/help_text_producer/data_files/text/cmdref/management-dashboard/dashboard/import.txt +24 -0
  131. oci_cli/help_text_producer/data_files/text/cmdref/management-dashboard/dashboard/list-oob.txt +2 -2
  132. oci_cli/help_text_producer/data_files/text/cmdref/management-dashboard/saved-search/get-oob.txt +1 -1
  133. oci_cli/help_text_producer/data_files/text/cmdref/management-dashboard/saved-search/list-oob.txt +1 -1
  134. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list.txt → list-errors.txt} +5 -5
  135. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  136. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  137. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list.txt → list-errors.txt} +5 -5
  138. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  139. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt +118 -0
  140. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
  141. oci_cli/help_text_producer/data_files/text/cmdref/psql/configuration/change-compartment.txt +1 -2
  142. oci_cli/help_text_producer/data_files/text/cmdref/psql/configuration/create.txt +21 -7
  143. oci_cli/help_text_producer/data_files/text/cmdref/psql/configuration/delete.txt +1 -2
  144. oci_cli/help_text_producer/data_files/text/cmdref/psql/configuration/get.txt +1 -2
  145. oci_cli/help_text_producer/data_files/text/cmdref/psql/configuration/update.txt +13 -2
  146. oci_cli/help_text_producer/data_files/text/cmdref/psql/configuration-collection/list-configurations.txt +9 -2
  147. oci_cli/help_text_producer/data_files/text/cmdref/psql/default-configuration-collection/list-default-configurations.txt +9 -2
  148. oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +8 -8
  149. oci_cli/help_text_producer/data_files/text/cmdref/speech/voice/list.txt +6 -1
  150. oci_cli/help_text_producer/data_files/text/cmdref/vault/secret/create-base64.txt +11 -0
  151. oci_cli/help_text_producer/data_files/text/cmdref/vault/secret/update-base64.txt +11 -0
  152. oci_cli/help_text_producer/data_files/text/cmdref/vault/secret/update.txt +11 -0
  153. oci_cli/help_text_producer/data_files/text/index.txt +2 -0
  154. oci_cli/service_mapping.py +5 -0
  155. oci_cli/version.py +1 -1
  156. {oci_cli-3.63.0.dist-info → oci_cli-3.63.1.dist-info}/METADATA +2 -2
  157. {oci_cli-3.63.0.dist-info → oci_cli-3.63.1.dist-info}/RECORD +189 -118
  158. services/ai_speech/src/oci_cli_ai_service_speech/generated/aiservicespeech_cli.py +5 -2
  159. services/api_platform/__init__.py +4 -0
  160. services/api_platform/src/__init__.py +4 -0
  161. services/api_platform/src/oci_cli_api_platform/__init__.py +4 -0
  162. services/api_platform/src/oci_cli_api_platform/generated/__init__.py +4 -0
  163. services/api_platform/src/oci_cli_api_platform/generated/apiplatform_cli.py +567 -0
  164. services/api_platform/src/oci_cli_api_platform/generated/client_mappings.py +14 -0
  165. services/api_platform/tests/__init__.py +4 -0
  166. services/apigateway/src/oci_cli_api_gateway/api_gateway_cli_extended.py +24 -0
  167. services/apigateway/src/oci_cli_api_gateway/generated/apigateway_cli.py +415 -19
  168. services/apigateway/src/oci_cli_deployment/apigateway_deployment_extended.py +8 -0
  169. services/apigateway/src/oci_cli_deployment/generated/deployment_cli.py +139 -6
  170. services/apigateway/src/oci_cli_gateway/apigateway_gateway_extended.py +9 -1
  171. services/apigateway/src/oci_cli_gateway/generated/gateway_cli.py +171 -20
  172. services/apigateway/src/oci_cli_subscribers/generated/subscribers_cli.py +139 -6
  173. services/apigateway/src/oci_cli_subscribers/subscribers_cli_extended.py +9 -0
  174. services/apigateway/src/oci_cli_usage_plans/generated/usageplans_cli.py +139 -6
  175. services/apigateway/src/oci_cli_usage_plans/usageplans_cli_extended.py +9 -0
  176. services/apm_config/src/oci_cli_config/config_cli_extended.py +16 -0
  177. services/apm_config/src/oci_cli_config/generated/config_cli.py +289 -3
  178. services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +1477 -98
  179. services/devops/src/oci_cli_devops/devops_cli_extended.py +11 -11
  180. services/golden_gate/src/oci_cli_golden_gate/golden_gate_cli_extended.py +44 -0
  181. services/management_dashboard/src/oci_cli_dashx_apis/generated/dashxapis_cli.py +18 -6
  182. services/psql/src/oci_cli_postgresql/generated/postgresql_cli.py +38 -14
  183. services/vault/src/oci_cli_vaults/generated/vaults_cli.py +80 -40
  184. /oci_cli/help_text_producer/data_files/text/cmdref/{delegate-access-control/work-request → organizations}/work-request-log.txt +0 -0
  185. {oci_cli-3.63.0.dist-info → oci_cli-3.63.1.dist-info}/LICENSE.txt +0 -0
  186. {oci_cli-3.63.0.dist-info → oci_cli-3.63.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  187. {oci_cli-3.63.0.dist-info → oci_cli-3.63.1.dist-info}/WHEEL +0 -0
  188. {oci_cli-3.63.0.dist-info → oci_cli-3.63.1.dist-info}/entry_points.txt +0 -0
  189. {oci_cli-3.63.0.dist-info → oci_cli-3.63.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,107 @@
1
+ "get-model-group-artifact-content"
2
+ **********************************
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Downloads the model artifact for the specified model group.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci data-science model-group get-model-group-artifact-content [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --file [filename]
33
+
34
+ The name of the file that will receive the response data, or ‘-‘ to
35
+ write to STDOUT.
36
+
37
+ --model-group-id [text]
38
+
39
+ The OCID of the modelGroup.
40
+
41
+
42
+ Optional Parameters
43
+ ===================
44
+
45
+ --from-json [text]
46
+
47
+ Provide input to this command as a JSON document from a file using the
48
+ file://path-to/file syntax.
49
+
50
+ The "--generate-full-command-json-input" option can be used to
51
+ generate a sample json file to be used with this command option. The
52
+ key names are pre-populated and match the command option names
53
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
54
+ while the values of the keys need to be populated by the user before
55
+ using the sample file as an input to this command. For any command
56
+ option that accepts multiple values, the value of the key can be a
57
+ JSON array.
58
+
59
+ Options can still be provided on the command line. If an option exists
60
+ in both the JSON document and the command line then the command line
61
+ specified value will be used.
62
+
63
+ For examples on usage of this option, please see our “using CLI with
64
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
65
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
66
+
67
+ --range [text]
68
+
69
+ Optional byte range to fetch, as described in RFC 7233, section 2.1.
70
+ Note that only a single range of bytes is supported.
71
+
72
+
73
+ Global Parameters
74
+ =================
75
+
76
+ Use "oci --help" for help on global parameters.
77
+
78
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
79
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
80
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
81
+ --generate-param-json-input", "--help", "--latest-version", "--max-
82
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
83
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
84
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
85
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
86
+
87
+
88
+ Example using required parameter
89
+ ================================
90
+
91
+ Copy the following CLI commands into a file named example.sh. Run the
92
+ command by typing “bash example.sh” and replacing the example
93
+ parameters with your own.
94
+
95
+ Please note this sample will only work in the POSIX-compliant bash-
96
+ like shell. You need to set up the OCI configuration and appropriate
97
+ security policies before trying the examples.
98
+
99
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/project/create.html#cmdoption-compartment-id
100
+ export create_type=<substitute-value-of-create_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/model-group/create.html#cmdoption-create-type
101
+ export file=<substitute-value-of-file> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/model-group/get-model-group-artifact-content.html#cmdoption-file
102
+
103
+ project_id=$(oci data-science project create --compartment-id $compartment_id --query data.id --raw-output)
104
+
105
+ model_group_id=$(oci data-science model-group create --compartment-id $compartment_id --create-type $create_type --project-id $project_id --query data.id --raw-output)
106
+
107
+ oci data-science model-group get-model-group-artifact-content --file $file --model-group-id $model_group_id
@@ -0,0 +1,97 @@
1
+ "get"
2
+ *****
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Retrieves the Model Group resource based on the specified modelGroup
21
+ id.
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci data-science model-group get [OPTIONS]
28
+
29
+
30
+ Required Parameters
31
+ ===================
32
+
33
+ --model-group-id [text]
34
+
35
+ The OCID of the modelGroup.
36
+
37
+
38
+ Optional Parameters
39
+ ===================
40
+
41
+ --from-json [text]
42
+
43
+ Provide input to this command as a JSON document from a file using the
44
+ file://path-to/file syntax.
45
+
46
+ The "--generate-full-command-json-input" option can be used to
47
+ generate a sample json file to be used with this command option. The
48
+ key names are pre-populated and match the command option names
49
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
50
+ while the values of the keys need to be populated by the user before
51
+ using the sample file as an input to this command. For any command
52
+ option that accepts multiple values, the value of the key can be a
53
+ JSON array.
54
+
55
+ Options can still be provided on the command line. If an option exists
56
+ in both the JSON document and the command line then the command line
57
+ specified value will be used.
58
+
59
+ For examples on usage of this option, please see our “using CLI with
60
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
61
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
62
+
63
+
64
+ Global Parameters
65
+ =================
66
+
67
+ Use "oci --help" for help on global parameters.
68
+
69
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
70
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
71
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
72
+ --generate-param-json-input", "--help", "--latest-version", "--max-
73
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
74
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
75
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
76
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
77
+
78
+
79
+ Example using required parameter
80
+ ================================
81
+
82
+ Copy the following CLI commands into a file named example.sh. Run the
83
+ command by typing “bash example.sh” and replacing the example
84
+ parameters with your own.
85
+
86
+ Please note this sample will only work in the POSIX-compliant bash-
87
+ like shell. You need to set up the OCI configuration and appropriate
88
+ security policies before trying the examples.
89
+
90
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/project/create.html#cmdoption-compartment-id
91
+ export create_type=<substitute-value-of-create_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/model-group/create.html#cmdoption-create-type
92
+
93
+ project_id=$(oci data-science project create --compartment-id $compartment_id --query data.id --raw-output)
94
+
95
+ model_group_id=$(oci data-science model-group create --compartment-id $compartment_id --create-type $create_type --project-id $project_id --query data.id --raw-output)
96
+
97
+ oci data-science model-group get --model-group-id $model_group_id
@@ -0,0 +1,96 @@
1
+ "head-model-group-artifact"
2
+ ***************************
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Gets model group artifact metadata for a specified model group.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci data-science model-group head-model-group-artifact [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --model-group-id [text]
33
+
34
+ The OCID of the modelGroup.
35
+
36
+
37
+ Optional Parameters
38
+ ===================
39
+
40
+ --from-json [text]
41
+
42
+ Provide input to this command as a JSON document from a file using the
43
+ file://path-to/file syntax.
44
+
45
+ The "--generate-full-command-json-input" option can be used to
46
+ generate a sample json file to be used with this command option. The
47
+ key names are pre-populated and match the command option names
48
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
49
+ while the values of the keys need to be populated by the user before
50
+ using the sample file as an input to this command. For any command
51
+ option that accepts multiple values, the value of the key can be a
52
+ JSON array.
53
+
54
+ Options can still be provided on the command line. If an option exists
55
+ in both the JSON document and the command line then the command line
56
+ specified value will be used.
57
+
58
+ For examples on usage of this option, please see our “using CLI with
59
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
60
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
61
+
62
+
63
+ Global Parameters
64
+ =================
65
+
66
+ Use "oci --help" for help on global parameters.
67
+
68
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
69
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
70
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
71
+ --generate-param-json-input", "--help", "--latest-version", "--max-
72
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
73
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
74
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
75
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
76
+
77
+
78
+ Example using required parameter
79
+ ================================
80
+
81
+ Copy the following CLI commands into a file named example.sh. Run the
82
+ command by typing “bash example.sh” and replacing the example
83
+ parameters with your own.
84
+
85
+ Please note this sample will only work in the POSIX-compliant bash-
86
+ like shell. You need to set up the OCI configuration and appropriate
87
+ security policies before trying the examples.
88
+
89
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/project/create.html#cmdoption-compartment-id
90
+ export create_type=<substitute-value-of-create_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/model-group/create.html#cmdoption-create-type
91
+
92
+ project_id=$(oci data-science project create --compartment-id $compartment_id --query data.id --raw-output)
93
+
94
+ model_group_id=$(oci data-science model-group create --compartment-id $compartment_id --create-type $create_type --project-id $project_id --query data.id --raw-output)
95
+
96
+ oci data-science model-group head-model-group-artifact --model-group-id $model_group_id
@@ -0,0 +1,171 @@
1
+ "list-model-group-models"
2
+ *************************
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Lists all models associated with the modelGroup in the specified
21
+ compartment.
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci data-science model-group list-model-group-models [OPTIONS]
28
+
29
+
30
+ Required Parameters
31
+ ===================
32
+
33
+ --compartment-id, -c [text]
34
+
35
+ <b>Filter</b> results by the OCID of the compartment.
36
+
37
+ --model-group-id [text]
38
+
39
+ The OCID of the modelGroup.
40
+
41
+
42
+ Optional Parameters
43
+ ===================
44
+
45
+ --all
46
+
47
+ Fetches all pages of results. If you provide this option, then you
48
+ cannot provide the "--limit" option.
49
+
50
+ --created-by [text]
51
+
52
+ <b>Filter</b> results by the OCID of the user who created the
53
+ resource.
54
+
55
+ --display-name [text]
56
+
57
+ <b>Filter</b> results by its user-friendly name.
58
+
59
+ --from-json [text]
60
+
61
+ Provide input to this command as a JSON document from a file using the
62
+ file://path-to/file syntax.
63
+
64
+ The "--generate-full-command-json-input" option can be used to
65
+ generate a sample json file to be used with this command option. The
66
+ key names are pre-populated and match the command option names
67
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
68
+ while the values of the keys need to be populated by the user before
69
+ using the sample file as an input to this command. For any command
70
+ option that accepts multiple values, the value of the key can be a
71
+ JSON array.
72
+
73
+ Options can still be provided on the command line. If an option exists
74
+ in both the JSON document and the command line then the command line
75
+ specified value will be used.
76
+
77
+ For examples on usage of this option, please see our “using CLI with
78
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
79
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
80
+
81
+ --id [text]
82
+
83
+ <b>Filter</b> results by OCID. Must be an OCID of the correct type for
84
+ the resource type.
85
+
86
+ --lifecycle-state [text]
87
+
88
+ <b>Filter</b> results by the specified lifecycle state. Must be a
89
+ valid state for the resource type.
90
+
91
+ Accepted values are:
92
+
93
+ ACTIVE, DELETED, FAILED, INACTIVE
94
+
95
+ --limit [integer]
96
+
97
+ For list pagination. The maximum number of results per page, or items
98
+ to return in a paginated “List” call. 1 is the minimum, 100 is the
99
+ maximum. See List Pagination.
100
+
101
+ Example:
102
+
103
+ 50
104
+
105
+ --page [text]
106
+
107
+ For list pagination. The value of the *opc-next-page* response header
108
+ from the previous “List” call.
109
+
110
+ See List Pagination.
111
+
112
+ --page-size [integer]
113
+
114
+ When fetching results, the number of results to fetch per call. Only
115
+ valid when used with "--all" or "--limit", and ignored otherwise.
116
+
117
+ --sort-by [text]
118
+
119
+ Specifies the field to sort by. Accepts only one field. By default,
120
+ when you sort by *timeCreated*, the results are shown in descending
121
+ order. All other fields default to ascending order. Sort order for the
122
+ *displayName* field is case sensitive.
123
+
124
+ Accepted values are:
125
+
126
+ displayName, lifecycleState, timeCreated
127
+
128
+ --sort-order [text]
129
+
130
+ Specifies sort order to use, either *ASC* (ascending) or *DESC*
131
+ (descending).
132
+
133
+ Accepted values are:
134
+
135
+ ASC, DESC
136
+
137
+
138
+ Global Parameters
139
+ =================
140
+
141
+ Use "oci --help" for help on global parameters.
142
+
143
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
144
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
145
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
146
+ --generate-param-json-input", "--help", "--latest-version", "--max-
147
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
148
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
149
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
150
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
151
+
152
+
153
+ Example using required parameter
154
+ ================================
155
+
156
+ Copy the following CLI commands into a file named example.sh. Run the
157
+ command by typing “bash example.sh” and replacing the example
158
+ parameters with your own.
159
+
160
+ Please note this sample will only work in the POSIX-compliant bash-
161
+ like shell. You need to set up the OCI configuration and appropriate
162
+ security policies before trying the examples.
163
+
164
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/project/create.html#cmdoption-compartment-id
165
+ export create_type=<substitute-value-of-create_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/model-group/create.html#cmdoption-create-type
166
+
167
+ project_id=$(oci data-science project create --compartment-id $compartment_id --query data.id --raw-output)
168
+
169
+ model_group_id=$(oci data-science model-group create --compartment-id $compartment_id --create-type $create_type --project-id $project_id --query data.id --raw-output)
170
+
171
+ oci data-science model-group list-model-group-models --compartment-id $compartment_id --model-group-id $model_group_id
@@ -0,0 +1,169 @@
1
+ "list"
2
+ ******
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Lists all the modelGroups in the specified compartment. The query must
21
+ include compartmentId.
22
+
23
+
24
+ Usage
25
+ =====
26
+
27
+ oci data-science model-group list [OPTIONS]
28
+
29
+
30
+ Required Parameters
31
+ ===================
32
+
33
+ --compartment-id, -c [text]
34
+
35
+ <b>Filter</b> results by the OCID of the compartment.
36
+
37
+
38
+ Optional Parameters
39
+ ===================
40
+
41
+ --all
42
+
43
+ Fetches all pages of results. If you provide this option, then you
44
+ cannot provide the "--limit" option.
45
+
46
+ --created-by [text]
47
+
48
+ <b>Filter</b> results by the OCID of the user who created the
49
+ resource.
50
+
51
+ --display-name [text]
52
+
53
+ <b>Filter</b> results by its user-friendly name.
54
+
55
+ --from-json [text]
56
+
57
+ Provide input to this command as a JSON document from a file using the
58
+ file://path-to/file syntax.
59
+
60
+ The "--generate-full-command-json-input" option can be used to
61
+ generate a sample json file to be used with this command option. The
62
+ key names are pre-populated and match the command option names
63
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
64
+ while the values of the keys need to be populated by the user before
65
+ using the sample file as an input to this command. For any command
66
+ option that accepts multiple values, the value of the key can be a
67
+ JSON array.
68
+
69
+ Options can still be provided on the command line. If an option exists
70
+ in both the JSON document and the command line then the command line
71
+ specified value will be used.
72
+
73
+ For examples on usage of this option, please see our “using CLI with
74
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
75
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
76
+
77
+ --id [text]
78
+
79
+ <b>Filter</b> results by OCID. Must be an OCID of the correct type for
80
+ the resource type.
81
+
82
+ --lifecycle-state [text]
83
+
84
+ A filter to return resources matching the given lifecycleState.
85
+
86
+ Accepted values are:
87
+
88
+ ACTIVE, CREATING, DELETED, DELETING, FAILED, INACTIVE
89
+
90
+ --limit [integer]
91
+
92
+ For list pagination. The maximum number of results per page, or items
93
+ to return in a paginated “List” call. 1 is the minimum, 100 is the
94
+ maximum. See List Pagination.
95
+
96
+ Example:
97
+
98
+ 50
99
+
100
+ --model-group-version-history-id [text]
101
+
102
+ The OCID of the modelGroupVersionHistory.
103
+
104
+ --page [text]
105
+
106
+ For list pagination. The value of the *opc-next-page* response header
107
+ from the previous “List” call.
108
+
109
+ See List Pagination.
110
+
111
+ --page-size [integer]
112
+
113
+ When fetching results, the number of results to fetch per call. Only
114
+ valid when used with "--all" or "--limit", and ignored otherwise.
115
+
116
+ --project-id [text]
117
+
118
+ <b>Filter</b> results by the OCID of the project.
119
+
120
+ --sort-by [text]
121
+
122
+ Specifies the field to sort by. Accepts only one field. By default,
123
+ when you sort by *timeCreated*, the results are shown in descending
124
+ order. All other fields default to ascending order. Sort order for the
125
+ *displayName* field is case sensitive.
126
+
127
+ Accepted values are:
128
+
129
+ displayName, lifecycleState, timeCreated
130
+
131
+ --sort-order [text]
132
+
133
+ Specifies sort order to use, either *ASC* (ascending) or *DESC*
134
+ (descending).
135
+
136
+ Accepted values are:
137
+
138
+ ASC, DESC
139
+
140
+
141
+ Global Parameters
142
+ =================
143
+
144
+ Use "oci --help" for help on global parameters.
145
+
146
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
147
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
148
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
149
+ --generate-param-json-input", "--help", "--latest-version", "--max-
150
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
151
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
152
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
153
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
154
+
155
+
156
+ Example using required parameter
157
+ ================================
158
+
159
+ Copy the following CLI commands into a file named example.sh. Run the
160
+ command by typing “bash example.sh” and replacing the example
161
+ parameters with your own.
162
+
163
+ Please note this sample will only work in the POSIX-compliant bash-
164
+ like shell. You need to set up the OCI configuration and appropriate
165
+ security policies before trying the examples.
166
+
167
+ export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/data-science/model-group/list.html#cmdoption-compartment-id
168
+
169
+ oci data-science model-group list --compartment-id $compartment_id