Class RecommendationJobInferenceBenchmark
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.RecommendationJobInferenceBenchmark
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecommendationJobInferenceBenchmark.Builder,RecommendationJobInferenceBenchmark>
@Generated("software.amazon.awssdk:codegen") public final class RecommendationJobInferenceBenchmark extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationJobInferenceBenchmark.Builder,RecommendationJobInferenceBenchmark>
The details for a specific benchmark from an Inference Recommender job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendationJobInferenceBenchmark.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationJobInferenceBenchmark.Builderbuilder()EndpointOutputConfigurationendpointConfiguration()Returns the value of the EndpointConfiguration property for this object.InferenceMetricsendpointMetrics()Returns the value of the EndpointMetrics property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()The reason why a benchmark failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantinvocationEndTime()A timestamp that shows when the benchmark completed.InstantinvocationStartTime()A timestamp that shows when the benchmark started.RecommendationMetricsmetrics()Returns the value of the Metrics property for this object.ModelConfigurationmodelConfiguration()Returns the value of the ModelConfiguration property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RecommendationJobInferenceBenchmark.Builder>serializableBuilderClass()RecommendationJobInferenceBenchmark.BuildertoBuilder()StringtoString()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 RecommendationMetrics metrics()
Returns the value of the Metrics property for this object.- Returns:
- The value of the Metrics property for this object.
-
endpointMetrics
public final InferenceMetrics endpointMetrics()
Returns the value of the EndpointMetrics property for this object.- Returns:
- The value of the EndpointMetrics property for this object.
-
endpointConfiguration
public final EndpointOutputConfiguration endpointConfiguration()
Returns the value of the EndpointConfiguration property for this object.- Returns:
- The value of the EndpointConfiguration property for this object.
-
modelConfiguration
public final ModelConfiguration modelConfiguration()
Returns the value of the ModelConfiguration property for this object.- Returns:
- The value of the ModelConfiguration property for this object.
-
failureReason
public final String failureReason()
The reason why a benchmark failed.
- Returns:
- The reason why a benchmark failed.
-
invocationEndTime
public final Instant invocationEndTime()
A timestamp that shows when the benchmark completed.
- Returns:
- A timestamp that shows when the benchmark completed.
-
invocationStartTime
public final Instant invocationStartTime()
A timestamp that shows when the benchmark started.
- Returns:
- A timestamp that shows when the benchmark started.
-
toBuilder
public RecommendationJobInferenceBenchmark.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecommendationJobInferenceBenchmark.Builder,RecommendationJobInferenceBenchmark>
-
builder
public static RecommendationJobInferenceBenchmark.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecommendationJobInferenceBenchmark.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
sdkFieldNameToFieldin interfaceSdkPojo
-
-