Class: Aws::Types::UpdateAgentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:instruction, :prompt_override_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_collaboration"SUPERVISOR", ...

Returns the value of attribute agent_collaboration.

Returns:

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


2953
2954
2955
# File 'sig/types.rbs', line 2953

def agent_collaboration
  @agent_collaboration
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def agent_id
  @agent_id
end

#agent_name::String

Returns the value of attribute agent_name.

Returns:

  • (::String)


2941
2942
2943
# File 'sig/types.rbs', line 2941

def agent_name
  @agent_name
end

#agent_resource_role_arn::String

Returns the value of attribute agent_resource_role_arn.

Returns:

  • (::String)


2948
2949
2950
# File 'sig/types.rbs', line 2948

def agent_resource_role_arn
  @agent_resource_role_arn
end

#custom_orchestrationTypes::CustomOrchestration

Returns the value of attribute custom_orchestration.



2946
2947
2948
# File 'sig/types.rbs', line 2946

def custom_orchestration
  @custom_orchestration
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


2949
2950
2951
# File 'sig/types.rbs', line 2949

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2944
2945
2946
# File 'sig/types.rbs', line 2944

def description
  @description
end

#foundation_model::String

Returns the value of attribute foundation_model.

Returns:

  • (::String)


2943
2944
2945
# File 'sig/types.rbs', line 2943

def foundation_model
  @foundation_model
end

#guardrail_configurationTypes::GuardrailConfiguration

Returns the value of attribute guardrail_configuration.



2951
2952
2953
# File 'sig/types.rbs', line 2951

def guardrail_configuration
  @guardrail_configuration
end

#idle_session_ttl_in_seconds::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


2947
2948
2949
# File 'sig/types.rbs', line 2947

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#instruction::String

Returns the value of attribute instruction.

Returns:

  • (::String)


2942
2943
2944
# File 'sig/types.rbs', line 2942

def instruction
  @instruction
end

#memory_configurationTypes::MemoryConfiguration

Returns the value of attribute memory_configuration.



2952
2953
2954
# File 'sig/types.rbs', line 2952

def memory_configuration
  @memory_configuration
end

#orchestration_type"DEFAULT", "CUSTOM_ORCHESTRATION"

Returns the value of attribute orchestration_type.

Returns:

  • ("DEFAULT", "CUSTOM_ORCHESTRATION")


2945
2946
2947
# File 'sig/types.rbs', line 2945

def orchestration_type
  @orchestration_type
end

#prompt_override_configurationTypes::PromptOverrideConfiguration

Returns the value of attribute prompt_override_configuration.



2950
2951
2952
# File 'sig/types.rbs', line 2950

def prompt_override_configuration
  @prompt_override_configuration
end