default CreateExperimentResponse |
EvidentlyClient.createExperiment(Consumer<CreateExperimentRequest.Builder> createExperimentRequest) |
Creates an Evidently experiment.
|
default CreateExperimentResponse |
EvidentlyClient.createExperiment(CreateExperimentRequest createExperimentRequest) |
Creates an Evidently experiment.
|
default CreateFeatureResponse |
EvidentlyClient.createFeature(Consumer<CreateFeatureRequest.Builder> createFeatureRequest) |
Creates an Evidently feature that you want to launch or test.
|
default CreateFeatureResponse |
EvidentlyClient.createFeature(CreateFeatureRequest createFeatureRequest) |
Creates an Evidently feature that you want to launch or test.
|
default CreateLaunchResponse |
EvidentlyClient.createLaunch(Consumer<CreateLaunchRequest.Builder> createLaunchRequest) |
Creates a launch of a given feature.
|
default CreateLaunchResponse |
EvidentlyClient.createLaunch(CreateLaunchRequest createLaunchRequest) |
Creates a launch of a given feature.
|
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 CreateProjectResponse |
EvidentlyClient.createProject(CreateProjectRequest createProjectRequest) |
Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
|
default CreateSegmentResponse |
EvidentlyClient.createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest) |
Use this operation to define a segment of your audience.
|
default CreateSegmentResponse |
EvidentlyClient.createSegment(CreateSegmentRequest createSegmentRequest) |
Use this operation to define a segment of your audience.
|
default StartExperimentResponse |
EvidentlyClient.startExperiment(Consumer<StartExperimentRequest.Builder> startExperimentRequest) |
Starts an existing experiment.
|
default StartExperimentResponse |
EvidentlyClient.startExperiment(StartExperimentRequest startExperimentRequest) |
Starts an existing experiment.
|
default StartLaunchResponse |
EvidentlyClient.startLaunch(Consumer<StartLaunchRequest.Builder> startLaunchRequest) |
Starts an existing launch.
|
default StartLaunchResponse |
EvidentlyClient.startLaunch(StartLaunchRequest startLaunchRequest) |
Starts an existing launch.
|
default StopExperimentResponse |
EvidentlyClient.stopExperiment(Consumer<StopExperimentRequest.Builder> stopExperimentRequest) |
Stops an experiment that is currently running.
|
default StopExperimentResponse |
EvidentlyClient.stopExperiment(StopExperimentRequest stopExperimentRequest) |
Stops an experiment that is currently running.
|
default UpdateFeatureResponse |
EvidentlyClient.updateFeature(Consumer<UpdateFeatureRequest.Builder> updateFeatureRequest) |
Updates an existing feature.
|
default UpdateFeatureResponse |
EvidentlyClient.updateFeature(UpdateFeatureRequest updateFeatureRequest) |
Updates an existing feature.
|
default UpdateProjectResponse |
EvidentlyClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest) |
Updates the description of an existing project.
|
default UpdateProjectResponse |
EvidentlyClient.updateProject(UpdateProjectRequest updateProjectRequest) |
Updates the description of an existing project.
|
default UpdateProjectDataDeliveryResponse |
EvidentlyClient.updateProjectDataDelivery(Consumer<UpdateProjectDataDeliveryRequest.Builder> updateProjectDataDeliveryRequest) |
Updates the data storage options for this project.
|
default UpdateProjectDataDeliveryResponse |
EvidentlyClient.updateProjectDataDelivery(UpdateProjectDataDeliveryRequest updateProjectDataDeliveryRequest) |
Updates the data storage options for this project.
|