Class: IBM::ML::Zos

Inherits:
Object
  • Object
show all
Includes:
IBM::ML
Defined in:
lib/ibm/ml/zos.rb

Overview

Class for calling IBM Machine Learning for z/OS scoring service

Constant Summary

Constants included from IBM::ML

VERSION

Instance Method Summary collapse

Methods included from IBM::ML

#fetch_token

Constructor Details

#initialize(username, password, host, ldap_port, scoring_port) ⇒ Zos



7
8
9
10
11
12
13
# File 'lib/ibm/ml/zos.rb', line 7

def initialize(username, password, host, ldap_port, scoring_port)
  @username     = username
  @password     = password
  @host         = host
  @ldap_port    = ldap_port
  @scoring_port = scoring_port
end