public static interface CreateProjectRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<CreateProjectRequest.Builder,CreateProjectRequest>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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 |
description(String description)
An optional description of the project.
|
CreateProjectRequest.Builder |
name(String name)
The name for the project.
|
CreateProjectRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProjectRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProjectRequest.Builder |
tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the project.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateProjectRequest.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. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
dataDelivery - A structure that contains information about where Evidently is to store evaluation events for longer
term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them
after using them to produce metrics and other experiment results that you can view.default 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. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.
This is a convenience that creates an instance of theProjectDataDeliveryConfig.Builder avoiding the
need to create one manually via ProjectDataDeliveryConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataDelivery(ProjectDataDeliveryConfig).dataDelivery - a consumer that will call methods on ProjectDataDeliveryConfig.BuilderdataDelivery(ProjectDataDeliveryConfig)CreateProjectRequest.Builder description(String description)
An optional description of the project.
description - An optional description of the project.CreateProjectRequest.Builder name(String name)
The name for the project.
name - The name for the project.CreateProjectRequest.Builder tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the project.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
<p>You can associate as many as 50 tags with a project.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p>
tags - Assigns one or more tags (key-value pairs) to the project.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
<p>You can associate as many as 50 tags with a project.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a>.</p> CreateProjectRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateProjectRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.