Class: Aws::Types::FoundationModelSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customizations_supported::Array[("FINE_TUNING" | "CONTINUED_PRE_TRAINING" | "DISTILLATION")]

Returns the value of attribute customizations_supported.

Returns:

  • (::Array[("FINE_TUNING" | "CONTINUED_PRE_TRAINING" | "DISTILLATION")])


1669
1670
1671
# File 'sig/types.rbs', line 1669

def customizations_supported
  @customizations_supported
end

#inference_types_supported::Array[("ON_DEMAND" | "PROVISIONED")]

Returns the value of attribute inference_types_supported.

Returns:

  • (::Array[("ON_DEMAND" | "PROVISIONED")])


1670
1671
1672
# File 'sig/types.rbs', line 1670

def inference_types_supported
  @inference_types_supported
end

#input_modalities::Array[("TEXT" | "IMAGE" | "EMBEDDING")]

Returns the value of attribute input_modalities.

Returns:

  • (::Array[("TEXT" | "IMAGE" | "EMBEDDING")])


1666
1667
1668
# File 'sig/types.rbs', line 1666

def input_modalities
  @input_modalities
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def model_arn
  @model_arn
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def model_id
  @model_id
end

#model_lifecycleTypes::FoundationModelLifecycle

Returns the value of attribute model_lifecycle.



1671
1672
1673
# File 'sig/types.rbs', line 1671

def model_lifecycle
  @model_lifecycle
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def model_name
  @model_name
end

#output_modalities::Array[("TEXT" | "IMAGE" | "EMBEDDING")]

Returns the value of attribute output_modalities.

Returns:

  • (::Array[("TEXT" | "IMAGE" | "EMBEDDING")])


1667
1668
1669
# File 'sig/types.rbs', line 1667

def output_modalities
  @output_modalities
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


1665
1666
1667
# File 'sig/types.rbs', line 1665

def provider_name
  @provider_name
end

#response_streaming_supportedBoolean

Returns the value of attribute response_streaming_supported.

Returns:

  • (Boolean)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def response_streaming_supported
  @response_streaming_supported
end