| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Project |
Project.clearTagsEntries()
Removes all the entries added into Tags.
|
Project |
Project.clone() |
Project |
UpdateProjectDataDeliveryResult.getProject()
A structure containing details about the project that you updated.
|
Project |
UpdateProjectResult.getProject()
A structure containing information about the updated project.
|
Project |
GetProjectResult.getProject()
A structure containing the configuration details of the project.
|
Project |
CreateProjectResult.getProject()
A structure that contains information about the created project.
|
Project |
Project.withActiveExperimentCount(Long activeExperimentCount)
The number of ongoing experiments currently in the project.
|
Project |
Project.withActiveLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
|
Project |
Project.withAppConfigResource(ProjectAppConfigResource appConfigResource)
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
Project |
Project.withArn(String arn)
The name or ARN of the project.
|
Project |
Project.withCreatedTime(Date createdTime)
The date and time that the project is created.
|
Project |
Project.withDataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
Project |
Project.withDescription(String description)
The user-entered description of the project.
|
Project |
Project.withExperimentCount(Long experimentCount)
The number of experiments currently in the project.
|
Project |
Project.withFeatureCount(Long featureCount)
The number of features currently in the project.
|
Project |
Project.withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the project was most recently updated.
|
Project |
Project.withLaunchCount(Long launchCount)
The number of launches currently in the project.
|
Project |
Project.withName(String name)
The name of the project.
|
Project |
Project.withStatus(ProjectStatus status)
The current state of the project.
|
Project |
Project.withStatus(String status)
The current state of the project.
|
Project |
Project.withTags(Map<String,String> tags)
The list of tag keys and values associated with this project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProjectDataDeliveryResult.setProject(Project project)
A structure containing details about the project that you updated.
|
void |
UpdateProjectResult.setProject(Project project)
A structure containing information about the updated project.
|
void |
GetProjectResult.setProject(Project project)
A structure containing the configuration details of the project.
|
void |
CreateProjectResult.setProject(Project project)
A structure that contains information about the created project.
|
UpdateProjectDataDeliveryResult |
UpdateProjectDataDeliveryResult.withProject(Project project)
A structure containing details about the project that you updated.
|
UpdateProjectResult |
UpdateProjectResult.withProject(Project project)
A structure containing information about the updated project.
|
GetProjectResult |
GetProjectResult.withProject(Project project)
A structure containing the configuration details of the project.
|
CreateProjectResult |
CreateProjectResult.withProject(Project project)
A structure that contains information about the created project.
|
Copyright © 2024. All rights reserved.