| 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 |
|---|---|
CreateProjectResult |
AbstractAmazonSageMaker.createProject(CreateProjectRequest request) |
CreateProjectResult |
AmazonSageMakerClient.createProject(CreateProjectRequest request)
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.
|
CreateProjectResult |
AmazonSageMaker.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 |
|---|---|
Future<CreateProjectResult> |
AbstractAmazonSageMakerAsync.createProjectAsync(CreateProjectRequest request) |
Future<CreateProjectResult> |
AmazonSageMakerAsync.createProjectAsync(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.
|
Future<CreateProjectResult> |
AmazonSageMakerAsyncClient.createProjectAsync(CreateProjectRequest request) |
Future<CreateProjectResult> |
AbstractAmazonSageMakerAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AmazonSageMakerAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
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.
|
Future<CreateProjectResult> |
AmazonSageMakerAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AbstractAmazonSageMakerAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AmazonSageMakerAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
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.
|
Future<CreateProjectResult> |
AmazonSageMakerAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
CreateProjectResult.clone() |
CreateProjectResult |
CreateProjectResult.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
CreateProjectResult |
CreateProjectResult.withProjectId(String projectId)
The ID of the new project.
|
Copyright © 2024. All rights reserved.