Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1WriteFeatureValuesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1WriteFeatureValuesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Request message for FeaturestoreOnlineServingService.WriteFeatureValues.
Instance Attribute Summary collapse
-
#payloads ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1WriteFeatureValuesPayload>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1WriteFeatureValuesRequest
constructor
A new instance of GoogleCloudAiplatformV1WriteFeatureValuesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1WriteFeatureValuesRequest
Returns a new instance of GoogleCloudAiplatformV1WriteFeatureValuesRequest.
34284 34285 34286 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34284 def initialize(**args) update!(**args) end |
Instance Attribute Details
#payloads ⇒ Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1WriteFeatureValuesPayload>
Required. The entities to be written. Up to 100,000 feature values can be
written across all payloads
.
Corresponds to the JSON property payloads
34282 34283 34284 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34282 def payloads @payloads end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
34289 34290 34291 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34289 def update!(**args) @payloads = args[:payloads] if args.key?(:payloads) end |