RGitHubPackage Class

Defines the Github packages to be installed.

Class RGitHubPackage constructor.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
RGitHubPackage

Constructor

RGitHubPackage()

Parameters

Name Description
repository
Required
str

Repository address in the format username/repo[/subdir][@ref|#pull].

auth_token
Required
str

Personal access token to install from a private repo.