Vertex AI v1beta1 API - Class SearchExamplesResponse.Types.SimilarExample (1.0.0-beta24)

public sealed class SearchExamplesResponse.Types.SimilarExample : IMessage<SearchExamplesResponse.Types.SimilarExample>, IEquatable<SearchExamplesResponse.Types.SimilarExample>, IDeepCloneable<SearchExamplesResponse.Types.SimilarExample>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class SearchExamplesResponse.Types.SimilarExample.

The result of the similar example.

Inheritance

object > SearchExamplesResponse.Types.SimilarExample

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

SimilarExample()

public SimilarExample()

SimilarExample(SimilarExample)

public SimilarExample(SearchExamplesResponse.Types.SimilarExample other)
Parameter
Name Description
other SearchExamplesResponseTypesSimilarExample

Properties

Example

public Example Example { get; set; }

The example that is similar to the searched query.

Property Value
Type Description
Example

SimilarityScore

public float SimilarityScore { get; set; }

The similarity score of this example.

Property Value
Type Description
float