SearchExamplesRequest class final

Request message for ExampleStoreService.SearchExamples.

Inheritance
  • Object
  • ProtoMessage
  • SearchExamplesRequest

Constructors

SearchExamplesRequest({StoredContentsExampleParameters? storedContentsExampleParameters, required String exampleStore, int topK = 0})
SearchExamplesRequest.fromJson(Object? j)
factory

Properties

exampleStore String
Required. The name of the ExampleStore resource that examples are retrieved from. Format: projects/{project}/locations/{location}/exampleStores/{example_store}
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storedContentsExampleParameters StoredContentsExampleParameters?
The parameters of StoredContentsExamples to be searched.
final
topK int
Optional. The number of similar examples to return.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String