Class: Aws::Types::ListModelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_prompt_type"ANSWER_GENERATION", ...

Returns the value of attribute ai_prompt_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")


1838
1839
1840
# File 'sig/types.rbs', line 1838

def ai_prompt_type
  @ai_prompt_type
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


1837
1838
1839
# File 'sig/types.rbs', line 1837

def assistant_id
  @assistant_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def max_results
  @max_results
end

#model_lifecycle"ACTIVE", "LEGACY"

Returns the value of attribute model_lifecycle.

Returns:

  • ("ACTIVE", "LEGACY")


1839
1840
1841
# File 'sig/types.rbs', line 1839

def model_lifecycle
  @model_lifecycle
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1840
1841
1842
# File 'sig/types.rbs', line 1840

def next_token
  @next_token
end