Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no configs. (This includes `_all` string or when no configs have been specified)"
},
"bytes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
},
"format": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)"
},
"bytes": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)",
"default": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,14 @@
"params": {
"from": {
"type": "int",
"required": false,
"description": "skips a number of transform configs, defaults to 0"
},
"size": {
"type": "int",
"required": false,
"description": "specifies a max number of transforms to get, defaults to 100"
},
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)"
},
"format": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@
},
"mode": {
"type": "enum",
"options": ["standard", "time_series", "logsdb", "lookup"],
"options": [
"standard",
"time_series",
"logsdb",
"lookup"
],
"default": "",
"description": "Filter indices by index mode. Comma-separated list of IndexMode. Empty means no filter."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@
"params": {
"dry_run": {
"type": "boolean",
"description": "If true the endpoint will not be deleted and a list of ingest processors which reference this endpoint will be returned.",
"required": false
"description": "If true the endpoint will not be deleted and a list of ingest processors which reference this endpoint will be returned."
},
"force": {
"type": "boolean",
"description": "If true the endpoint will be forcefully stopped (regardless of whether or not it is referenced by any ingest processors or semantic text fields).",
"required": false
"description": "If true the endpoint will be forcefully stopped (regardless of whether or not it is referenced by any ingest processors or semantic text fields)."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)"
},
"force": {
"type": "boolean",
"required": false,
"description": "True if the job should be forcefully closed"
},
"timeout": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"params": {
"force": {
"type": "boolean",
"required": false,
"description": "True if the datafeed should be forcefully deleted"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,10 @@
"params": {
"requests_per_second": {
"type": "number",
"required": false,
"description": "The desired requests per second for the deletion processes."
},
"timeout": {
"type": "time",
"required": false,
"description": "How long can the underlying delete processes run until they are canceled"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@
"params": {
"allow_no_forecasts": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if `_all` matches no forecasts"
},
"timeout": {
"type": "time",
"required": false,
"description": "Controls the time to wait until the forecast(s) are deleted. Default to 30 seconds"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
"params": {
"timeout": {
"type": "time",
"required": false,
"description": "Controls the amount of time to wait for the model to be deleted.",
"default": "30s"
},
"force": {
"type": "boolean",
"required": false,
"description": "True if the model should be forcefully deleted"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@
"params": {
"duration": {
"type": "time",
"required": false,
"description": "The duration of the forecast"
},
"expires_in": {
"type": "time",
"required": false,
"description": "The time interval after which the forecast expires. Expired forecasts will be deleted at the first opportunity."
},
"max_model_memory": {
"type": "string",
"required": false,
"description": "The max memory able to be used by the forecast. Default is 20mb."
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified)",
"default": true
},
Expand All @@ -51,7 +50,6 @@
"default": 100
},
"exclude_generated": {
"required": false,
"type": "boolean",
"default": false,
"description": "Omits fields that are illegal to set on data frame analytics PUT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified)",
"default": true
},
Expand All @@ -52,7 +51,6 @@
},
"verbose": {
"type": "boolean",
"required": false,
"description": "whether the stats response should be verbose",
"default": false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)"
},
"exclude_generated": {
"required": false,
"type": "boolean",
"default": false,
"description": "Omits fields that are illegal to set on datafeed PUT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)"
},
"exclude_generated": {
"required": false,
"type": "boolean",
"default": false,
"description": "Omits fields that are illegal to set on job PUT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no jobs or no snapshots. (This includes the `_all` string.)"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,40 +36,33 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)",
"default": true
},
"include": {
"type": "string",
"required": false,
"description": "A comma-separate list of fields to optionally include. Valid options are 'definition' and 'total_feature_importance'. Default is none."
},
"decompress_definition": {
"type": "boolean",
"required": false,
"default": true,
"description": "Should the model definition be decompressed into valid JSON or returned in a custom compressed format. Defaults to true."
},
"from": {
"required": false,
"type": "int",
"description": "skips a number of trained models",
"default": 0
},
"size": {
"required": false,
"type": "int",
"description": "specifies a max number of trained models to get",
"default": 100
},
"tags": {
"required": false,
"type": "list",
"description": "A comma-separated list of tags that the model must have."
},
"exclude_generated": {
"required": false,
"type": "boolean",
"default": false,
"description": "Omits fields that are illegal to set on model PUT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"params": {
"allow_no_match": {
"type": "boolean",
"required": false,
"description": "Whether to ignore if a wildcard expression matches no trained models. (This includes `_all` string or when no trained models have been specified)",
"default": true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"params": {
"timeout": {
"type": "time",
"required": false,
"description": "Controls the amount of time to wait for inference results.",
"default": "10s"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@
"params": {
"start": {
"type": "string",
"required": false,
"description": "The start time from where the datafeed preview should begin"
},
"end": {
"type": "string",
"required": false,
"description": "The end time when the datafeed preview should stop"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@
},
"params": {
"defer_definition_decompression": {
"required": false,
"type": "boolean",
"description": "If set to `true` and a `compressed_definition` is provided, the request defers definition decompression and skips relevant validations.",
"default": false
},
"wait_for_completion": {
"required": false,
"type": "boolean",
"description": "Whether to wait for all child operations(e.g. model download) to complete, before returning or not. Default to false",
"default": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"params": {
"timeout": {
"type": "time",
"required": false,
"description": "Controls the time to wait until the task has started. Defaults to 20 seconds"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,14 @@
"params": {
"start": {
"type": "string",
"required": false,
"description": "The start time from where the datafeed should begin"
},
"end": {
"type": "string",
"required": false,
"description": "The end time when the datafeed should stop. When not set, the datafeed continues in real time"
},
"timeout": {
"type": "time",
"required": false,
"description": "Controls the time to wait until a datafeed has started. Default to 20 seconds"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,47 +34,39 @@
"params": {
"cache_size": {
"type": "string",
"description": "A byte-size value for configuring the inference cache size. For example, 20mb.",
"required": false
"description": "A byte-size value for configuring the inference cache size. For example, 20mb."
},
"deployment_id": {
"type": "string",
"description": "The Id of the new deployment. Defaults to the model_id if not set.",
"required": false
"description": "The Id of the new deployment. Defaults to the model_id if not set."
},
"number_of_allocations": {
"type": "int",
"description": "The total number of allocations this model is assigned across machine learning nodes.",
"required": false,
"default": 1
},
"threads_per_allocation": {
"type": "int",
"description": "The number of threads used by each model allocation during inference.",
"required": false,
"default": 1
},
"priority": {
"type": "string",
"description": "The deployment priority.",
"required": false,
"default": "normal"
},
"queue_capacity": {
"type": "int",
"description": "Controls how many inference requests are allowed in the queue at a time.",
"required": false,
"default": 1024
},
"timeout": {
"type": "time",
"required": false,
"description": "Controls the amount of time to wait for the model to deploy.",
"default": "20s"
},
"wait_for": {
"type": "string",
"required": false,
"description": "The allocation status for which to wait",
"options": [
"starting",
Expand Down
Loading