Class: Google::Apis::AiplatformV1::LearningGenaiRootInternalMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LearningGenaiRootInternalMetadata

Returns a new instance of LearningGenaiRootInternalMetadata.



31326
31327
31328
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31326

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#scored_tokensArray<Google::Apis::AiplatformV1::LearningGenaiRootScoredToken>

Corresponds to the JSON property scoredTokens



31324
31325
31326
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31324

def scored_tokens
  @scored_tokens
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31331
31332
31333
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31331

def update!(**args)
  @scored_tokens = args[:scored_tokens] if args.key?(:scored_tokens)
end