Uses of Class
software.amazon.awssdk.services.bedrock.model.EndpointConfig
-
Packages that use EndpointConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EndpointConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EndpointConfig Modifier and Type Method Description EndpointConfigCreateMarketplaceModelEndpointRequest. endpointConfig()The configuration for the endpoint, including the number and type of instances to use.EndpointConfigMarketplaceModelEndpoint. endpointConfig()The configuration of the endpoint, including the number and type of instances used.EndpointConfigUpdateMarketplaceModelEndpointRequest. endpointConfig()The new configuration for the endpoint, including the number and type of instances to use.static EndpointConfigEndpointConfig. fromSageMaker(Consumer<SageMakerEndpoint.Builder> sageMaker)Create an instance of this class withsageMaker()initialized to the given value.static EndpointConfigEndpointConfig. fromSageMaker(SageMakerEndpoint sageMaker)Create an instance of this class withsageMaker()initialized to the given value.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type EndpointConfig Modifier and Type Method Description CreateMarketplaceModelEndpointRequest.BuilderCreateMarketplaceModelEndpointRequest.Builder. endpointConfig(EndpointConfig endpointConfig)The configuration for the endpoint, including the number and type of instances to use.MarketplaceModelEndpoint.BuilderMarketplaceModelEndpoint.Builder. endpointConfig(EndpointConfig endpointConfig)The configuration of the endpoint, including the number and type of instances used.UpdateMarketplaceModelEndpointRequest.BuilderUpdateMarketplaceModelEndpointRequest.Builder. endpointConfig(EndpointConfig endpointConfig)The new configuration for the endpoint, including the number and type of instances to use.
-