GoogleCloudAiplatformV1EmbedContentRequest class
Request message for PredictionService.EmbedContent.
Constructors
- GoogleCloudAiplatformV1EmbedContentRequest({bool? autoTruncate, GoogleCloudAiplatformV1Content? content, GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig? embedContentConfig, int? outputDimensionality, String? taskType, String? title})
- GoogleCloudAiplatformV1EmbedContentRequest.fromJson(Map json_)
Properties
- autoTruncate ↔ bool?
-
Deprecated: Please use EmbedContentConfig.auto_truncate instead.
getter/setter pair
- content ↔ GoogleCloudAiplatformV1Content?
-
The content to be embedded.
getter/setter pair
- embedContentConfig ↔ GoogleCloudAiplatformV1EmbedContentRequestEmbedContentConfig?
-
Configuration for the EmbedContent request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputDimensionality ↔ int?
-
Deprecated: Please use EmbedContentConfig.output_dimensionality instead.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskType ↔ String?
-
Deprecated: Please use EmbedContentConfig.task_type instead.
getter/setter pair
- title ↔ String?
-
Deprecated: Please use EmbedContentConfig.title instead.
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