Class: Aws::BedrockAgent::Types::AgentAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::AgentAlias
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about an alias of an agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_alias_arn ⇒ String
The Amazon Resource Name (ARN) of the alias of the agent.
-
#agent_alias_history_events ⇒ Array<Types::AgentAliasHistoryEvent>
Contains details about the history of the alias.
-
#agent_alias_id ⇒ String
The unique identifier of the alias of the agent.
-
#agent_alias_name ⇒ String
The name of the alias of the agent.
-
#agent_alias_status ⇒ String
The status of the alias of the agent and whether it is ready for use.
-
#agent_id ⇒ String
The unique identifier of the agent.
-
#alias_invocation_state ⇒ String
The invocation state for the agent alias.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
-
#created_at ⇒ Time
The time at which the alias of the agent was created.
-
#description ⇒ String
The description of the alias of the agent.
-
#failure_reasons ⇒ Array<String>
Information on the failure of Provisioned Throughput assigned to an agent alias.
-
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Contains details about the routing configuration of the alias.
-
#updated_at ⇒ Time
The time at which the alias was last updated.
Instance Attribute Details
#agent_alias_arn ⇒ String
The Amazon Resource Name (ARN) of the alias of the agent.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#agent_alias_history_events ⇒ Array<Types::AgentAliasHistoryEvent>
Contains details about the history of the alias.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#agent_alias_id ⇒ String
The unique identifier of the alias of the agent.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#agent_alias_name ⇒ String
The name of the alias of the agent.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#agent_alias_status ⇒ String
The status of the alias of the agent and whether it is ready for use. The following statuses are possible:
-
CREATING – The agent alias is being created.
-
PREPARED – The agent alias is finished being created or updated and is ready to be invoked.
-
FAILED – The agent alias API operation failed.
-
UPDATING – The agent alias is being updated.
-
DELETING – The agent alias is being deleted.
-
DISSOCIATED - The agent alias has no version associated with it.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#agent_id ⇒ String
The unique identifier of the agent.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#alias_invocation_state ⇒ String
The invocation state for the agent alias. If the agent alias is running, the value is ‘ACCEPT_INVOCATIONS`. If the agent alias is paused, the value is `REJECT_INVOCATIONS`. Use the `UpdateAgentAlias` operation to change the invocation state.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see [Ensuring idempotency].
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the alias of the agent was created.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the alias of the agent.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<String>
Information on the failure of Provisioned Throughput assigned to an agent alias.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#routing_configuration ⇒ Array<Types::AgentAliasRoutingConfigurationListItem>
Contains details about the routing configuration of the alias.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the alias was last updated.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 515 class AgentAlias < Struct.new( :agent_id, :agent_alias_id, :agent_alias_name, :agent_alias_arn, :client_token, :description, :routing_configuration, :created_at, :updated_at, :agent_alias_history_events, :agent_alias_status, :failure_reasons, :alias_invocation_state) SENSITIVE = [] include Aws::Structure end |