GoogleCloudAiplatformV1EmbedContentResponse class
Response message for PredictionService.EmbedContent.
Constructors
- GoogleCloudAiplatformV1EmbedContentResponse({GoogleCloudAiplatformV1EmbedContentResponseEmbedding? embedding, bool? truncated, GoogleCloudAiplatformV1UsageMetadata? usageMetadata})
- GoogleCloudAiplatformV1EmbedContentResponse.fromJson(Map json_)
Properties
- embedding ↔ GoogleCloudAiplatformV1EmbedContentResponseEmbedding?
-
The embedding generated from the input content.
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
- truncated ↔ bool?
-
Whether the input content was truncated before generating the embedding.
getter/setter pair
- usageMetadata ↔ GoogleCloudAiplatformV1UsageMetadata?
-
Metadata about the response(s).
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