This product is not supported for your selected Datadog site. ().
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

aws_bedrock_agent_action_group

account_id

Type: STRING

action_group_executor

Type: STRUCT
Provider name: actionGroupExecutor
Description: The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.

  • custom_control
    Type: STRING
    Provider name: customControl
    Description: To return the action group invocation results directly in the InvokeAgent response, specify RETURN_CONTROL.
  • lambda
    Type: STRING
    Provider name: lambda
    Description: The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.

action_group_id

Type: STRING
Provider name: actionGroupId
Description: The unique identifier of the action group.

action_group_name

Type: STRING
Provider name: actionGroupName
Description: The name of the action group.

action_group_state

Type: STRING
Provider name: actionGroupState
Description: Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.

agent_id

Type: STRING
Provider name: agentId
Description: The unique identifier of the agent to which the action group belongs.

agent_version

Type: STRING
Provider name: agentVersion
Description: The version of the agent to which the action group belongs.

api_schema

Type: STRUCT
Provider name: apiSchema
Description: Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema. For more information, see Action group OpenAPI schemas.

  • payload
    Type: STRING
    Provider name: payload
    Description: The JSON or YAML-formatted payload defining the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
  • s3
    Type: STRUCT
    Provider name: s3
    Description: Contains details about the S3 object containing the OpenAPI schema for the action group. For more information, see Action group OpenAPI schemas.
    • s3_bucket_name
      Type: STRING
      Provider name: s3BucketName
      Description: The name of the S3 bucket.
    • s3_object_key
      Type: STRING
      Provider name: s3ObjectKey
      Description: The S3 object key for the S3 resource.

client_token

Type: STRING
Provider name: clientToken
Description: 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.

created_at

Type: TIMESTAMP
Provider name: createdAt
Description: The time at which the action group was created.

description

Type: STRING
Provider name: description
Description: The description of the action group.

function_schema

Type: STRUCT
Provider name: functionSchema
Description: Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.

  • functions
    Type: UNORDERED_LIST_STRUCT
    Provider name: functions
    Description: A list of functions that each define an action in the action group.
    • description
      Type: STRING
      Provider name: description
      Description: A description of the function and its purpose.
    • name
      Type: STRING
      Provider name: name
      Description: A name for the function.
    • parameters
      Type: STRING
      Provider name: parameters
      Description: The parameters that the agent elicits from the user to fulfill the function.
    • require_confirmation
      Type: STRING
      Provider name: requireConfirmation
      Description: Contains information if user confirmation is required to invoke the function.

parent_action_group_signature_params

Type: MAP_STRING_STRING
Provider name: parentActionGroupSignatureParams
Description: The configuration settings for a computer use action. Computer use is a new Anthropic Claude model capability (in beta) available with Claude 3.7 Sonnet and Claude 3.5 Sonnet v2 only. For more information, see Configure an Amazon Bedrock Agent to complete tasks with computer use tools.

parent_action_signature

Type: STRING
Provider name: parentActionSignature
Description: If this field is set as AMAZON.UserInput, the agent can request the user for additional information when trying to complete a task. The description, apiSchema, and actionGroupExecutor fields must be blank for this action group. During orchestration, if the agent determines that it needs to invoke an API in an action group, but doesn’t have enough information to complete the API request, it will invoke this action group instead and return an Observation reprompting the user for more information.

tags

Type: UNORDERED_LIST_STRING

updated_at

Type: TIMESTAMP
Provider name: updatedAt
Description: The time at which the action group was last updated.