Class: Aws::Types::ModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cross_region_status"NONE", ...

Returns the value of attribute cross_region_status.

Returns:

  • ("NONE", "REGIONAL", "GLOBAL")


2119
2120
2121
# File 'sig/types.rbs', line 2119

def cross_region_status
  @cross_region_status
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def display_name
  @display_name
end

#end_of_life_timestamp::Time

Returns the value of attribute end_of_life_timestamp.

Returns:

  • (::Time)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def end_of_life_timestamp
  @end_of_life_timestamp
end

#legacy_timestamp::Time

Returns the value of attribute legacy_timestamp.

Returns:

  • (::Time)


2123
2124
2125
# File 'sig/types.rbs', line 2123

def legacy_timestamp
  @legacy_timestamp
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


2117
2118
2119
# File 'sig/types.rbs', line 2117

def model_id
  @model_id
end

#model_lifecycle"ACTIVE", "LEGACY"

Returns the value of attribute model_lifecycle.

Returns:

  • ("ACTIVE", "LEGACY")


2122
2123
2124
# File 'sig/types.rbs', line 2122

def model_lifecycle
  @model_lifecycle
end

#supported_ai_prompt_types::Array[("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")]

Returns the value of attribute supported_ai_prompt_types.

Returns:

  • (::Array[("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")])


2121
2122
2123
# File 'sig/types.rbs', line 2121

def supported_ai_prompt_types
  @supported_ai_prompt_types
end

#supports_prompt_cachingBoolean

Returns the value of attribute supports_prompt_caching.

Returns:

  • (Boolean)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def supports_prompt_caching
  @supports_prompt_caching
end