Class: Aws::Types::ListFoundationModelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_customization_type"FINE_TUNING", ...

Returns the value of attribute by_customization_type.

Returns:

  • ("FINE_TUNING", "CONTINUED_PRE_TRAINING", "DISTILLATION")


2729
2730
2731
# File 'sig/types.rbs', line 2729

def by_customization_type
  @by_customization_type
end

#by_inference_type"ON_DEMAND", "PROVISIONED"

Returns the value of attribute by_inference_type.

Returns:

  • ("ON_DEMAND", "PROVISIONED")


2731
2732
2733
# File 'sig/types.rbs', line 2731

def by_inference_type
  @by_inference_type
end

#by_output_modality"TEXT", ...

Returns the value of attribute by_output_modality.

Returns:

  • ("TEXT", "IMAGE", "EMBEDDING")


2730
2731
2732
# File 'sig/types.rbs', line 2730

def by_output_modality
  @by_output_modality
end

#by_provider::String

Returns the value of attribute by_provider.

Returns:

  • (::String)


2728
2729
2730
# File 'sig/types.rbs', line 2728

def by_provider
  @by_provider
end