Class: Aws::BedrockAgentCoreControl::Types::AgentRuntimeEndpoint

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Contains information about an agent runtime endpoint. An endpoint provides a way to connect to and interact with an agent runtime.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_runtime_arnString

The Amazon Resource Name (ARN) of the agent runtime associated with the endpoint.

Returns:

  • (String)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#agent_runtime_endpoint_arnString

The Amazon Resource Name (ARN) of the agent runtime endpoint.

Returns:

  • (String)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#created_atTime

The timestamp when the agent runtime endpoint was created.

Returns:

  • (Time)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#descriptionString

The description of the agent runtime endpoint.

Returns:

  • (String)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#idString

The unique identifier of the agent runtime endpoint.

Returns:

  • (String)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#last_updated_atTime

The timestamp when the agent runtime endpoint was last updated.

Returns:

  • (Time)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#live_versionString

The live version of the agent runtime endpoint. This is the version that is currently serving requests.

Returns:

  • (String)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the agent runtime endpoint.

Returns:

  • (String)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#statusString

The current status of the agent runtime endpoint.

Returns:

  • (String)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end

#target_versionString

The target version of the agent runtime endpoint. This is the version that the endpoint is being updated to.

Returns:

  • (String)


219
220
221
222
223
224
225
226
227
228
229
230
231
232
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 219

class AgentRuntimeEndpoint < Struct.new(
  :name,
  :live_version,
  :target_version,
  :agent_runtime_endpoint_arn,
  :agent_runtime_arn,
  :status,
  :id,
  :description,
  :created_at,
  :last_updated_at)
  SENSITIVE = [:name]
  include Aws::Structure
end