@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluatedExternalModel extends Object implements Serializable, Cloneable, StructuredPojo
The details of the external (Amazon Sagemaker) model evaluated for generating predictions.
Constructor and Description |
---|
EvaluatedExternalModel() |
Modifier and Type | Method and Description |
---|---|
EvaluatedExternalModel |
addInputVariablesEntry(String key,
String value)
Add a single InputVariables entry
|
EvaluatedExternalModel |
addOutputVariablesEntry(String key,
String value)
Add a single OutputVariables entry
|
EvaluatedExternalModel |
clearInputVariablesEntries()
Removes all the entries added into InputVariables.
|
EvaluatedExternalModel |
clearOutputVariablesEntries()
Removes all the entries added into OutputVariables.
|
EvaluatedExternalModel |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getInputVariables()
Input variables use for generating predictions.
|
String |
getModelEndpoint()
The endpoint of the external (Amazon Sagemaker) model.
|
Map<String,String> |
getOutputVariables()
Output variables.
|
Boolean |
getUseEventVariables()
Indicates whether event variables were used to generate predictions.
|
int |
hashCode() |
Boolean |
isUseEventVariables()
Indicates whether event variables were used to generate predictions.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputVariables(Map<String,String> inputVariables)
Input variables use for generating predictions.
|
void |
setModelEndpoint(String modelEndpoint)
The endpoint of the external (Amazon Sagemaker) model.
|
void |
setOutputVariables(Map<String,String> outputVariables)
Output variables.
|
void |
setUseEventVariables(Boolean useEventVariables)
Indicates whether event variables were used to generate predictions.
|
String |
toString()
Returns a string representation of this object.
|
EvaluatedExternalModel |
withInputVariables(Map<String,String> inputVariables)
Input variables use for generating predictions.
|
EvaluatedExternalModel |
withModelEndpoint(String modelEndpoint)
The endpoint of the external (Amazon Sagemaker) model.
|
EvaluatedExternalModel |
withOutputVariables(Map<String,String> outputVariables)
Output variables.
|
EvaluatedExternalModel |
withUseEventVariables(Boolean useEventVariables)
Indicates whether event variables were used to generate predictions.
|
public void setModelEndpoint(String modelEndpoint)
The endpoint of the external (Amazon Sagemaker) model.
modelEndpoint
- The endpoint of the external (Amazon Sagemaker) model.public String getModelEndpoint()
The endpoint of the external (Amazon Sagemaker) model.
public EvaluatedExternalModel withModelEndpoint(String modelEndpoint)
The endpoint of the external (Amazon Sagemaker) model.
modelEndpoint
- The endpoint of the external (Amazon Sagemaker) model.public void setUseEventVariables(Boolean useEventVariables)
Indicates whether event variables were used to generate predictions.
useEventVariables
- Indicates whether event variables were used to generate predictions.public Boolean getUseEventVariables()
Indicates whether event variables were used to generate predictions.
public EvaluatedExternalModel withUseEventVariables(Boolean useEventVariables)
Indicates whether event variables were used to generate predictions.
useEventVariables
- Indicates whether event variables were used to generate predictions.public Boolean isUseEventVariables()
Indicates whether event variables were used to generate predictions.
public Map<String,String> getInputVariables()
Input variables use for generating predictions.
public void setInputVariables(Map<String,String> inputVariables)
Input variables use for generating predictions.
inputVariables
- Input variables use for generating predictions.public EvaluatedExternalModel withInputVariables(Map<String,String> inputVariables)
Input variables use for generating predictions.
inputVariables
- Input variables use for generating predictions.public EvaluatedExternalModel addInputVariablesEntry(String key, String value)
public EvaluatedExternalModel clearInputVariablesEntries()
public Map<String,String> getOutputVariables()
Output variables.
public void setOutputVariables(Map<String,String> outputVariables)
Output variables.
outputVariables
- Output variables.public EvaluatedExternalModel withOutputVariables(Map<String,String> outputVariables)
Output variables.
outputVariables
- Output variables.public EvaluatedExternalModel addOutputVariablesEntry(String key, String value)
public EvaluatedExternalModel clearOutputVariablesEntries()
public String toString()
toString
in class Object
Object.toString()
public EvaluatedExternalModel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.