|
2 | 2 | name: bedrock-agentcore-control |
3 | 3 | description: Amazon Bedrock AgentCore Control |
4 | 4 | commands: |
| 5 | + - name: add-dataset-examples |
| 6 | + description: Adds examples to the dataset's DRAFT. |
| 7 | + flags: |
| 8 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 9 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 10 | + --client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time. |
| 11 | + --dataset-id=!: The unique identifier of the dataset to add examples to. |
| 12 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
| 13 | + --source=!: Source of examples to add. |
5 | 14 | - name: create-agent-runtime |
6 | 15 | description: Creates an Amazon Bedrock AgentCore Runtime. |
7 | 16 | flags: |
@@ -103,6 +112,32 @@ commands: |
103 | 112 | --description=: The description for the configuration bundle. |
104 | 113 | --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
105 | 114 | --tags=: A map of tag keys and values to assign to the configuration bundle. |
| 115 | + - name: create-dataset |
| 116 | + description: Creates a new Dataset resource asynchronously. |
| 117 | + flags: |
| 118 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 119 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 120 | + --client-token=: Optional idempotency token. |
| 121 | + --dataset-name=!: Human-readable name for the dataset. |
| 122 | + --description=: A description of the dataset. |
| 123 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
| 124 | + --kms-key-arn=: Optional AWS KMS key ARN for SSE-KMS on service S3 writes. |
| 125 | + --schema-type=!: Versioned schema type governing the structure of examples. |
| 126 | + --source=!: Source of initial examples. |
| 127 | + --tags=: A map of tag keys and values to assign to the dataset. |
| 128 | + completion: |
| 129 | + flag: |
| 130 | + schema-type: |
| 131 | + - AGENTCORE_EVALUATION_PREDEFINED_V1 |
| 132 | + - AGENTCORE_EVALUATION_SIMULATED_V1 |
| 133 | + - name: create-dataset-version |
| 134 | + description: Publishes the current DRAFT as a new numbered version. |
| 135 | + flags: |
| 136 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 137 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 138 | + --client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time. |
| 139 | + --dataset-id=!: The unique identifier of the dataset to publish a version for. |
| 140 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
106 | 141 | - name: create-evaluator |
107 | 142 | description: Creates a custom evaluator for agent quality assessment. |
108 | 143 | flags: |
@@ -481,6 +516,25 @@ commands: |
481 | 516 | --cli-input-json=: Read arguments from the JSON string provided. |
482 | 517 | --cli-input-yaml=: Read arguments from the YAML string provided. |
483 | 518 | --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
| 519 | + - name: delete-dataset |
| 520 | + description: Deletes a dataset version or an entire dataset (all versions + name claim). |
| 521 | + flags: |
| 522 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 523 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 524 | + --dataset-id=!: The unique identifier of the dataset to delete. |
| 525 | + --dataset-version=: Optional version to delete. |
| 526 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
| 527 | + - name: delete-dataset-examples |
| 528 | + description: Deletes specific examples by ID from DRAFT. |
| 529 | + flags: |
| 530 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 531 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 532 | + --client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time. |
| 533 | + --dataset-id=!: The unique identifier of the dataset. |
| 534 | + --example-ids=!: |
| 535 | + description: The IDs of the examples to delete. |
| 536 | + nargs: -1 |
| 537 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
484 | 538 | - name: delete-evaluator |
485 | 539 | description: Deletes a custom evaluator. |
486 | 540 | flags: |
@@ -669,6 +723,14 @@ commands: |
669 | 723 | --cli-input-yaml=: Read arguments from the YAML string provided. |
670 | 724 | --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
671 | 725 | --version-id=!: The version identifier of the configuration bundle version to retrieve. |
| 726 | + - name: get-dataset |
| 727 | + description: Retrieves dataset metadata only. |
| 728 | + flags: |
| 729 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 730 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 731 | + --dataset-id=!: The unique identifier of the dataset to retrieve. |
| 732 | + --dataset-version=: 'Version to retrieve: "DRAFT" or a version number.' |
| 733 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
672 | 734 | - name: get-evaluator |
673 | 735 | description: Retrieves detailed information about an evaluator, including its configuration, status, and metadata. |
674 | 736 | flags: |
@@ -959,6 +1021,42 @@ commands: |
959 | 1021 | --next-token=: If the total number of results is greater than the `maxResults` value provided in the request, enter the token returned in the `nextToken` field in the response in this field to return the next batch of results. |
960 | 1022 | --page-size=: The size of each page to get in the AWS service call. |
961 | 1023 | --starting-token=: A token to specify where to start paginating. |
| 1024 | + - name: list-dataset-examples |
| 1025 | + description: Returns paginated examples from the dataset. |
| 1026 | + flags: |
| 1027 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 1028 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 1029 | + --dataset-id=!: The unique identifier of the dataset. |
| 1030 | + --dataset-version=: 'Version to paginate: "DRAFT" or a version number.' |
| 1031 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
| 1032 | + --max-items=: The total number of items to return in the command's output. |
| 1033 | + --max-results=: Maximum number of examples to return per page. |
| 1034 | + --next-token=: The token for the next page of results. |
| 1035 | + --page-size=: The size of each page to get in the AWS service call. |
| 1036 | + --starting-token=: A token to specify where to start paginating. |
| 1037 | + - name: list-dataset-versions |
| 1038 | + description: Lists all published versions of a dataset, sorted by version number descending (newest first). |
| 1039 | + flags: |
| 1040 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 1041 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 1042 | + --dataset-id=!: The unique identifier of the dataset. |
| 1043 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
| 1044 | + --max-items=: The total number of items to return in the command's output. |
| 1045 | + --max-results=: The maximum number of versions to return per page. |
| 1046 | + --next-token=: The token for the next page of results. |
| 1047 | + --page-size=: The size of each page to get in the AWS service call. |
| 1048 | + --starting-token=: A token to specify where to start paginating. |
| 1049 | + - name: list-datasets |
| 1050 | + description: Lists all datasets in the caller's account, paginated. |
| 1051 | + flags: |
| 1052 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 1053 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 1054 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
| 1055 | + --max-items=: The total number of items to return in the command's output. |
| 1056 | + --max-results=: The maximum number of datasets to return per page. |
| 1057 | + --next-token=: The token for the next page of results. |
| 1058 | + --page-size=: The size of each page to get in the AWS service call. |
| 1059 | + --starting-token=: A token to specify where to start paginating. |
962 | 1060 | - name: list-evaluators |
963 | 1061 | description: Lists all available evaluators, including both builtin evaluators provided by the service and custom evaluators created by the user. |
964 | 1062 | flags: |
@@ -1364,6 +1462,26 @@ commands: |
1364 | 1462 | --parent-version-ids=: |
1365 | 1463 | description: A list of parent version identifiers for lineage tracking. |
1366 | 1464 | nargs: -1 |
| 1465 | + - name: update-dataset |
| 1466 | + description: Updates a dataset's metadata. |
| 1467 | + flags: |
| 1468 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 1469 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 1470 | + --client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time. |
| 1471 | + --dataset-id=!: The unique identifier of the dataset to update. |
| 1472 | + --description=: The updated description for the dataset. |
| 1473 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
| 1474 | + - name: update-dataset-examples |
| 1475 | + description: Updates multiple existing examples in-place on DRAFT. |
| 1476 | + flags: |
| 1477 | + --cli-input-json=: Read arguments from the JSON string provided. |
| 1478 | + --cli-input-yaml=: Read arguments from the YAML string provided. |
| 1479 | + --client-token=: A unique, case-sensitive identifier to ensure that the API request completes no more than one time. |
| 1480 | + --dataset-id=!: The unique identifier of the dataset. |
| 1481 | + --examples=!: |
| 1482 | + description: Examples to update. |
| 1483 | + nargs: -1 |
| 1484 | + --generate-cli-skeleton: Prints a JSON skeleton to standard output without sending an API request. |
1367 | 1485 | - name: update-evaluator |
1368 | 1486 | description: Updates a custom evaluator's configuration, description, or evaluation level. |
1369 | 1487 | flags: |
|
0 commit comments