| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateProjectResponse |
SageMakerClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training
to deploying an approved model.
|
default UpdateProjectResponse |
SageMakerClient.updateProject(UpdateProjectRequest updateProjectRequest)
Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training
to deploying an approved model.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateProjectResponse> |
SageMakerAsyncClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training
to deploying an approved model.
|
default CompletableFuture<UpdateProjectResponse> |
SageMakerAsyncClient.updateProject(UpdateProjectRequest updateProjectRequest)
Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training
to deploying an approved model.
|
Copyright © 2023. All rights reserved.