Class: Aws::Types::FoundationModelDetails

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


1646
1647
1648
# File 'sig/types.rbs', line 1646

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


1647
1648
1649
# File 'sig/types.rbs', line 1647

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


1643
1644
1645
# File 'sig/types.rbs', line 1643

def input_modalities
  @input_modalities
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def model_arn
  @model_arn
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def model_id
  @model_id
end

#model_lifecycleTypes::FoundationModelLifecycle

Returns the value of attribute model_lifecycle.



1648
1649
1650
# File 'sig/types.rbs', line 1648

def model_lifecycle
  @model_lifecycle
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def model_name
  @model_name
end

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

Returns the value of attribute output_modalities.

Returns:

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


1644
1645
1646
# File 'sig/types.rbs', line 1644

def output_modalities
  @output_modalities
end

#provider_name::String

Returns the value of attribute provider_name.

Returns:

  • (::String)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def provider_name
  @provider_name
end

#response_streaming_supportedBoolean

Returns the value of attribute response_streaming_supported.

Returns:

  • (Boolean)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def response_streaming_supported
  @response_streaming_supported
end