Project.Builder |
Project.Builder.activeExperimentCount(Long activeExperimentCount) |
The number of ongoing experiments currently in the project.
|
Project.Builder |
Project.Builder.activeLaunchCount(Long activeLaunchCount) |
The number of ongoing launches currently in the project.
|
default Project.Builder |
Project.Builder.appConfigResource(Consumer<ProjectAppConfigResource.Builder> appConfigResource) |
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
Project.Builder |
Project.Builder.appConfigResource(ProjectAppConfigResource appConfigResource) |
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
Project.Builder |
Project.Builder.arn(String arn) |
The name or ARN of the project.
|
static Project.Builder |
Project.builder() |
|
Project.Builder |
Project.Builder.createdTime(Instant createdTime) |
The date and time that the project is created.
|
default Project.Builder |
Project.Builder.dataDelivery(Consumer<ProjectDataDelivery.Builder> dataDelivery) |
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
Project.Builder |
Project.Builder.dataDelivery(ProjectDataDelivery dataDelivery) |
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
Project.Builder |
Project.Builder.description(String description) |
The user-entered description of the project.
|
Project.Builder |
Project.Builder.experimentCount(Long experimentCount) |
The number of experiments currently in the project.
|
Project.Builder |
Project.Builder.featureCount(Long featureCount) |
The number of features currently in the project.
|
Project.Builder |
Project.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time that the project was most recently updated.
|
Project.Builder |
Project.Builder.launchCount(Long launchCount) |
The number of launches currently in the project.
|
Project.Builder |
Project.Builder.name(String name) |
The name of the project.
|
Project.Builder |
Project.Builder.status(String status) |
The current state of the project.
|
Project.Builder |
Project.Builder.status(ProjectStatus status) |
The current state of the project.
|
Project.Builder |
Project.Builder.tags(Map<String,String> tags) |
The list of tag keys and values associated with this project.
|
Project.Builder |
Project.toBuilder() |
|