GoogleCloudAiplatformV1GroundingSupport class
Grounding support.
Constructors
-
GoogleCloudAiplatformV1GroundingSupport.new({List<
double> ? confidenceScores, List<int> ? groundingChunkIndices, GoogleCloudAiplatformV1Segment? segment}) - GoogleCloudAiplatformV1GroundingSupport.fromJson(Map json_)
Properties
-
confidenceScores
↔ List<
double> ? -
Confidence score of the support references.
getter/setter pair
-
groundingChunkIndices
↔ List<
int> ? -
A list of indices (into 'grounding_chunk') specifying the citations
associated with the claim.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segment ↔ GoogleCloudAiplatformV1Segment?
-
Segment of the content this support belongs to.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited