View source: R/bedrock_operations.R
bedrock_create_evaluation_job | R Documentation |
API operation for creating and managing Amazon Bedrock automatic model evaluation jobs and model evaluation jobs that use human workers. To learn more about the requirements for creating a model evaluation job see, Model evaluation.
See https://www.paws-r-sdk.com/docs/bedrock_create_evaluation_job/ for full documentation.
bedrock_create_evaluation_job(
jobName,
jobDescription = NULL,
clientRequestToken = NULL,
roleArn,
customerEncryptionKeyId = NULL,
jobTags = NULL,
evaluationConfig,
inferenceConfig,
outputDataConfig
)
jobName |
[required] The name of the model evaluation job. Model evaluation job names must unique with your AWS account, and your account's AWS region. |
jobDescription |
A description of the model evaluation job. |
clientRequestToken |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency. |
roleArn |
[required] The Amazon Resource Name (ARN) of an IAM service role that Amazon
Bedrock can assume to perform tasks on your behalf. The service role
must have Amazon Bedrock as the service principal, and provide access to
any Amazon S3 buckets specified in the |
customerEncryptionKeyId |
Specify your customer managed key ARN that will be used to encrypt your model evaluation job. |
jobTags |
Tags to attach to the model evaluation job. |
evaluationConfig |
[required] Specifies whether the model evaluation job is automatic or uses human worker. |
inferenceConfig |
[required] Specify the models you want to use in your model evaluation job. Automatic model evaluation jobs support a single model, and model evaluation job that use human workers support two models. |
outputDataConfig |
[required] An object that defines where the results of model evaluation job will be saved in Amazon S3. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.