public static interface ProjectDescription.Builder extends SdkPojo, CopyableBuilder<ProjectDescription.Builder,ProjectDescription>
| Modifier and Type | Method and Description |
|---|---|
ProjectDescription.Builder |
autoUpdate(ProjectAutoUpdate autoUpdate)
Indicates whether automatic retraining will be attempted for the versions of the project.
|
ProjectDescription.Builder |
autoUpdate(String autoUpdate)
Indicates whether automatic retraining will be attempted for the versions of the project.
|
ProjectDescription.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the date and time that the project was created.
|
ProjectDescription.Builder |
datasets(Collection<DatasetMetadata> datasets)
Information about the training and test datasets in the project.
|
ProjectDescription.Builder |
datasets(Consumer<DatasetMetadata.Builder>... datasets)
Information about the training and test datasets in the project.
|
ProjectDescription.Builder |
datasets(DatasetMetadata... datasets)
Information about the training and test datasets in the project.
|
ProjectDescription.Builder |
feature(CustomizationFeature feature)
Specifies the project that is being customized.
|
ProjectDescription.Builder |
feature(String feature)
Specifies the project that is being customized.
|
ProjectDescription.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription.Builder |
status(ProjectStatus status)
The current status of the project.
|
ProjectDescription.Builder |
status(String status)
The current status of the project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectDescription.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn - The Amazon Resource Name (ARN) of the project.ProjectDescription.Builder creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the date and time that the project was created.
creationTimestamp - The Unix timestamp for the date and time that the project was created.ProjectDescription.Builder status(String status)
The current status of the project.
status - The current status of the project.ProjectStatus,
ProjectStatusProjectDescription.Builder status(ProjectStatus status)
The current status of the project.
status - The current status of the project.ProjectStatus,
ProjectStatusProjectDescription.Builder datasets(Collection<DatasetMetadata> datasets)
Information about the training and test datasets in the project.
datasets - Information about the training and test datasets in the project.ProjectDescription.Builder datasets(DatasetMetadata... datasets)
Information about the training and test datasets in the project.
datasets - Information about the training and test datasets in the project.ProjectDescription.Builder datasets(Consumer<DatasetMetadata.Builder>... datasets)
Information about the training and test datasets in the project.
This is a convenience method that creates an instance of theDatasetMetadata.Builder avoiding the need to create
one manually via DatasetMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #datasets(List.
datasets - a consumer that will call methods on
DatasetMetadata.Builder#datasets(java.util.Collection) ProjectDescription.Builder feature(String feature)
Specifies the project that is being customized.
feature - Specifies the project that is being customized.CustomizationFeature,
CustomizationFeatureProjectDescription.Builder feature(CustomizationFeature feature)
Specifies the project that is being customized.
feature - Specifies the project that is being customized.CustomizationFeature,
CustomizationFeatureProjectDescription.Builder autoUpdate(String autoUpdate)
Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
autoUpdate - Indicates whether automatic retraining will be attempted for the versions of the project. Applies only
to adapters.ProjectAutoUpdate,
ProjectAutoUpdateProjectDescription.Builder autoUpdate(ProjectAutoUpdate autoUpdate)
Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
autoUpdate - Indicates whether automatic retraining will be attempted for the versions of the project. Applies only
to adapters.ProjectAutoUpdate,
ProjectAutoUpdateCopyright © 2023. All rights reserved.