about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/machinelearning
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/botocore/data/machinelearning
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are here HEAD master
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/machinelearning')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/endpoint-rule-set-1.json.gzbin0 -> 1156 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/examples-1.json5
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/paginators-1.json28
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/service-2.json.gzbin0 -> 21283 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/waiters-2.json81
5 files changed, 114 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..f80367cd
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/endpoint-rule-set-1.json.gz
Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/examples-1.json b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/examples-1.json
new file mode 100644
index 00000000..0ea7e3b0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/examples-1.json
@@ -0,0 +1,5 @@
+{
+  "version": "1.0",
+  "examples": {
+  }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/paginators-1.json
new file mode 100644
index 00000000..c13ce65a
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/paginators-1.json
@@ -0,0 +1,28 @@
+{
+  "pagination": {
+    "DescribeBatchPredictions": {
+      "limit_key": "Limit",
+      "output_token": "NextToken",
+      "input_token": "NextToken",
+      "result_key": "Results"
+    },
+    "DescribeDataSources": {
+      "limit_key": "Limit",
+      "output_token": "NextToken",
+      "input_token": "NextToken",
+      "result_key": "Results"
+    },
+    "DescribeEvaluations": {
+      "limit_key": "Limit",
+      "output_token": "NextToken",
+      "input_token": "NextToken",
+      "result_key": "Results"
+    },
+    "DescribeMLModels": {
+      "limit_key": "Limit",
+      "output_token": "NextToken",
+      "input_token": "NextToken",
+      "result_key": "Results"
+    }
+  }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/service-2.json.gz
new file mode 100644
index 00000000..04d0bcb2
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/service-2.json.gz
Binary files differdiff --git a/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/waiters-2.json
new file mode 100644
index 00000000..da6b1c95
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/machinelearning/2014-12-12/waiters-2.json
@@ -0,0 +1,81 @@
+{
+  "version": 2,
+  "waiters": {
+    "DataSourceAvailable": {
+      "delay": 30,
+      "operation": "DescribeDataSources",
+      "maxAttempts": 60,
+      "acceptors": [
+        {
+          "expected": "COMPLETED",
+          "matcher": "pathAll",
+          "state": "success",
+          "argument": "Results[].Status"
+        },
+        {
+          "expected": "FAILED",
+          "matcher": "pathAny",
+          "state": "failure",
+          "argument": "Results[].Status"
+        }
+      ]
+    },
+    "MLModelAvailable": {
+      "delay": 30,
+      "operation": "DescribeMLModels",
+      "maxAttempts": 60,
+      "acceptors": [
+        {
+          "expected": "COMPLETED",
+          "matcher": "pathAll",
+          "state": "success",
+          "argument": "Results[].Status"
+        },
+        {
+          "expected": "FAILED",
+          "matcher": "pathAny",
+          "state": "failure",
+          "argument": "Results[].Status"
+        }
+      ]
+    },
+    "EvaluationAvailable": {
+      "delay": 30,
+      "operation": "DescribeEvaluations",
+      "maxAttempts": 60,
+      "acceptors": [
+        {
+          "expected": "COMPLETED",
+          "matcher": "pathAll",
+          "state": "success",
+          "argument": "Results[].Status"
+        },
+        {
+          "expected": "FAILED",
+          "matcher": "pathAny",
+          "state": "failure",
+          "argument": "Results[].Status"
+        }
+      ]
+    },
+    "BatchPredictionAvailable": {
+      "delay": 30,
+      "operation": "DescribeBatchPredictions",
+      "maxAttempts": 60,
+      "acceptors": [
+        {
+          "expected": "COMPLETED",
+          "matcher": "pathAll",
+          "state": "success",
+          "argument": "Results[].Status"
+        },
+        {
+          "expected": "FAILED",
+          "matcher": "pathAny",
+          "state": "failure",
+          "argument": "Results[].Status"
+        }
+      ]
+    }
+  }
+}