Class: Aws::BedrockAgentCoreControl::Types::AgentRuntimeEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::AgentRuntimeEndpoint
- 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
-
#agent_runtime_arn ⇒ String
The Amazon Resource Name (ARN) of the agent runtime associated with the endpoint.
-
#agent_runtime_endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the agent runtime endpoint.
-
#created_at ⇒ Time
The timestamp when the agent runtime endpoint was created.
-
#description ⇒ String
The description of the agent runtime endpoint.
-
#id ⇒ String
The unique identifier of the agent runtime endpoint.
-
#last_updated_at ⇒ Time
The timestamp when the agent runtime endpoint was last updated.
-
#live_version ⇒ String
The live version of the agent runtime endpoint.
-
#name ⇒ String
The name of the agent runtime endpoint.
-
#status ⇒ String
The current status of the agent runtime endpoint.
-
#target_version ⇒ String
The target version of the agent runtime endpoint.
Instance Attribute Details
#agent_runtime_arn ⇒ String
The Amazon Resource Name (ARN) of the agent runtime associated with the endpoint.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the agent runtime endpoint.
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_at ⇒ Time
The timestamp when the agent runtime endpoint was created.
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 |
#description ⇒ String
The description of the agent runtime endpoint.
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 |
#id ⇒ String
The unique identifier of the agent runtime endpoint.
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_at ⇒ Time
The timestamp when the agent runtime endpoint was last updated.
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_version ⇒ String
The live version of the agent runtime endpoint. This is the version that is currently serving requests.
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 |
#name ⇒ String
The name of the agent runtime endpoint.
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 |
#status ⇒ String
The current status of the agent runtime endpoint.
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_version ⇒ String
The target version of the agent runtime endpoint. This is the version that the endpoint is being updated to.
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 |