Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.services.scp.machinelearning |
Modifier and Type | Method and Description |
---|---|
static ScpCfService |
ScpCfService.of(ScpCfServiceDesignator designator,
String authUrlJsonPath,
String clientIdJsonPath,
String clientSecretJsonPath,
String serviceLocationJsonPath)
Factory method reading information about service from VCAP_SERVICES.
|
static ScpCfService |
ScpCfService.of(String serviceType,
String servicePlan,
String authUrlJsonPath,
String clientIdJsonPath,
String clientSecretJsonPath,
String serviceLocationJsonPath)
Factory method reading information about service from VCAP_SERVICES.
|
static ScpCfService |
ScpCfService.ofMultiTenant(ScpCfServiceDesignator designator,
String authUrlJsonPath,
String clientIdJsonPath,
String clientSecretJsonPath,
String serviceLocationJsonPath,
boolean useProviderTenant)
Factory method reading information about service from VCAP_SERVICES.
|
static ScpCfService |
ScpCfService.ofMultiTenant(String serviceType,
String servicePlan,
String authUrlJsonPath,
String clientIdJsonPath,
String clientSecretJsonPath,
String serviceLocationJsonPath,
boolean useProviderTenant)
Factory method reading information about service from VCAP_SERVICES.
|
Constructor and Description |
---|
LeonardoMlService(ScpCfService mlService)
Create an instance with the ML service information provided.
|
Copyright © 2020 SAP SE. All rights reserved.