Class: Aws::Bedrock::Types::GetPromptRouterResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

When the router was created.

Returns:

  • (Time)


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

#descriptionString

The router’s description.

Returns:

  • (String)


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_modelTypes::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

#modelsArray<Types::PromptRouterTargetModel>

The router’s models.

Returns:



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_arnString

The prompt router’s ARN

Returns:

  • (String)


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_nameString

The router’s name.

Returns:

  • (String)


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_criteriaTypes::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

#statusString

The router’s status.

Returns:

  • (String)


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

#typeString

The router’s type.

Returns:

  • (String)


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_atTime

When the router was updated.

Returns:

  • (Time)


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