public interface MlflowHostCreds
Modifier and Type | Method and Description |
---|---|
String |
getHost()
Hostname (e.g., http://localhost:5000) to MLflow server.
|
String |
getPassword()
Password to use with Basic authentication when talking to server.
|
String |
getToken()
Token to use with Bearer authentication when talking to server.
|
String |
getUsername()
Username to use with Basic authentication when talking to server.
|
boolean |
shouldIgnoreTlsVerification()
If true, we will not verify the server's hostname or TLS certificate.
|
String getHost()
String getUsername()
String getPassword()
String getToken()
boolean shouldIgnoreTlsVerification()
Copyright © 2018. All rights reserved.