Class: Aws::Types::AgentVersion

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_arn::String

Returns the value of attribute agent_arn.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def agent_arn
  @agent_arn
end

#agent_collaboration"SUPERVISOR", ...

Returns the value of attribute agent_collaboration.

Returns:

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


226
227
228
# File 'sig/types.rbs', line 226

def agent_collaboration
  @agent_collaboration
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def agent_id
  @agent_id
end

#agent_name::String

Returns the value of attribute agent_name.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def agent_name
  @agent_name
end

#agent_resource_role_arn::String

Returns the value of attribute agent_resource_role_arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def agent_resource_role_arn
  @agent_resource_role_arn
end

#agent_status"CREATING", ...

Returns the value of attribute agent_status.

Returns:

  • ("CREATING", "PREPARING", "PREPARED", "NOT_PREPARED", "DELETING", "FAILED", "VERSIONING", "UPDATING")


213
214
215
# File 'sig/types.rbs', line 213

def agent_status
  @agent_status
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


219
220
221
# File 'sig/types.rbs', line 219

def created_at
  @created_at
end

#customer_encryption_key_arn::String

Returns the value of attribute customer_encryption_key_arn.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def customer_encryption_key_arn
  @customer_encryption_key_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def description
  @description
end

#failure_reasons::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


221
222
223
# File 'sig/types.rbs', line 221

def failure_reasons
  @failure_reasons
end

#foundation_model::String

Returns the value of attribute foundation_model.

Returns:

  • (::String)


214
215
216
# File 'sig/types.rbs', line 214

def foundation_model
  @foundation_model
end

#guardrail_configurationTypes::GuardrailConfiguration

Returns the value of attribute guardrail_configuration.



224
225
226
# File 'sig/types.rbs', line 224

def guardrail_configuration
  @guardrail_configuration
end

#idle_session_ttl_in_seconds::Integer

Returns the value of attribute idle_session_ttl_in_seconds.

Returns:

  • (::Integer)


216
217
218
# File 'sig/types.rbs', line 216

def idle_session_ttl_in_seconds
  @idle_session_ttl_in_seconds
end

#instruction::String

Returns the value of attribute instruction.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def instruction
  @instruction
end

#memory_configurationTypes::MemoryConfiguration

Returns the value of attribute memory_configuration.



225
226
227
# File 'sig/types.rbs', line 225

def memory_configuration
  @memory_configuration
end

#prompt_override_configurationTypes::PromptOverrideConfiguration

Returns the value of attribute prompt_override_configuration.



223
224
225
# File 'sig/types.rbs', line 223

def prompt_override_configuration
  @prompt_override_configuration
end

Returns the value of attribute recommended_actions.

Returns:

  • (::Array[::String])


222
223
224
# File 'sig/types.rbs', line 222

def recommended_actions
  @recommended_actions
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


220
221
222
# File 'sig/types.rbs', line 220

def updated_at
  @updated_at
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def version
  @version
end