GoogleCloudAiplatformV1BatchReadFeatureValuesRequest class
Request message for FeaturestoreService.BatchReadFeatureValues.
Constructors
-
GoogleCloudAiplatformV1BatchReadFeatureValuesRequest({GoogleCloudAiplatformV1BigQuerySource? bigqueryReadInstances, GoogleCloudAiplatformV1CsvSource? csvReadInstances, GoogleCloudAiplatformV1FeatureValueDestination? destination, List<
GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec> ? entityTypeSpecs, List<GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField> ? passThroughFields, String? startTime}) - GoogleCloudAiplatformV1BatchReadFeatureValuesRequest.fromJson(Map json_)
Properties
- bigqueryReadInstances ↔ GoogleCloudAiplatformV1BigQuerySource?
-
Similar to csv_read_instances, but from BigQuery source.
getter/setter pair
- csvReadInstances ↔ GoogleCloudAiplatformV1CsvSource?
-
Each read instance consists of exactly one read timestamp and one or more
entity IDs identifying entities of the corresponding EntityTypes whose
Features are requested.
getter/setter pair
- destination ↔ GoogleCloudAiplatformV1FeatureValueDestination?
-
Specifies output location and format.
getter/setter pair
-
entityTypeSpecs
↔ List<
GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec> ? -
Specifies EntityType grouping Features to read values of and settings.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
passThroughFields
↔ List<
GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField> ? -
When not empty, the specified fields in the *_read_instances source will
be joined as-is in the output, in addition to those fields from the
Featurestore Entity.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Excludes Feature values with feature generation timestamp before this
timestamp.
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