- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
arn
Type: STRING
Provider name: arn
Description: The Amazon Resource Name (ARN) of the flow.
created_at
Type: TIMESTAMP
Provider name: createdAt
Description: The time at which the flow was created.
customer_encryption_key_arn
Type: STRING
Provider name: customerEncryptionKeyArn
Description: The Amazon Resource Name (ARN) of the KMS key that the flow is encrypted with.
definition
Type: STRUCT
Provider name: definition
Description: The definition of the nodes and connections between the nodes in the flow.
connections
UNORDERED_LIST_STRUCT
connections
configuration
STRUCT
configuration
conditional
STRUCT
conditional
condition
STRING
condition
data
STRUCT
data
source_output
STRING
sourceOutput
target_input
STRING
targetInput
name
STRING
name
source
STRING
source
target
STRING
target
type
STRING
type
Conditional
) or not (Data
).nodes
UNORDERED_LIST_STRUCT
nodes
configuration
STRUCT
configuration
agent
Type: STRUCT
Provider name: agent
Description: Contains configurations for an agent node in your flow. Invokes an alias of an agent and returns the response.
agent_alias_arn
STRING
agentAliasArn
collector
Type: STRUCT
Provider name: collector
Description: Contains configurations for a collector node in your flow. Collects an iteration of inputs and consolidates them into an array of outputs.
condition
Type: STRUCT
Provider name: condition
Description: Contains configurations for a Condition node in your flow. Defines conditions that lead to different branches of the flow.
conditions
UNORDERED_LIST_STRUCT
conditions
expression
STRING
expression
name
STRING
name
input
Type: STRUCT
Provider name: input
Description: Contains configurations for an input flow node in your flow. The first node in the flow. inputs
can’t be specified for this node.
iterator
Type: STRUCT
Provider name: iterator
Description: Contains configurations for an iterator node in your flow. Takes an input that is an array and iteratively sends each item of the array as an output to the following node. The size of the array is also returned in the output. The output flow node at the end of the flow iteration will return a response for each member of the array. To return only one response, you can include a collector node downstream from the iterator node.
knowledge_base
Type: STRUCT
Provider name: knowledgeBase
Description: Contains configurations for a knowledge base node in your flow. Queries a knowledge base and returns the retrieved results or generated response.
guardrail_configuration
STRUCT
guardrailConfiguration
guardrail_identifier
STRING
guardrailIdentifier
guardrail_version
STRING
guardrailVersion
knowledge_base_id
STRING
knowledgeBaseId
model_id
STRING
modelId
lambda_function
Type: STRUCT
Provider name: lambdaFunction
Description: Contains configurations for a Lambda function node in your flow. Invokes an Lambda function.
lambda_arn
STRING
lambdaArn
lex
Type: STRUCT
Provider name: lex
Description: Contains configurations for a Lex node in your flow. Invokes an Amazon Lex bot to identify the intent of the input and return the intent as the output.
bot_alias_arn
STRING
botAliasArn
locale_id
STRING
localeId
output
Type: STRUCT
Provider name: output
Description: Contains configurations for an output flow node in your flow. The last node in the flow. outputs
can’t be specified for this node.
prompt
Type: STRUCT
Provider name: prompt
Description: Contains configurations for a prompt node in your flow. Runs a prompt and generates the model response as the output. You can use a prompt from Prompt management or you can configure one in this node.
guardrail_configuration
STRUCT
guardrailConfiguration
guardrail_identifier
STRING
guardrailIdentifier
guardrail_version
STRING
guardrailVersion
source_configuration
STRUCT
sourceConfiguration
inline
STRUCT
inline
additional_model_request_fields
Type: STRUCT
Provider name: additionalModelRequestFields
Description: Additional fields to be included in the model request for the Prompt node.
inference_configuration
Type: STRUCT
Provider name: inferenceConfiguration
Description: Contains inference configurations for the prompt.
text
STRUCT
text
max_tokens
INT32
maxTokens
stop_sequences
UNORDERED_LIST_STRING
stopSequences
temperature
FLOAT
temperature
top_p
FLOAT
topP
model_id
Type: STRING
Provider name: modelId
Description: The unique identifier of the model or inference profile to run inference with.
template_configuration
Type: STRUCT
Provider name: templateConfiguration
Description: Contains a prompt and variables in the prompt that can be replaced with values at runtime.
chat
STRUCT
chat
input_variables
UNORDERED_LIST_STRUCT
inputVariables
name
STRING
name
messages
UNORDERED_LIST_STRUCT
messages
content
UNORDERED_LIST_STRUCT
content
cache_point
STRUCT
cachePoint
type
STRING
type
text
STRING
text
role
STRING
role
system
UNORDERED_LIST_STRUCT
system
cache_point
STRUCT
cachePoint
type
STRING
type
text
STRING
text
tool_configuration
STRUCT
toolConfiguration
tool_choice
STRUCT
toolChoice
any
Type: STRUCT
Provider name: any
Description: Defines tools, at least one of which must be requested by the model. No text is generated but the results of tool use are sent back to the model to help generate a response.
auto
Type: STRUCT
Provider name: auto
Description: Defines tools. The model automatically decides whether to call a tool or to generate text instead.
tool
Type: STRUCT
Provider name: tool
Description: Defines a specific tool that the model must request. No text is generated but the results of tool use are sent back to the model to help generate a response.
name
STRING
name
tools
UNORDERED_LIST_STRUCT
tools
cache_point
STRUCT
cachePoint
type
STRING
type
tool_spec
STRUCT
toolSpec
description
STRING
description
input_schema
STRUCT
inputSchema
json
STRUCT
json
name
STRING
name
text
STRUCT
text
cache_point
STRUCT
cachePoint
type
STRING
type
input_variables
UNORDERED_LIST_STRUCT
inputVariables
name
STRING
name
text
STRING
text
template_type
Type: STRING
Provider name: templateType
Description: The type of prompt template.
resource
STRUCT
resource
prompt_arn
STRING
promptArn
retrieval
Type: STRUCT
Provider name: retrieval
Description: Contains configurations for a Retrieval node in your flow. Retrieves data from an Amazon S3 location and returns it as the output.
service_configuration
STRUCT
serviceConfiguration
s3
STRUCT
s3
bucket_name
STRING
bucketName
storage
Type: STRUCT
Provider name: storage
Description: Contains configurations for a Storage node in your flow. Stores an input in an Amazon S3 location.
service_configuration
STRUCT
serviceConfiguration
s3
STRUCT
s3
bucket_name
STRING
bucketName
inputs
UNORDERED_LIST_STRUCT
inputs
expression
STRING
expression
name
STRING
name
type
STRING
type
name
STRING
name
outputs
UNORDERED_LIST_STRUCT
outputs
name
STRING
name
type
STRING
type
type
STRING
type
FlowNodeConfiguration
field.description
Type: STRING
Provider name: description
Description: The description of the flow.
execution_role_arn
Type: STRING
Provider name: executionRoleArn
Description: The Amazon Resource Name (ARN) of the service role with permissions to create a flow. For more information, see Create a service row for flows in the Amazon Bedrock User Guide.
id
Type: STRING
Provider name: id
Description: The unique identifier of the flow.
name
Type: STRING
Provider name: name
Description: The name of the flow.
status
Type: STRING
Provider name: status
Description: The status of the flow. The following statuses are possible:
DRAFT
version won’t contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into the DRAFT
version.DRAFT
version contains the latest changes for testing.DRAFT
version contains the latest changes for testing.validations
field.tags
Type: UNORDERED_LIST_STRING
updated_at
Type: TIMESTAMP
Provider name: updatedAt
Description: The time at which the flow was last updated.
validations
Type: UNORDERED_LIST_STRUCT
Provider name: validations
Description: A list of validation error messages related to the last failed operation on the flow.
details
STRUCT
details
cyclic_connection
Type: STRUCT
Provider name: cyclicConnection
Description: Details about a cyclic connection in the flow.
connection
STRING
connection
duplicate_condition_expression
Type: STRUCT
Provider name: duplicateConditionExpression
Description: Details about duplicate condition expressions in a node.
expression
STRING
expression
node
STRING
node
duplicate_connections
Type: STRUCT
Provider name: duplicateConnections
Description: Details about duplicate connections between nodes.
source
STRING
source
target
STRING
target
incompatible_connection_data_type
Type: STRUCT
Provider name: incompatibleConnectionDataType
Description: Details about incompatible data types in a connection.
connection
STRING
connection
malformed_condition_expression
Type: STRUCT
Provider name: malformedConditionExpression
Description: Details about a malformed condition expression in a node.
cause
STRING
cause
condition
STRING
condition
node
STRING
node
malformed_node_input_expression
Type: STRUCT
Provider name: malformedNodeInputExpression
Description: Details about a malformed input expression in a node.
cause
STRING
cause
input
STRING
input
node
STRING
node
mismatched_node_input_type
Type: STRUCT
Provider name: mismatchedNodeInputType
Description: Details about mismatched input data types in a node.
expected_type
STRING
expectedType
input
STRING
input
node
STRING
node
mismatched_node_output_type
Type: STRUCT
Provider name: mismatchedNodeOutputType
Description: Details about mismatched output data types in a node.
expected_type
STRING
expectedType
node
STRING
node
output
STRING
output
missing_connection_configuration
Type: STRUCT
Provider name: missingConnectionConfiguration
Description: Details about missing configuration for a connection.
connection
STRING
connection
missing_default_condition
Type: STRUCT
Provider name: missingDefaultCondition
Description: Details about a missing default condition in a conditional node.
node
STRING
node
missing_ending_nodes
Type: STRUCT
Provider name: missingEndingNodes
Description: Details about missing ending nodes in the flow.
missing_node_configuration
Type: STRUCT
Provider name: missingNodeConfiguration
Description: Details about missing configuration for a node.
node
STRING
node
missing_node_input
Type: STRUCT
Provider name: missingNodeInput
Description: Details about a missing required input in a node.
input
STRING
input
node
STRING
node
missing_node_output
Type: STRUCT
Provider name: missingNodeOutput
Description: Details about a missing required output in a node.
node
STRING
node
output
STRING
output
missing_starting_nodes
Type: STRUCT
Provider name: missingStartingNodes
Description: Details about missing starting nodes in the flow.
multiple_node_input_connections
Type: STRUCT
Provider name: multipleNodeInputConnections
Description: Details about multiple connections to a single node input.
input
STRING
input
node
STRING
node
unfulfilled_node_input
Type: STRUCT
Provider name: unfulfilledNodeInput
Description: Details about an unfulfilled node input with no valid connections.
input
STRING
input
node
STRING
node
unknown_connection_condition
Type: STRUCT
Provider name: unknownConnectionCondition
Description: Details about an unknown condition for a connection.
connection
STRING
connection
unknown_connection_source
Type: STRUCT
Provider name: unknownConnectionSource
Description: Details about an unknown source node for a connection.
connection
STRING
connection
unknown_connection_source_output
Type: STRUCT
Provider name: unknownConnectionSourceOutput
Description: Details about an unknown source output for a connection.
connection
STRING
connection
unknown_connection_target
Type: STRUCT
Provider name: unknownConnectionTarget
Description: Details about an unknown target node for a connection.
connection
STRING
connection
unknown_connection_target_input
Type: STRUCT
Provider name: unknownConnectionTargetInput
Description: Details about an unknown target input for a connection.
connection
STRING
connection
unknown_node_input
Type: STRUCT
Provider name: unknownNodeInput
Description: Details about an unknown input for a node.
input
STRING
input
node
STRING
node
unknown_node_output
Type: STRUCT
Provider name: unknownNodeOutput
Description: Details about an unknown output for a node.
node
STRING
node
output
STRING
output
unreachable_node
Type: STRUCT
Provider name: unreachableNode
Description: Details about an unreachable node in the flow.
node
STRING
node
unsatisfied_connection_conditions
Type: STRUCT
Provider name: unsatisfiedConnectionConditions
Description: Details about unsatisfied conditions for a connection.
connection
STRING
connection
unspecified
Type: STRUCT
Provider name: unspecified
Description: Details about an unspecified validation.
message
STRING
message
severity
STRING
severity
type
STRING
type
version
Type: STRING
Provider name: version
Description: The version of the flow for which information was retrieved.