| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.builder() |
default RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.Builder.endpointConfiguration(Consumer<EndpointOutputConfiguration.Builder> endpointConfiguration)
Sets the value of the EndpointConfiguration property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.Builder.endpointConfiguration(EndpointOutputConfiguration endpointConfiguration)
Sets the value of the EndpointConfiguration property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.Builder.failureReason(String failureReason)
The reason why a benchmark failed.
|
default RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.Builder.metrics(Consumer<RecommendationMetrics.Builder> metrics)
Sets the value of the Metrics property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.Builder.metrics(RecommendationMetrics metrics)
Sets the value of the Metrics property for this object.
|
default RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.Builder.modelConfiguration(Consumer<ModelConfiguration.Builder> modelConfiguration)
Sets the value of the ModelConfiguration property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.Builder.modelConfiguration(ModelConfiguration modelConfiguration)
Sets the value of the ModelConfiguration property for this object.
|
RecommendationJobInferenceBenchmark.Builder |
RecommendationJobInferenceBenchmark.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecommendationJobInferenceBenchmark.Builder> |
RecommendationJobInferenceBenchmark.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InferenceRecommendationsJobStep.Builder |
InferenceRecommendationsJobStep.Builder.inferenceBenchmark(Consumer<RecommendationJobInferenceBenchmark.Builder> inferenceBenchmark)
The details for a specific benchmark.
|
Copyright © 2022. All rights reserved.