Class: Aws::BedrockAgent::Types::AgentAlias

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

Overview

Contains details about an alias of an agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_arnString

The Amazon Resource Name (ARN) of the alias of the agent.

Returns:

  • (String)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_alias_history_eventsArray<Types::AgentAliasHistoryEvent>

Contains details about the history of the alias.

Returns:



467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_alias_idString

The unique identifier of the alias of the agent.

Returns:

  • (String)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_alias_nameString

The name of the alias of the agent.

Returns:

  • (String)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_alias_statusString

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.

Returns:

  • (String)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_idString

The unique identifier of the agent.

Returns:

  • (String)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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.

Returns:

  • (String)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which the alias of the agent was created.

Returns:

  • (Time)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the alias of the agent.

Returns:

  • (String)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonsArray<String>

Information on the failure of Provisioned Throughput assigned to an agent alias.

Returns:

  • (Array<String>)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#routing_configurationArray<Types::AgentAliasRoutingConfigurationListItem>

Contains details about the routing configuration of the alias.



467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The time at which the alias was last updated.

Returns:

  • (Time)


467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 467

class AgentAlias < Struct.new(
  :agent_alias_arn,
  :agent_alias_history_events,
  :agent_alias_id,
  :agent_alias_name,
  :agent_alias_status,
  :agent_id,
  :client_token,
  :created_at,
  :description,
  :failure_reasons,
  :routing_configuration,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end