Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointInfo
-
Packages that use EndpointInfo Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointInfo in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointInfo Modifier and Type Method Description EndpointInfoEndpointPerformance. endpointInfo()Returns the value of the EndpointInfo property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointInfo Modifier and Type Method Description List<EndpointInfo>RecommendationJobInputConfig. endpoints()Existing customer endpoints on which to run an Inference Recommender job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointInfo Modifier and Type Method Description EndpointPerformance.BuilderEndpointPerformance.Builder. endpointInfo(EndpointInfo endpointInfo)Sets the value of the EndpointInfo property for this object.RecommendationJobInputConfig.BuilderRecommendationJobInputConfig.Builder. endpoints(EndpointInfo... endpoints)Existing customer endpoints on which to run an Inference Recommender job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EndpointInfo Modifier and Type Method Description RecommendationJobInputConfig.BuilderRecommendationJobInputConfig.Builder. endpoints(Collection<EndpointInfo> endpoints)Existing customer endpoints on which to run an Inference Recommender job.
-