| 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 |
|---|---|
Future<DescribeProjectResult> |
AbstractAmazonSageMakerAsync.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
Future<DescribeProjectResult> |
AmazonSageMakerAsync.describeProjectAsync(DescribeProjectRequest describeProjectRequest,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler)
Describes the details of a project.
|
Future<DescribeProjectResult> |
AmazonSageMakerAsyncClient.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectRequest |
DescribeProjectRequest.clone() |
DescribeProjectRequest |
DescribeProjectRequest.withProjectName(String projectName)
The name of the project to describe.
|
Copyright © 2023. All rights reserved.