Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.14 KB

snd_algorithm_run.md

File metadata and controls

66 lines (52 loc) · 2.14 KB

snd algorithm run

Run a ML Algorithm.

The payload should be provided as a JSON file with the structure below.


{
 "algorithm_name": "<string>  (optional) - The name of the algorithm to run",
 "algorithm_parameters": "<object> (required) - Any additional parameters for the algorithm",
 "custom_configuration": {
	"image_repository": <string>,
	"image_tag": <string>,
	"deadline_seconds": <int>,
	"maximum_retries": <int>,
	"env": {"name": <string>, "value": <string>, "value_from": "PLAIN" | "RELATIVE_REFERENCE"}
	"secrets":  <string[]>,
	"args": {"name": <string>, "value": <string>, "value_from": "PLAIN" | "RELATIVE_REFERENCE"},
	"cpu_limit": <string>,
	"memory_limit": <string>,
	"workgroup": <string>,
	"additional_workgroups": <map[string]string>,
	"version": <string>,
	"monitoring_parameters": <string[]>,
	"custom_resources": <map[string]string>,
	"speculative_attempts": int
} - <CustomConfiguration> (optional) - Custom configuration for the algorithm",
 "tag": "<string> (optional) - Client-side submission identifier"
}
snd algorithm run [flags]

Examples

snd algorithm run --algorithm rdc-auto-replenishment-crystal-orchestrator --payload /path/to/payload.json

Options

  -h, --help             help for run
  -p, --payload string   Path to the payload JSON file
  -t, --tag string       Client-side submission identifier

Options inherited from parent commands

      --algorithm string            Specify the algorithm name
  -a, --auth-provider string        Specify the OAuth provider name (default "azuread")
      --custom-auth-url string      Specify the auth service uri
      --custom-service-url string   Specify the service url (default "https://crystal.%s.sneaksanddata.com")
  -e, --env string                  Target environment (default "awsd")
      --gen-docs                    Generate Markdown documentation for all commands

SEE ALSO

Auto generated by spf13/cobra on 4-Nov-2024