| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateProjectResponse> |
SageMakerAsyncClient.createProject(CreateProjectRequest createProjectRequest)
Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from
training to deploying an approved model.
|
default CreateProjectResponse |
SageMakerClient.createProject(CreateProjectRequest createProjectRequest)
Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from
training to deploying an approved model.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
CreateProjectRequestMarshaller.marshall(CreateProjectRequest createProjectRequest) |
Copyright © 2020. All rights reserved.