| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary |
ProjectSummary.clone() |
ProjectSummary |
ProjectSummary.withCreationTime(Date creationTime)
The time that the project was created.
|
ProjectSummary |
ProjectSummary.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectSummary |
ProjectSummary.withProjectDescription(String projectDescription)
The description of the project.
|
ProjectSummary |
ProjectSummary.withProjectId(String projectId)
The ID of the project.
|
ProjectSummary |
ProjectSummary.withProjectName(String projectName)
The name of the project.
|
ProjectSummary |
ProjectSummary.withProjectStatus(ProjectStatus projectStatus)
The status of the project.
|
ProjectSummary |
ProjectSummary.withProjectStatus(String projectStatus)
The status of the project.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSummary> |
ListProjectsResult.getProjectSummaryList()
A list of summaries of projects.
|
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
ListProjectsResult.withProjectSummaryList(ProjectSummary... projectSummaryList)
A list of summaries of projects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsResult.setProjectSummaryList(Collection<ProjectSummary> projectSummaryList)
A list of summaries of projects.
|
ListProjectsResult |
ListProjectsResult.withProjectSummaryList(Collection<ProjectSummary> projectSummaryList)
A list of summaries of projects.
|
Copyright © 2024. All rights reserved.