Class: Aws::Types::AIPromptData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_prompt_arn::String

Returns the value of attribute ai_prompt_arn.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def ai_prompt_arn
  @ai_prompt_arn
end

#ai_prompt_id::String

Returns the value of attribute ai_prompt_id.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def ai_prompt_id
  @ai_prompt_id
end

#api_format"ANTHROPIC_CLAUDE_MESSAGES", ...

Returns the value of attribute api_format.

Returns:

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


173
174
175
# File 'sig/types.rbs', line 173

def api_format
  @api_format
end

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def assistant_id
  @assistant_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def description
  @description
end

#inference_configurationTypes::AIPromptInferenceConfiguration

Returns the value of attribute inference_configuration.



175
176
177
# File 'sig/types.rbs', line 175

def inference_configuration
  @inference_configuration
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def model_id
  @model_id
end

#modified_time::Time

Returns the value of attribute modified_time.

Returns:

  • (::Time)


176
177
178
# File 'sig/types.rbs', line 176

def modified_time
  @modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def name
  @name
end

#origin"SYSTEM", "CUSTOMER"

Returns the value of attribute origin.

Returns:

  • ("SYSTEM", "CUSTOMER")


180
181
182
# File 'sig/types.rbs', line 180

def origin
  @origin
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


181
182
183
# File 'sig/types.rbs', line 181

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


179
180
181
# File 'sig/types.rbs', line 179

def tags
  @tags
end

#template_configurationTypes::AIPromptTemplateConfiguration

Returns the value of attribute template_configuration.



174
175
176
# File 'sig/types.rbs', line 174

def template_configuration
  @template_configuration
end

#template_type"TEXT"

Returns the value of attribute template_type.

Returns:

  • ("TEXT")


171
172
173
# File 'sig/types.rbs', line 171

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")


170
171
172
# File 'sig/types.rbs', line 170

def type
  @type
end

#visibility_status"SAVED", "PUBLISHED"

Returns the value of attribute visibility_status.

Returns:

  • ("SAVED", "PUBLISHED")


178
179
180
# File 'sig/types.rbs', line 178

def visibility_status
  @visibility_status
end