Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateProjectRequest
-
Packages that use UpdateProjectRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of UpdateProjectRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type UpdateProjectRequest Modifier and Type Method Description 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.default UpdateProjectResponseSageMakerClient. 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. -
Uses of UpdateProjectRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type UpdateProjectRequest Modifier and Type Method Description SdkHttpFullRequestUpdateProjectRequestMarshaller. marshall(UpdateProjectRequest updateProjectRequest)
-