Package com.sforce.soap.metadata
Class MlModelSchema
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.MlModelSchema
-
-
Constructor Summary
Constructors Constructor Description MlModelSchema()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getFormat
public MlInferenceFormat getFormat()
-
setFormat
public void setFormat(MlInferenceFormat format)
-
setFormat
protected void setFormat(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsMultiRowPrediction
public boolean getIsMultiRowPrediction()
-
isIsMultiRowPrediction
public boolean isIsMultiRowPrediction()
-
setIsMultiRowPrediction
public void setIsMultiRowPrediction(boolean isMultiRowPrediction)
-
setIsMultiRowPrediction
protected void setIsMultiRowPrediction(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
-
getMultiRowPredictionKey
public String getMultiRowPredictionKey()
-
setMultiRowPredictionKey
public void setMultiRowPredictionKey(String multiRowPredictionKey)
-
setMultiRowPredictionKey
protected void setMultiRowPredictionKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMultiRowResultKey
public String getMultiRowResultKey()
-
setMultiRowResultKey
public void setMultiRowResultKey(String multiRowResultKey)
-
setMultiRowResultKey
protected void setMultiRowResultKey(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSchema
public String getSchema()
-
setSchema
public void setSchema(String schema)
-
setSchema
protected void setSchema(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
-
-