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.
9700 9701 9702 9703 9704 9705 9706 9707 9708 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9700 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.
9700 9701 9702 9703 9704 9705 9706 9707 9708 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9700 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.
9700 9701 9702 9703 9704 9705 9706 9707 9708 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9700 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.
9700 9701 9702 9703 9704 9705 9706 9707 9708 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9700 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.
9700 9701 9702 9703 9704 9705 9706 9707 9708 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 9700 class StartFlowExecutionRequest < Struct.new( :flow_alias_identifier, :flow_execution_name, :flow_identifier, :inputs, :model_performance_configuration) SENSITIVE = [] include Aws::Structure end |