Class: Aws::BedrockAgent::Types::PromptConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
BasePromptConfiguration per Prompt Type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_prompt_template ⇒ String
Base Prompt Template.
-
#inference_configuration ⇒ Types::InferenceConfiguration
Configuration for inference in prompt configuration.
-
#parser_mode ⇒ String
Creation Mode for Prompt Configuration.
-
#prompt_creation_mode ⇒ String
Creation Mode for Prompt Configuration.
-
#prompt_state ⇒ String
Prompt State.
-
#prompt_type ⇒ String
Prompt Type.
Instance Attribute Details
#base_prompt_template ⇒ String
Base Prompt Template.
2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2619 class PromptConfiguration < Struct.new( :prompt_type, :prompt_creation_mode, :prompt_state, :base_prompt_template, :inference_configuration, :parser_mode) SENSITIVE = [] include Aws::Structure end |
#inference_configuration ⇒ Types::InferenceConfiguration
Configuration for inference in prompt configuration
2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2619 class PromptConfiguration < Struct.new( :prompt_type, :prompt_creation_mode, :prompt_state, :base_prompt_template, :inference_configuration, :parser_mode) SENSITIVE = [] include Aws::Structure end |
#parser_mode ⇒ String
Creation Mode for Prompt Configuration.
2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2619 class PromptConfiguration < Struct.new( :prompt_type, :prompt_creation_mode, :prompt_state, :base_prompt_template, :inference_configuration, :parser_mode) SENSITIVE = [] include Aws::Structure end |
#prompt_creation_mode ⇒ String
Creation Mode for Prompt Configuration.
2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2619 class PromptConfiguration < Struct.new( :prompt_type, :prompt_creation_mode, :prompt_state, :base_prompt_template, :inference_configuration, :parser_mode) SENSITIVE = [] include Aws::Structure end |
#prompt_state ⇒ String
Prompt State.
2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2619 class PromptConfiguration < Struct.new( :prompt_type, :prompt_creation_mode, :prompt_state, :base_prompt_template, :inference_configuration, :parser_mode) SENSITIVE = [] include Aws::Structure end |
#prompt_type ⇒ String
Prompt Type.
2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2619 class PromptConfiguration < Struct.new( :prompt_type, :prompt_creation_mode, :prompt_state, :base_prompt_template, :inference_configuration, :parser_mode) SENSITIVE = [] include Aws::Structure end |