Class: EmbeddingUtil::EmbeddingResult

Inherits:
Data
  • Object
show all
Defined in:
lib/embedding_util/result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#embeddingObject (readonly)

Returns the value of attribute embedding

Returns:

  • (Object)

    the current value of embedding



4
5
6
# File 'lib/embedding_util/result.rb', line 4

def embedding
  @embedding
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



4
5
6
# File 'lib/embedding_util/result.rb', line 4

def 
  @metadata
end

#modelObject (readonly)

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



4
5
6
# File 'lib/embedding_util/result.rb', line 4

def model
  @model
end

#profileObject (readonly)

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



4
5
6
# File 'lib/embedding_util/result.rb', line 4

def profile
  @profile
end

#providerObject (readonly)

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



4
5
6
# File 'lib/embedding_util/result.rb', line 4

def provider
  @provider
end