Class: Aws::Types::InvokeInlineAgentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:agent_name, :input_text, :instruction, :prompt_override_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#action_groups::Array[Types::AgentActionGroup]

Returns the value of attribute action_groups.

Returns:



1529
1530
1531
# File 'sig/types.rbs', line 1529

def action_groups
  @action_groups
end

#agent_collaboration"SUPERVISOR", ...

Returns the value of attribute agent_collaboration.

Returns:

  • ("SUPERVISOR", "SUPERVISOR_ROUTER", "DISABLED")


1530
1531
1532
# File 'sig/types.rbs', line 1530

def agent_collaboration
  @agent_collaboration
end

#agent_name::String

Returns the value of attribute agent_name.

Returns:

  • (::String)


1531
1532
1533
# File 'sig/types.rbs', line 1531

def agent_name
  @agent_name
end

#bedrock_model_configurationsTypes::InlineBedrockModelConfigurations

Returns the value of attribute bedrock_model_configurations.



1532
1533
1534
# File 'sig/types.rbs', line 1532

def bedrock_model_configurations
  @bedrock_model_configurations
end

#collaborator_configurations::Array[Types::CollaboratorConfiguration]

Returns the value of attribute collaborator_configurations.

Returns:



1533
1534
1535
# File 'sig/types.rbs', line 1533

def collaborator_configurations
  @collaborator_configurations
end

#collaborators::Array[Types::Collaborator]

Returns the value of attribute collaborators.

Returns:



1534
1535
1536
# File 'sig/types.rbs', line 1534

def collaborators
  @collaborators
end

#custom_orchestrationTypes::CustomOrchestration

Returns the value of attribute custom_orchestration.



1535
1536
1537
# File 'sig/types.rbs', line 1535

def custom_orchestration
  @custom_orchestration
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#enable_traceBoolean

Returns the value of attribute enable_trace.

Returns:

  • (Boolean)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def enable_trace
  @enable_trace
end

#end_sessionBoolean

Returns the value of attribute end_session.

Returns:

  • (Boolean)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def end_session
  @end_session
end

#foundation_model::String

Returns the value of attribute foundation_model.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def foundation_model
  @foundation_model
end

#guardrail_configurationTypes::GuardrailConfigurationWithArn

Returns the value of attribute guardrail_configuration.



1540
1541
1542
# File 'sig/types.rbs', line 1540

def guardrail_configuration
  @guardrail_configuration
end

#idle_session_ttl_in_seconds::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#inline_session_stateTypes::InlineSessionState

Returns the value of attribute inline_session_state.



1542
1543
1544
# File 'sig/types.rbs', line 1542

def inline_session_state
  @inline_session_state
end

#input_text::String

Returns the value of attribute input_text.

Returns:

  • (::String)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def input_text
  @input_text
end

#instruction::String

Returns the value of attribute instruction.

Returns:

  • (::String)


1544
1545
1546
# File 'sig/types.rbs', line 1544

def instruction
  @instruction
end

#knowledge_bases::Array[Types::KnowledgeBase]

Returns the value of attribute knowledge_bases.

Returns:



1545
1546
1547
# File 'sig/types.rbs', line 1545

def knowledge_bases
  @knowledge_bases
end

#orchestration_type"DEFAULT", "CUSTOM_ORCHESTRATION"

Returns the value of attribute orchestration_type.

Returns:

  • ("DEFAULT", "CUSTOM_ORCHESTRATION")


1546
1547
1548
# File 'sig/types.rbs', line 1546

def orchestration_type
  @orchestration_type
end

#prompt_creation_configurationsTypes::PromptCreationConfigurations

Returns the value of attribute prompt_creation_configurations.



1547
1548
1549
# File 'sig/types.rbs', line 1547

def prompt_creation_configurations
  @prompt_creation_configurations
end

#prompt_override_configurationTypes::PromptOverrideConfiguration

Returns the value of attribute prompt_override_configuration.



1548
1549
1550
# File 'sig/types.rbs', line 1548

def prompt_override_configuration
  @prompt_override_configuration
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def session_id
  @session_id
end

#streaming_configurationsTypes::StreamingConfigurations

Returns the value of attribute streaming_configurations.



1550
1551
1552
# File 'sig/types.rbs', line 1550

def streaming_configurations
  @streaming_configurations
end