Package com.sforce.soap.metadata
Class MlModelEndpoint
- java.lang.Object
-
- com.sforce.soap.metadata.MlModelEndpoint
-
-
Constructor Summary
Constructors Constructor Description MlModelEndpoint()Constructor
-
Method Summary
-
-
-
Method Detail
-
getInputSchema
public String getInputSchema()
-
setInputSchema
public void setInputSchema(String inputSchema)
-
setInputSchema
protected void setInputSchema(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
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputSchema
public String getOutputSchema()
-
setOutputSchema
public void setOutputSchema(String outputSchema)
-
setOutputSchema
protected void setOutputSchema(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputs
public MlModelOutputEndpoint[] getOutputs()
-
setOutputs
public void setOutputs(MlModelOutputEndpoint[] outputs)
-
setOutputs
protected void setOutputs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public MlModelEndpointType getType()
-
setType
public void setType(MlModelEndpointType type)
-
setType
protected void setType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
setUrl
protected void setUrl(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- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-