Class: Aws::BedrockAgent::Types::PromptConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

BasePromptConfiguration per Prompt Type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_prompt_templateString

Base Prompt Template.

Returns:

  • (String)


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_configurationTypes::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_modeString

Creation Mode for Prompt Configuration.

Returns:

  • (String)


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_modeString

Creation Mode for Prompt Configuration.

Returns:

  • (String)


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_stateString

Prompt State.

Returns:

  • (String)


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_typeString

Prompt Type.

Returns:

  • (String)


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