Class: Aws::Types::CreateAIPromptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_format"ANTHROPIC_CLAUDE_MESSAGES", ...

Returns the value of attribute api_format.

Returns:

  • ("ANTHROPIC_CLAUDE_MESSAGES", "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS", "MESSAGES", "TEXT_COMPLETIONS")


645
646
647
# File 'sig/types.rbs', line 645

def api_format
  @api_format
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def assistant_id
  @assistant_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def description
  @description
end

#inference_configurationTypes::AIPromptInferenceConfiguration

Returns the value of attribute inference_configuration.



648
649
650
# File 'sig/types.rbs', line 648

def inference_configuration
  @inference_configuration
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def model_id
  @model_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


646
647
648
# File 'sig/types.rbs', line 646

def tags
  @tags
end

#template_configurationTypes::AIPromptTemplateConfiguration

Returns the value of attribute template_configuration.



641
642
643
# File 'sig/types.rbs', line 641

def template_configuration
  @template_configuration
end

#template_type"TEXT"

Returns the value of attribute template_type.

Returns:

  • ("TEXT")


643
644
645
# File 'sig/types.rbs', line 643

def template_type
  @template_type
end

#type"ANSWER_GENERATION", ...

Returns the value of attribute type.

Returns:

  • ("ANSWER_GENERATION", "INTENT_LABELING_GENERATION", "QUERY_REFORMULATION", "SELF_SERVICE_PRE_PROCESSING", "SELF_SERVICE_ANSWER_GENERATION", "EMAIL_RESPONSE", "EMAIL_OVERVIEW", "EMAIL_GENERATIVE_ANSWER", "EMAIL_QUERY_REFORMULATION", "ORCHESTRATION", "NOTE_TAKING", "CASE_SUMMARIZATION")


640
641
642
# File 'sig/types.rbs', line 640

def type
  @type
end

#visibility_status"SAVED", "PUBLISHED"

Returns the value of attribute visibility_status.

Returns:

  • ("SAVED", "PUBLISHED")


642
643
644
# File 'sig/types.rbs', line 642

def visibility_status
  @visibility_status
end