| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectResult |
AbstractAmazonSageMaker.updateProject(UpdateProjectRequest request) |
UpdateProjectResult |
AmazonSageMakerClient.updateProject(UpdateProjectRequest request)
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.
|
UpdateProjectResult |
AmazonSageMaker.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 |
|---|---|
Future<UpdateProjectResult> |
AbstractAmazonSageMakerAsync.updateProjectAsync(UpdateProjectRequest request) |
Future<UpdateProjectResult> |
AmazonSageMakerAsync.updateProjectAsync(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.
|
Future<UpdateProjectResult> |
AmazonSageMakerAsyncClient.updateProjectAsync(UpdateProjectRequest request) |
Future<UpdateProjectResult> |
AbstractAmazonSageMakerAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
Future<UpdateProjectResult> |
AmazonSageMakerAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
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.
|
Future<UpdateProjectResult> |
AmazonSageMakerAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProjectResult> |
AbstractAmazonSageMakerAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
Future<UpdateProjectResult> |
AmazonSageMakerAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
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.
|
Future<UpdateProjectResult> |
AmazonSageMakerAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectResult |
UpdateProjectResult.clone() |
UpdateProjectResult |
UpdateProjectResult.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
Copyright © 2024. All rights reserved.