ProjectDescription.Builder |
ProjectDescription.Builder.autoUpdate(String autoUpdate) |
Indicates whether automatic retraining will be attempted for the versions of the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.autoUpdate(ProjectAutoUpdate autoUpdate) |
Indicates whether automatic retraining will be attempted for the versions of the project.
|
static ProjectDescription.Builder |
ProjectDescription.builder() |
|
ProjectDescription.Builder |
ProjectDescription.Builder.creationTimestamp(Instant creationTimestamp) |
The Unix timestamp for the date and time that the project was created.
|
ProjectDescription.Builder |
ProjectDescription.Builder.datasets(Collection<DatasetMetadata> datasets) |
Information about the training and test datasets in the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.datasets(Consumer<DatasetMetadata.Builder>... datasets) |
Information about the training and test datasets in the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.datasets(DatasetMetadata... datasets) |
Information about the training and test datasets in the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.feature(String feature) |
Specifies the project that is being customized.
|
ProjectDescription.Builder |
ProjectDescription.Builder.feature(CustomizationFeature feature) |
Specifies the project that is being customized.
|
ProjectDescription.Builder |
ProjectDescription.Builder.projectArn(String projectArn) |
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.status(String status) |
The current status of the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.status(ProjectStatus status) |
The current status of the project.
|
ProjectDescription.Builder |
ProjectDescription.toBuilder() |
|