Class: Aws::BedrockAgentRuntime::Types::StartFlowExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::StartFlowExecutionRequest
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_alias_identifier ⇒ String
The unique identifier of the flow alias to use for the flow execution.
-
#flow_execution_name ⇒ String
The unique name for the flow execution.
-
#flow_identifier ⇒ String
The unique identifier of the flow to execute.
-
#inputs ⇒ Array<Types::FlowInput>
The input data required for the flow execution.
-
#model_performance_configuration ⇒ Types::ModelPerformanceConfiguration
The performance settings for the foundation model used in the flow execution.
Instance Attribute Details
#flow_alias_identifier ⇒ String
The unique identifier of the flow alias to use for the flow execution.
8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8516 class StartFlowExecutionRequest < Struct.new( :flow_alias_identifier, :flow_execution_name, :flow_identifier, :inputs, :model_performance_configuration) SENSITIVE = [] include Aws::Structure end |
#flow_execution_name ⇒ String
The unique name for the flow execution. If you don't provide one, a system-generated name is used.
8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8516 class StartFlowExecutionRequest < Struct.new( :flow_alias_identifier, :flow_execution_name, :flow_identifier, :inputs, :model_performance_configuration) SENSITIVE = [] include Aws::Structure end |
#flow_identifier ⇒ String
The unique identifier of the flow to execute.
8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8516 class StartFlowExecutionRequest < Struct.new( :flow_alias_identifier, :flow_execution_name, :flow_identifier, :inputs, :model_performance_configuration) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<Types::FlowInput>
The input data required for the flow execution. This must match the input schema defined in the flow.
8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8516 class StartFlowExecutionRequest < Struct.new( :flow_alias_identifier, :flow_execution_name, :flow_identifier, :inputs, :model_performance_configuration) SENSITIVE = [] include Aws::Structure end |
#model_performance_configuration ⇒ Types::ModelPerformanceConfiguration
The performance settings for the foundation model used in the flow execution.
8516 8517 8518 8519 8520 8521 8522 8523 8524 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 8516 class StartFlowExecutionRequest < Struct.new( :flow_alias_identifier, :flow_execution_name, :flow_identifier, :inputs, :model_performance_configuration) SENSITIVE = [] include Aws::Structure end |