Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Metadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
Metadata for a chunk.
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1Metadata
constructor
A new instance of GoogleCloudAiplatformV1beta1Metadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1Metadata
Returns a new instance of GoogleCloudAiplatformV1beta1Metadata.
26078 26079 26080 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26078 def initialize(**args) update!(**args) end |
Instance Attribute Details
#attributes ⇒ Hash<String,String>
Optional. Attributes attached to the data. The keys have semantic conventions
and the consumers of the attributes should know how to deserialize the value
bytes based on the keys.
Corresponds to the JSON property attributes
26076 26077 26078 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26076 def attributes @attributes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26083 26084 26085 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 26083 def update!(**args) @attributes = args[:attributes] if args.key?(:attributes) end |