| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceRecommendation |
InferenceRecommendation.clone() |
InferenceRecommendation |
InferenceRecommendation.withEndpointConfiguration(EndpointOutputConfiguration endpointConfiguration)
Defines the endpoint configuration parameters.
|
InferenceRecommendation |
InferenceRecommendation.withInvocationEndTime(Date invocationEndTime)
A timestamp that shows when the benchmark completed.
|
InferenceRecommendation |
InferenceRecommendation.withInvocationStartTime(Date invocationStartTime)
A timestamp that shows when the benchmark started.
|
InferenceRecommendation |
InferenceRecommendation.withMetrics(RecommendationMetrics metrics)
The metrics used to decide what recommendation to make.
|
InferenceRecommendation |
InferenceRecommendation.withModelConfiguration(ModelConfiguration modelConfiguration)
Defines the model configuration.
|
InferenceRecommendation |
InferenceRecommendation.withRecommendationId(String recommendationId)
The recommendation ID which uniquely identifies each recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<InferenceRecommendation> |
DescribeInferenceRecommendationsJobResult.getInferenceRecommendations()
The recommendations made by Inference Recommender.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withInferenceRecommendations(InferenceRecommendation... inferenceRecommendations)
The recommendations made by Inference Recommender.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInferenceRecommendationsJobResult.setInferenceRecommendations(Collection<InferenceRecommendation> inferenceRecommendations)
The recommendations made by Inference Recommender.
|
DescribeInferenceRecommendationsJobResult |
DescribeInferenceRecommendationsJobResult.withInferenceRecommendations(Collection<InferenceRecommendation> inferenceRecommendations)
The recommendations made by Inference Recommender.
|
Copyright © 2025. All rights reserved.