Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointInputConfiguration
-
Packages that use EndpointInputConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointInputConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointInputConfiguration Modifier and Type Method Description List<EndpointInputConfiguration>RecommendationJobInputConfig. endpointConfigurations()Specifies the endpoint configuration to use for a job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointInputConfiguration Modifier and Type Method Description RecommendationJobInputConfig.BuilderRecommendationJobInputConfig.Builder. endpointConfigurations(EndpointInputConfiguration... endpointConfigurations)Specifies the endpoint configuration to use for a job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EndpointInputConfiguration Modifier and Type Method Description RecommendationJobInputConfig.BuilderRecommendationJobInputConfig.Builder. endpointConfigurations(Collection<EndpointInputConfiguration> endpointConfigurations)Specifies the endpoint configuration to use for a job.
-