Class: Aws::Types::CreatePromptRouterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def client_request_token
  @client_request_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def description
  @description
end

#fallback_modelTypes::PromptRouterTargetModel

Returns the value of attribute fallback_model.



1178
1179
1180
# File 'sig/types.rbs', line 1178

def fallback_model
  @fallback_model
end

#models::Array[Types::PromptRouterTargetModel]

Returns the value of attribute models.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def models
  @models
end

#prompt_router_name::String

Returns the value of attribute prompt_router_name.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def prompt_router_name
  @prompt_router_name
end

#routing_criteriaTypes::RoutingCriteria

Returns the value of attribute routing_criteria.



1177
1178
1179
# File 'sig/types.rbs', line 1177

def routing_criteria
  @routing_criteria
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1179
1180
1181
# File 'sig/types.rbs', line 1179

def tags
  @tags
end