| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateEndpointResponse |
SageMakerClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
default CompletableFuture<CreateEndpointResponse> |
SageMakerAsyncClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates an endpoint using the endpoint configuration specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateEndpointRequest.Builder |
CreateEndpointRequest.builder() |
default CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
Sets the value of the DeploymentConfig property for this object.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.deploymentConfig(DeploymentConfig deploymentConfig)
Sets the value of the DeploymentConfig property for this object.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.endpointConfigName(String endpointConfigName)
The name of an endpoint configuration.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.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.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Tag... tags)
An array of key-value pairs.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEndpointRequest.Builder> |
CreateEndpointRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.