public sealed class AddContextChildrenResponse : IMessage<AddContextChildrenResponse>, IEquatable<AddContextChildrenResponse>, IDeepCloneable<AddContextChildrenResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AddContextChildrenResponse.
Response message for
[MetadataService.AddContextChildren][google.cloud.aiplatform.v1beta1.MetadataService.AddContextChildren].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-14 UTC."],[[["This page provides reference documentation for the `AddContextChildrenResponse` class within the Google Cloud AI Platform v1beta1 API."],["`AddContextChildrenResponse` is a response message for the `MetadataService.AddContextChildren` method, used in the AI Platform."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which are relevant to data structures."],["It inherits from the `object` class and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has two constructors, one default and another that accepts an `AddContextChildrenResponse` parameter for cloning purposes."]]],[]]