Class: Raif::ModelManifest::Dsl::EmbeddingModelDeclaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/raif/model_manifest/dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_nameObject

Returns the value of attribute api_name

Returns:

  • (Object)

    the current value of api_name



37
38
39
# File 'lib/raif/model_manifest/dsl.rb', line 37

def api_name
  @api_name
end

#default_output_vector_sizeObject

Returns the value of attribute default_output_vector_size

Returns:

  • (Object)

    the current value of default_output_vector_size



37
38
39
# File 'lib/raif/model_manifest/dsl.rb', line 37

def default_output_vector_size
  @default_output_vector_size
end

#display_nameObject

Returns the value of attribute display_name

Returns:

  • (Object)

    the current value of display_name



37
38
39
# File 'lib/raif/model_manifest/dsl.rb', line 37

def display_name
  @display_name
end

#input_per_millionObject

Returns the value of attribute input_per_million

Returns:

  • (Object)

    the current value of input_per_million



37
38
39
# File 'lib/raif/model_manifest/dsl.rb', line 37

def input_per_million
  @input_per_million
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



37
38
39
# File 'lib/raif/model_manifest/dsl.rb', line 37

def key
  @key
end

#lifecycleObject

Returns the value of attribute lifecycle

Returns:

  • (Object)

    the current value of lifecycle



37
38
39
# File 'lib/raif/model_manifest/dsl.rb', line 37

def lifecycle
  @lifecycle
end

#source_pathObject

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



37
38
39
# File 'lib/raif/model_manifest/dsl.rb', line 37

def source_path
  @source_path
end