| 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 |
|---|---|
DescribeProjectResult |
AmazonSageMakerClient.describeProject(DescribeProjectRequest request)
Describes the details of a project.
|
DescribeProjectResult |
AbstractAmazonSageMaker.describeProject(DescribeProjectRequest request) |
DescribeProjectResult |
AmazonSageMaker.describeProject(DescribeProjectRequest describeProjectRequest)
Describes the details of a project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProjectResult> |
AmazonSageMakerAsyncClient.describeProjectAsync(DescribeProjectRequest request,
AsyncHandler<DescribeProjectRequest,DescribeProjectResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectResult |
DescribeProjectResult.clone() |
DescribeProjectResult |
DescribeProjectResult.withCreatedBy(UserContext createdBy) |
DescribeProjectResult |
DescribeProjectResult.withCreationTime(Date creationTime)
The time when the project was created.
|
DescribeProjectResult |
DescribeProjectResult.withLastModifiedBy(UserContext lastModifiedBy) |
DescribeProjectResult |
DescribeProjectResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp when project was last modified.
|
DescribeProjectResult |
DescribeProjectResult.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
DescribeProjectResult |
DescribeProjectResult.withProjectDescription(String projectDescription)
The description of the project.
|
DescribeProjectResult |
DescribeProjectResult.withProjectId(String projectId)
The ID of the project.
|
DescribeProjectResult |
DescribeProjectResult.withProjectName(String projectName)
The name of the project.
|
DescribeProjectResult |
DescribeProjectResult.withProjectStatus(ProjectStatus projectStatus)
The status of the project.
|
DescribeProjectResult |
DescribeProjectResult.withProjectStatus(String projectStatus)
The status of the project.
|
DescribeProjectResult |
DescribeProjectResult.withServiceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails)
Information about a provisioned service catalog product.
|
DescribeProjectResult |
DescribeProjectResult.withServiceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails)
Information used to provision a service catalog product.
|
Copyright © 2025. All rights reserved.