Class: Aws::Types::AIPromptSummary

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)


199
200
201
# File 'sig/types.rbs', line 199

def ai_prompt_arn
  @ai_prompt_arn
end

#ai_prompt_id::String

Returns the value of attribute ai_prompt_id.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

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


203
204
205
# File 'sig/types.rbs', line 203

def api_format
  @api_format
end

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def assistant_id
  @assistant_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def description
  @description
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def model_id
  @model_id
end

#modified_time::Time

Returns the value of attribute modified_time.

Returns:

  • (::Time)


200
201
202
# File 'sig/types.rbs', line 200

def modified_time
  @modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def name
  @name
end

#origin"SYSTEM", "CUSTOMER"

Returns the value of attribute origin.

Returns:

  • ("SYSTEM", "CUSTOMER")


205
206
207
# File 'sig/types.rbs', line 205

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


207
208
209
# File 'sig/types.rbs', line 207

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


208
209
210
# File 'sig/types.rbs', line 208

def tags
  @tags
end

#template_type"TEXT"

Returns the value of attribute template_type.

Returns:

  • ("TEXT")


201
202
203
# File 'sig/types.rbs', line 201

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


198
199
200
# File 'sig/types.rbs', line 198

def type
  @type
end

#visibility_status"SAVED", "PUBLISHED"

Returns the value of attribute visibility_status.

Returns:

  • ("SAVED", "PUBLISHED")


204
205
206
# File 'sig/types.rbs', line 204

def visibility_status
  @visibility_status
end