panorama_create_package_import_job {paws.machine.learning}R Documentation

Imports a node package

Description

Imports a node package.

See https://www.paws-r-sdk.com/docs/panorama_create_package_import_job/ for full documentation.

Usage

panorama_create_package_import_job(
  ClientToken,
  InputConfig,
  JobTags = NULL,
  JobType,
  OutputConfig
)

Arguments

ClientToken

[required] A client token for the package import job.

InputConfig

[required] An input config for the package import job.

JobTags

Tags for the package import job.

JobType

[required] A job type for the package import job.

OutputConfig

[required] An output config for the package import job.


[Package paws.machine.learning version 0.7.0 Index]