| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAppResponse |
SageMakerClient.createApp(Consumer<CreateAppRequest.Builder> createAppRequest)
Creates a running app for the specified UserProfile.
|
default CreateAppResponse |
SageMakerClient.createApp(CreateAppRequest createAppRequest)
Creates a running app for the specified UserProfile.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateAppResponse> |
SageMakerAsyncClient.createApp(Consumer<CreateAppRequest.Builder> createAppRequest)
Creates a running app for the specified UserProfile.
|
default CompletableFuture<CreateAppResponse> |
SageMakerAsyncClient.createApp(CreateAppRequest createAppRequest)
Creates a running app for the specified UserProfile.
|
Copyright © 2022. All rights reserved.