| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently |
You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of
your users while you roll out the feature.
|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectResponse |
EvidentlyClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
|
default CompletableFuture<CreateProjectResponse> |
EvidentlyAsyncClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.appConfigResource(Consumer<ProjectAppConfigResourceConfig.Builder> appConfigResource)
Use this parameter if the project will use client-side evaluation powered by AppConfig.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.appConfigResource(ProjectAppConfigResourceConfig appConfigResource)
Use this parameter if the project will use client-side evaluation powered by AppConfig.
|
static CreateProjectRequest.Builder |
CreateProjectRequest.builder() |
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.dataDelivery(Consumer<ProjectDataDeliveryConfig.Builder> dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage, if you choose to do so.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.dataDelivery(ProjectDataDeliveryConfig dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage, if you choose to do so.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.description(String description)
An optional description of the project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.name(String name)
The name for the project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the project.
|
CreateProjectRequest.Builder |
CreateProjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProjectRequest.Builder> |
CreateProjectRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.