| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAlgorithmResponse |
SageMakerClient.createAlgorithm(Consumer<CreateAlgorithmRequest.Builder> createAlgorithmRequest)
Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services
Marketplace.
|
default CreateAlgorithmResponse |
SageMakerClient.createAlgorithm(CreateAlgorithmRequest createAlgorithmRequest)
Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services
Marketplace.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateAlgorithmResponse> |
SageMakerAsyncClient.createAlgorithm(Consumer<CreateAlgorithmRequest.Builder> createAlgorithmRequest)
Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services
Marketplace.
|
default CompletableFuture<CreateAlgorithmResponse> |
SageMakerAsyncClient.createAlgorithm(CreateAlgorithmRequest createAlgorithmRequest)
Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services
Marketplace.
|
Copyright © 2023. All rights reserved.