Class: Google::Apis::AiplatformV1::LearningGenaiRootCodeyOutput
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::LearningGenaiRootCodeyOutput
- 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
Top-level wrapper used to store all things codey-related.
Instance Attribute Summary collapse
-
#codey_chat_metadata ⇒ Google::Apis::AiplatformV1::LearningGenaiRootCodeyChatMetadata
Stores all metadata relating to AIDA DoConversation.
-
#codey_completion_metadata ⇒ Google::Apis::AiplatformV1::LearningGenaiRootCodeyCompletionMetadata
Stores all metadata relating to Completion.
-
#codey_generation_metadata ⇒ Google::Apis::AiplatformV1::LearningGenaiRootCodeyGenerationMetadata
Stores all metadata relating to GenerateCode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LearningGenaiRootCodeyOutput
constructor
A new instance of LearningGenaiRootCodeyOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LearningGenaiRootCodeyOutput
Returns a new instance of LearningGenaiRootCodeyOutput.
31409 31410 31411 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31409 def initialize(**args) update!(**args) end |
Instance Attribute Details
#codey_chat_metadata ⇒ Google::Apis::AiplatformV1::LearningGenaiRootCodeyChatMetadata
Stores all metadata relating to AIDA DoConversation.
Corresponds to the JSON property codeyChatMetadata
31397 31398 31399 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31397 def @codey_chat_metadata end |
#codey_completion_metadata ⇒ Google::Apis::AiplatformV1::LearningGenaiRootCodeyCompletionMetadata
Stores all metadata relating to Completion.
Corresponds to the JSON property codeyCompletionMetadata
31402 31403 31404 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31402 def @codey_completion_metadata end |
#codey_generation_metadata ⇒ Google::Apis::AiplatformV1::LearningGenaiRootCodeyGenerationMetadata
Stores all metadata relating to GenerateCode.
Corresponds to the JSON property codeyGenerationMetadata
31407 31408 31409 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31407 def @codey_generation_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31414 31415 31416 31417 31418 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31414 def update!(**args) @codey_chat_metadata = args[:codey_chat_metadata] if args.key?(:codey_chat_metadata) @codey_completion_metadata = args[:codey_completion_metadata] if args.key?(:codey_completion_metadata) @codey_generation_metadata = args[:codey_generation_metadata] if args.key?(:codey_generation_metadata) end |