Class EndpointPerformance
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EndpointPerformance
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<EndpointPerformance.Builder,EndpointPerformance>
@Generated("software.amazon.awssdk:codegen") public final class EndpointPerformance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointPerformance.Builder,EndpointPerformance>
The performance results from running an Inference Recommender job on an existing endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EndpointPerformance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointPerformance.Builder
builder()
EndpointInfo
endpointInfo()
Returns the value of the EndpointInfo property for this object.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
InferenceMetrics
metrics()
The metrics for an existing endpoint.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends EndpointPerformance.Builder>
serializableBuilderClass()
EndpointPerformance.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
metrics
public final InferenceMetrics metrics()
The metrics for an existing endpoint.
- Returns:
- The metrics for an existing endpoint.
-
endpointInfo
public final EndpointInfo endpointInfo()
Returns the value of the EndpointInfo property for this object.- Returns:
- The value of the EndpointInfo property for this object.
-
toBuilder
public EndpointPerformance.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<EndpointPerformance.Builder,EndpointPerformance>
-
builder
public static EndpointPerformance.Builder builder()
-
serializableBuilderClass
public static Class<? extends EndpointPerformance.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-