Authentication

Authentication and client management functions

session()

Viya Session

oauth_consul()

Viya oauth token

delete_client()

Delete a client

get_client()

Get a client

list_clients()

List Clients

refresh_session()

Refresh a Viya Session token

register_client()

Create a new client

Rest Calls

Basic functions for http requests to a Viya environment

vDELETE()

Viya DELETE

vGET()

Viya GET

vHEAD()

Viya HEAD

vPOST()

Viya POST

vPUT()

Viya PUT

Model Manager

Manage models and repository

add_model_content()

Add model content

add_model_version()

Add model version

create_project()

Create a project

delete_model()

Delete a model

delete_model_contents()

Delete a model content

delete_project()

Delete a project

get_model()

Get a model

get_project()

Get a project

list_model_contents()

List Models

list_models()

List Models

list_projects()

List Projects

list_repositories()

List Repositories

model_exists()

Test if a model exists

project_exists()

Test if a project exists

register_model()

Register a zip file inside model manager

update_model()

Update a model

update_model_variables()

Update model variables

update_project()

Update a project

update_project_variables()

Update project variables

Model Scoring and Publish

Publish, score and manage published modules/models and destinations

delete_masmodule()

Delete a module/model and steps

get_destination()

Get a publishing destination by name

get_masmodule()

Get a MAS module/model and steps

list_destinations()

List Publish Destinations

list_modules()

Get list of available models

publish_model()

Publish Model

masScore()

Predict MASmodule

Json Files

Create Json files or other data parsing

calculateFitStat()

Write dmcas_fistat Json

calculateLiftStat()

Write dmcas_lift Json

calculateROCStat()

Write dmcas_roc Json

diagnosticsJson()

Write all diagnostic Json files

format_data_json()

Format Data.Frame rows to json format

write_ModelProperties_json()

Write ModelProperties json

write_fileMetadata_json()

Write fileMetadata json

write_in_out_json()

Write variable json

Other helpers

Other helper functions

create_scoreSample()

Create Score Code template

codegen()

SAS standard score code generation Generic Function (EXPERIMENTAL)

convert_to_pmml42()

Convert pmml 4.x to 4.2