Uses of Interface
software.amazon.awssdk.services.bedrock.model.SageMakerEndpoint.Builder
-
Packages that use SageMakerEndpoint.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of SageMakerEndpoint.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return SageMakerEndpoint.Builder Modifier and Type Method Description static SageMakerEndpoint.BuilderSageMakerEndpoint. builder()SageMakerEndpoint.BuilderSageMakerEndpoint.Builder. executionRole(String executionRole)The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on Amazon EC2 compute instances or for batch transform jobs.SageMakerEndpoint.BuilderSageMakerEndpoint.Builder. initialInstanceCount(Integer initialInstanceCount)The number of Amazon EC2 compute instances to deploy for initial endpoint creation.SageMakerEndpoint.BuilderSageMakerEndpoint.Builder. instanceType(String instanceType)The Amazon EC2 compute instance type to deploy for hosting the model.SageMakerEndpoint.BuilderSageMakerEndpoint.Builder. kmsEncryptionKey(String kmsEncryptionKey)The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the Amazon EC2 compute instance that hosts the endpoint.SageMakerEndpoint.BuilderSageMakerEndpoint. toBuilder()default SageMakerEndpoint.BuilderSageMakerEndpoint.Builder. vpc(Consumer<VpcConfig.Builder> vpc)The VPC configuration for the endpoint.SageMakerEndpoint.BuilderSageMakerEndpoint.Builder. vpc(VpcConfig vpc)The VPC configuration for the endpoint.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type SageMakerEndpoint.Builder Modifier and Type Method Description static Class<? extends SageMakerEndpoint.Builder>SageMakerEndpoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type SageMakerEndpoint.Builder Modifier and Type Method Description static EndpointConfigEndpointConfig. fromSageMaker(Consumer<SageMakerEndpoint.Builder> sageMaker)Create an instance of this class withEndpointConfig.sageMaker()initialized to the given value.default EndpointConfig.BuilderEndpointConfig.Builder. sageMaker(Consumer<SageMakerEndpoint.Builder> sageMaker)The configuration specific to Amazon SageMaker for the endpoint.
-