Uses of Class
software.amazon.awssdk.services.bedrock.model.SageMakerEndpoint
-
Packages that use SageMakerEndpoint Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of SageMakerEndpoint in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return SageMakerEndpoint Modifier and Type Method Description SageMakerEndpointEndpointConfig. sageMaker()The configuration specific to Amazon SageMaker for the endpoint.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type SageMakerEndpoint Modifier and Type Method Description static EndpointConfigEndpointConfig. fromSageMaker(SageMakerEndpoint sageMaker)Create an instance of this class withEndpointConfig.sageMaker()initialized to the given value.EndpointConfig.BuilderEndpointConfig.Builder. sageMaker(SageMakerEndpoint sageMaker)The configuration specific to Amazon SageMaker for the endpoint.
-