| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
EndpointInfo.clone() |
EndpointInfo |
EndpointPerformance.getEndpointInfo() |
EndpointInfo |
EndpointInfo.withEndpointName(String endpointName)
The name of a customer's endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointInfo> |
RecommendationJobInputConfig.getEndpoints()
Existing customer endpoints on which to run an Inference Recommender job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointPerformance.setEndpointInfo(EndpointInfo endpointInfo) |
EndpointPerformance |
EndpointPerformance.withEndpointInfo(EndpointInfo endpointInfo) |
RecommendationJobInputConfig |
RecommendationJobInputConfig.withEndpoints(EndpointInfo... endpoints)
Existing customer endpoints on which to run an Inference Recommender job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationJobInputConfig.setEndpoints(Collection<EndpointInfo> endpoints)
Existing customer endpoints on which to run an Inference Recommender job.
|
RecommendationJobInputConfig |
RecommendationJobInputConfig.withEndpoints(Collection<EndpointInfo> endpoints)
Existing customer endpoints on which to run an Inference Recommender job.
|
Copyright © 2023. All rights reserved.