Class: Aws::Types::PromptVariant

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:metadata, :gen_ai_resource])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_request_fieldsObject

Returns the value of attribute additional_model_request_fields.

Returns:

  • (Object)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def additional_model_request_fields
  @additional_model_request_fields
end

#gen_ai_resourceTypes::PromptGenAiResource

Returns the value of attribute gen_ai_resource.



2330
2331
2332
# File 'sig/types.rbs', line 2330

def gen_ai_resource
  @gen_ai_resource
end

#inference_configurationTypes::PromptInferenceConfiguration

Returns the value of attribute inference_configuration.



2327
2328
2329
# File 'sig/types.rbs', line 2327

def inference_configuration
  @inference_configuration
end

#metadata::Array[Types::PromptMetadataEntry]

Returns the value of attribute metadata.

Returns:



2328
2329
2330
# File 'sig/types.rbs', line 2328

def 
  @metadata
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


2326
2327
2328
# File 'sig/types.rbs', line 2326

def model_id
  @model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def name
  @name
end

#template_configurationTypes::PromptTemplateConfiguration

Returns the value of attribute template_configuration.



2325
2326
2327
# File 'sig/types.rbs', line 2325

def template_configuration
  @template_configuration
end

#template_type"TEXT", "CHAT"

Returns the value of attribute template_type.

Returns:

  • ("TEXT", "CHAT")


2324
2325
2326
# File 'sig/types.rbs', line 2324

def template_type
  @template_type
end