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