Class: Aws::Bedrock::Types::PromptRouterSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Details about a prompt router.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

When the router was created.

Returns:

  • (Time)


12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The router’s description.

Returns:

  • (String)


12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#fallback_modelTypes::PromptRouterTargetModel

The router’s fallback model.



12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#modelsArray<Types::PromptRouterTargetModel>

The router’s models.

Returns:



12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#prompt_router_arnString

The router’s ARN.

Returns:

  • (String)


12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#prompt_router_nameString

The router’s name.

Returns:

  • (String)


12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#routing_criteriaTypes::RoutingCriteria

The router’s routing criteria.



12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The router’s status.

Returns:

  • (String)


12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#typeString

The summary’s type.

Returns:

  • (String)


12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

When the router was updated.

Returns:

  • (Time)


12298
12299
12300
12301
12302
12303
12304
12305
12306
12307
12308
12309
12310
12311
# File 'lib/aws-sdk-bedrock/types.rb', line 12298

class PromptRouterSummary < Struct.new(
  :prompt_router_name,
  :routing_criteria,
  :description,
  :created_at,
  :updated_at,
  :prompt_router_arn,
  :models,
  :fallback_model,
  :status,
  :type)
  SENSITIVE = [:description]
  include Aws::Structure
end