| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointInfo |
EndpointPerformance.endpointInfo()
Returns the value of the EndpointInfo property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointInfo> |
RecommendationJobInputConfig.endpoints()
Existing customer endpoints on which to run an Inference Recommender job.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointPerformance.Builder |
EndpointPerformance.Builder.endpointInfo(EndpointInfo endpointInfo)
Sets the value of the EndpointInfo property for this object.
|
RecommendationJobInputConfig.Builder |
RecommendationJobInputConfig.Builder.endpoints(EndpointInfo... endpoints)
Existing customer endpoints on which to run an Inference Recommender job.
|
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobInputConfig.Builder |
RecommendationJobInputConfig.Builder.endpoints(Collection<EndpointInfo> endpoints)
Existing customer endpoints on which to run an Inference Recommender job.
|
Copyright © 2023. All rights reserved.