Class: Google::Apis::AiplatformV1beta1::LearningGenaiRootInternalMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::LearningGenaiRootInternalMetadata
- 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
Instance Attribute Summary collapse
-
#scored_tokens ⇒ Array<Google::Apis::AiplatformV1beta1::LearningGenaiRootScoredToken>
Corresponds to the JSON property
scoredTokens.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LearningGenaiRootInternalMetadata
constructor
A new instance of LearningGenaiRootInternalMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LearningGenaiRootInternalMetadata
Returns a new instance of LearningGenaiRootInternalMetadata.
32838 32839 32840 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32838 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scored_tokens ⇒ Array<Google::Apis::AiplatformV1beta1::LearningGenaiRootScoredToken>
Corresponds to the JSON property scoredTokens
32836 32837 32838 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32836 def scored_tokens @scored_tokens end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32843 32844 32845 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 32843 def update!(**args) @scored_tokens = args[:scored_tokens] if args.key?(:scored_tokens) end |