| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.clone() |
Project |
SearchRecord.getProject()
The properties of a project.
|
Project |
Project.withCreatedBy(UserContext createdBy)
Who created the project.
|
Project |
Project.withCreationTime(Date creationTime)
A timestamp specifying when the project was created.
|
Project |
Project.withLastModifiedBy(UserContext lastModifiedBy) |
Project |
Project.withLastModifiedTime(Date lastModifiedTime)
A timestamp container for when the project was last modified.
|
Project |
Project.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
Project |
Project.withProjectDescription(String projectDescription)
The description of the project.
|
Project |
Project.withProjectId(String projectId)
The ID of the project.
|
Project |
Project.withProjectName(String projectName)
The name of the project.
|
Project |
Project.withProjectStatus(ProjectStatus projectStatus)
The status of the project.
|
Project |
Project.withProjectStatus(String projectStatus)
The status of the project.
|
Project |
Project.withServiceCatalogProvisionedProductDetails(ServiceCatalogProvisionedProductDetails serviceCatalogProvisionedProductDetails) |
Project |
Project.withServiceCatalogProvisioningDetails(ServiceCatalogProvisioningDetails serviceCatalogProvisioningDetails) |
Project |
Project.withTags(Collection<Tag> tags)
An array of key-value pairs.
|
Project |
Project.withTags(Tag... tags)
An array of key-value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setProject(Project project)
The properties of a project.
|
SearchRecord |
SearchRecord.withProject(Project project)
The properties of a project.
|
Copyright © 2023. All rights reserved.