public static interface Project.Builder extends SdkPojo, CopyableBuilder<Project.Builder,Project>
| Modifier and Type | Method and Description |
|---|---|
Project.Builder |
activeExperimentCount(Long activeExperimentCount)
The number of ongoing experiments currently in the project.
|
Project.Builder |
activeLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
|
Project.Builder |
arn(String arn)
The name or ARN of the project.
|
Project.Builder |
createdTime(Instant createdTime)
The date and time that the project is created.
|
default 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 |
dataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term
storage.
|
Project.Builder |
description(String description)
The user-entered description of the project.
|
Project.Builder |
experimentCount(Long experimentCount)
The number of experiments currently in the project.
|
Project.Builder |
featureCount(Long featureCount)
The number of features currently in the project.
|
Project.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The date and time that the project was most recently updated.
|
Project.Builder |
launchCount(Long launchCount)
The number of launches currently in the project.
|
Project.Builder |
name(String name)
The name of the project.
|
Project.Builder |
status(ProjectStatus status)
The current state of the project.
|
Project.Builder |
status(String status)
The current state of the project.
|
Project.Builder |
tags(Map<String,String> tags)
The list of tag keys and values associated with this project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProject.Builder activeExperimentCount(Long activeExperimentCount)
The number of ongoing experiments currently in the project.
activeExperimentCount - The number of ongoing experiments currently in the project.Project.Builder activeLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
activeLaunchCount - The number of ongoing launches currently in the project.Project.Builder arn(String arn)
The name or ARN of the project.
arn - The name or ARN of the project.Project.Builder createdTime(Instant createdTime)
The date and time that the project is created.
createdTime - The date and time that the project is created.Project.Builder dataDelivery(ProjectDataDelivery dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
dataDelivery - A structure that contains information about where Evidently is to store evaluation events for longer
term storage.default Project.Builder dataDelivery(Consumer<ProjectDataDelivery.Builder> dataDelivery)
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
This is a convenience that creates an instance of theProjectDataDelivery.Builder avoiding the need
to create one manually via ProjectDataDelivery.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to dataDelivery(ProjectDataDelivery).dataDelivery - a consumer that will call methods on ProjectDataDelivery.BuilderdataDelivery(ProjectDataDelivery)Project.Builder description(String description)
The user-entered description of the project.
description - The user-entered description of the project.Project.Builder experimentCount(Long experimentCount)
The number of experiments currently in the project. This includes all experiments that have been created and not deleted, whether they are ongoing or not.
experimentCount - The number of experiments currently in the project. This includes all experiments that have been
created and not deleted, whether they are ongoing or not.Project.Builder featureCount(Long featureCount)
The number of features currently in the project.
featureCount - The number of features currently in the project.Project.Builder lastUpdatedTime(Instant lastUpdatedTime)
The date and time that the project was most recently updated.
lastUpdatedTime - The date and time that the project was most recently updated.Project.Builder launchCount(Long launchCount)
The number of launches currently in the project. This includes all launches that have been created and not deleted, whether they are ongoing or not.
launchCount - The number of launches currently in the project. This includes all launches that have been created and
not deleted, whether they are ongoing or not.Project.Builder name(String name)
The name of the project.
name - The name of the project.Project.Builder status(String status)
The current state of the project.
status - The current state of the project.ProjectStatus,
ProjectStatusProject.Builder status(ProjectStatus status)
The current state of the project.
status - The current state of the project.ProjectStatus,
ProjectStatusProject.Builder tags(Map<String,String> tags)
The list of tag keys and values associated with this project.
tags - The list of tag keys and values associated with this project.Copyright © 2022. All rights reserved.