mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 13:55:15 +02:00
Switch to using the dep tool and update all the dependencies
This commit is contained in:
1978
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json
generated
vendored
Normal file
1978
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1156
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json
generated
vendored
Normal file
1156
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
5
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json
generated
vendored
Normal file
5
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"version":"1.0",
|
||||
"examples":{
|
||||
}
|
||||
}
|
28
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json
generated
vendored
Normal file
28
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json
generated
vendored
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
81
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json
generated
vendored
Normal file
81
vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json
generated
vendored
Normal file
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user