Class: Aws::Bedrock::Types::GetPromptRouterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetPromptRouterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
When the router was created.
-
#description ⇒ String
The router’s description.
-
#fallback_model ⇒ Types::PromptRouterTargetModel
The router’s fallback model.
-
#models ⇒ Array<Types::PromptRouterTargetModel>
The router’s models.
-
#prompt_router_arn ⇒ String
The prompt router’s ARN.
-
#prompt_router_name ⇒ String
The router’s name.
-
#routing_criteria ⇒ Types::RoutingCriteria
The router’s routing criteria.
-
#status ⇒ String
The router’s status.
-
#type ⇒ String
The router’s type.
-
#updated_at ⇒ Time
When the router was updated.
Instance Attribute Details
#created_at ⇒ Time
When the router was created.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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 |
#description ⇒ String
The router’s description.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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_model ⇒ Types::PromptRouterTargetModel
The router’s fallback model.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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 |
#models ⇒ Array<Types::PromptRouterTargetModel>
The router’s models.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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_arn ⇒ String
The prompt router’s ARN
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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_name ⇒ String
The router’s name.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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_criteria ⇒ Types::RoutingCriteria
The router’s routing criteria.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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 |
#status ⇒ String
The router’s status.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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 |
#type ⇒ String
The router’s type.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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_at ⇒ Time
When the router was updated.
2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2948 class GetPromptRouterResponse < 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 |