{
  "version": "1.0",
  "examples": {
    "BatchDeleteEvaluationJob": [
      {
        "input": {
          "jobIdentifiers": [
            "arn:aws:bedrock:us-east-2:123456789012:evaluation-job/12rnxmplqv0v",
            "arn:aws:bedrock:us-east-2:123456789012:evaluation-job/rispxmpl12rn"
          ]
        },
        "output": {
          "errors": [
            {
              "code": "404",
              "jobIdentifier": "arn:aws:bedrock:us-east-2:123456789012:evaluation-job/rispxmpl12rn",
              "message": "Unable to locate this job to delete."
            }
          ],
          "evaluationJobs": [
            {
              "jobIdentifier": "arn:aws:bedrock:us-east-2:123456789012:evaluation-job/12rnxmplqv0v",
              "jobStatus": "Deleting"
            }
          ]
        },
        "description": "The following example shows a request to delete two model evaluation jobs, where one of the jobs is not found.",
        "id": "example-1",
        "title": "Delete evaluation jobs"
      }
    ],
    "CreateCustomModel": [
      {
        "input": {
          "clientRequestToken": "foo",
          "modelKmsKeyArn": "arn:aws:kms:us-east-1:123456789012:key/1234abcd-12ab-34cd-56ef-1234567890ab",
          "modelName": "SampleModel",
          "modelSourceConfig": {
            "s3DataSource": {
              "s3Uri": "s3://my-bucket/folder"
            }
          },
          "modelTags": [
            {
              "key": "foo",
              "value": "foo"
            },
            {
              "key": "foo",
              "value": "foo"
            }
          ],
          "roleArn": "arn:aws:iam::123456789012:role/SampleRole"
        },
        "output": {
          "modelArn": "arn:aws:bedrock:us-east-1:123456789012:custom-model/imported/abcdef123456"
        },
        "id": "example-1",
        "title": "Successful CreateCustomModel API call"
      }
    ]
  }
}
