| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently |
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.
|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectResult |
AmazonCloudWatchEvidentlyClient.createProject(CreateProjectRequest request)
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
|
CreateProjectResult |
AmazonCloudWatchEvidently.createProject(CreateProjectRequest createProjectRequest)
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
|
CreateProjectResult |
AbstractAmazonCloudWatchEvidently.createProject(CreateProjectRequest request) |
Future<CreateProjectResult> |
AmazonCloudWatchEvidentlyAsyncClient.createProjectAsync(CreateProjectRequest request) |
Future<CreateProjectResult> |
AmazonCloudWatchEvidentlyAsync.createProjectAsync(CreateProjectRequest createProjectRequest)
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
|
Future<CreateProjectResult> |
AbstractAmazonCloudWatchEvidentlyAsync.createProjectAsync(CreateProjectRequest request) |
Future<CreateProjectResult> |
AmazonCloudWatchEvidentlyAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AmazonCloudWatchEvidentlyAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
|
Future<CreateProjectResult> |
AbstractAmazonCloudWatchEvidentlyAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProjectResult> |
AmazonCloudWatchEvidentlyAsyncClient.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
Future<CreateProjectResult> |
AmazonCloudWatchEvidentlyAsync.createProjectAsync(CreateProjectRequest createProjectRequest,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
|
Future<CreateProjectResult> |
AbstractAmazonCloudWatchEvidentlyAsync.createProjectAsync(CreateProjectRequest request,
AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateProjectRequest |
CreateProjectRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateProjectRequest |
CreateProjectRequest.clone() |
CreateProjectRequest |
CreateProjectRequest.withAppConfigResource(ProjectAppConfigResourceConfig appConfigResource)
Use this parameter if the project will use client-side evaluation powered by AppConfig.
|
CreateProjectRequest |
CreateProjectRequest.withDataDelivery(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 |
CreateProjectRequest.withDescription(String description)
An optional description of the project.
|
CreateProjectRequest |
CreateProjectRequest.withName(String name)
The name for the project.
|
CreateProjectRequest |
CreateProjectRequest.withTags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the project.
|
Copyright © 2024. All rights reserved.