@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointPerformance extends Object implements Serializable, Cloneable, StructuredPojo
The performance results from running an Inference Recommender job on an existing endpoint.
| Constructor and Description |
|---|
EndpointPerformance() |
| Modifier and Type | Method and Description |
|---|---|
EndpointPerformance |
clone() |
boolean |
equals(Object obj) |
EndpointInfo |
getEndpointInfo() |
InferenceMetrics |
getMetrics()
The metrics for an existing endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEndpointInfo(EndpointInfo endpointInfo) |
void |
setMetrics(InferenceMetrics metrics)
The metrics for an existing endpoint.
|
String |
toString()
Returns a string representation of this object.
|
EndpointPerformance |
withEndpointInfo(EndpointInfo endpointInfo) |
EndpointPerformance |
withMetrics(InferenceMetrics metrics)
The metrics for an existing endpoint.
|
public void setMetrics(InferenceMetrics metrics)
The metrics for an existing endpoint.
metrics - The metrics for an existing endpoint.public InferenceMetrics getMetrics()
The metrics for an existing endpoint.
public EndpointPerformance withMetrics(InferenceMetrics metrics)
The metrics for an existing endpoint.
metrics - The metrics for an existing endpoint.public void setEndpointInfo(EndpointInfo endpointInfo)
endpointInfo - public EndpointInfo getEndpointInfo()
public EndpointPerformance withEndpointInfo(EndpointInfo endpointInfo)
endpointInfo - public String toString()
toString in class ObjectObject.toString()public EndpointPerformance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.