Package com.sforce.soap.metadata
Class MlModelConnection
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.MlModelConnection
-
-
Constructor Summary
Constructors Constructor Description MlModelConnection()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDeployStatus
public MlModelDeployStatus getDeployStatus()
-
setDeployStatus
public void setDeployStatus(MlModelDeployStatus deployStatus)
-
setDeployStatus
protected void setDeployStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEndpoints
public MlModelEndpoint[] getEndpoints()
-
setEndpoints
public void setEndpoints(MlModelEndpoint[] endpoints)
-
setEndpoints
protected void setEndpoints(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExternalSystemRegistry
public String getExternalSystemRegistry()
-
setExternalSystemRegistry
public void setExternalSystemRegistry(String externalSystemRegistry)
-
setExternalSystemRegistry
protected void setExternalSystemRegistry(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFoundationalModelName
public String getFoundationalModelName()
-
setFoundationalModelName
public void setFoundationalModelName(String foundationalModelName)
-
setFoundationalModelName
protected void setFoundationalModelName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputFeatures
public MlModelOutput[] getOutputFeatures()
-
setOutputFeatures
public void setOutputFeatures(MlModelOutput[] outputFeatures)
-
setOutputFeatures
protected void setOutputFeatures(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRegisteredModelApiName
public String getRegisteredModelApiName()
-
setRegisteredModelApiName
public void setRegisteredModelApiName(String registeredModelApiName)
-
setRegisteredModelApiName
protected void setRegisteredModelApiName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public MlModelConnectorType getType()
-
setType
public void setType(MlModelConnectorType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-