Uses of Interface
software.amazon.awssdk.services.bedrock.model.EndpointConfig.Builder
-
Packages that use EndpointConfig.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of EndpointConfig.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return EndpointConfig.Builder Modifier and Type Method Description static EndpointConfig.BuilderEndpointConfig. builder()default EndpointConfig.BuilderEndpointConfig.Builder. sageMaker(Consumer<SageMakerEndpoint.Builder> sageMaker)The configuration specific to Amazon SageMaker for the endpoint.EndpointConfig.BuilderEndpointConfig.Builder. sageMaker(SageMakerEndpoint sageMaker)The configuration specific to Amazon SageMaker for the endpoint.EndpointConfig.BuilderEndpointConfig. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type EndpointConfig.Builder Modifier and Type Method Description static Class<? extends EndpointConfig.Builder>EndpointConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type EndpointConfig.Builder Modifier and Type Method Description default CreateMarketplaceModelEndpointRequest.BuilderCreateMarketplaceModelEndpointRequest.Builder. endpointConfig(Consumer<EndpointConfig.Builder> endpointConfig)The configuration for the endpoint, including the number and type of instances to use.default MarketplaceModelEndpoint.BuilderMarketplaceModelEndpoint.Builder. endpointConfig(Consumer<EndpointConfig.Builder> endpointConfig)The configuration of the endpoint, including the number and type of instances used.default UpdateMarketplaceModelEndpointRequest.BuilderUpdateMarketplaceModelEndpointRequest.Builder. endpointConfig(Consumer<EndpointConfig.Builder> endpointConfig)The new configuration for the endpoint, including the number and type of instances to use.
-