Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CreateEndpointRequest.Builder
-
Packages that use CreateEndpointRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of CreateEndpointRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type CreateEndpointRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateEndpointResponse>SageMakerAsyncClient. createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)Creates an endpoint using the endpoint configuration specified in the request.default CreateEndpointResponseSageMakerClient. createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)Creates an endpoint using the endpoint configuration specified in the request. -
Uses of CreateEndpointRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CreateEndpointRequest.Builder Modifier and Type Method Description static CreateEndpointRequest.BuilderCreateEndpointRequest. builder()default CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)Sets the value of the DeploymentConfig property for this object.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. deploymentConfig(DeploymentConfig deploymentConfig)Sets the value of the DeploymentConfig property for this object.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. endpointConfigName(String endpointConfigName)The name of an endpoint configuration.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. endpointName(String endpointName)The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. tags(Collection<Tag> tags)An array of key-value pairs.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. tags(Consumer<Tag.Builder>... tags)An array of key-value pairs.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. tags(Tag... tags)An array of key-value pairs.CreateEndpointRequest.BuilderCreateEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CreateEndpointRequest.Builder Modifier and Type Method Description static Class<? extends CreateEndpointRequest.Builder>CreateEndpointRequest. serializableBuilderClass()
-