public sealed class UpdateExplanationDatasetResponse : IMessage<UpdateExplanationDatasetResponse>, IEquatable<UpdateExplanationDatasetResponse>, IDeepCloneable<UpdateExplanationDatasetResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class UpdateExplanationDatasetResponse.
Response message of
[ModelService.UpdateExplanationDataset][google.cloud.aiplatform.v1beta1.ModelService.UpdateExplanationDataset]
operation.
[[["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-03-31 UTC."],[[["This page provides reference documentation for the `UpdateExplanationDatasetResponse` class within the Google Cloud AI Platform v1beta1 API, specifically in version 1.0.0-beta09."],["The `UpdateExplanationDatasetResponse` class is a response message for the `ModelService.UpdateExplanationDataset` operation and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and includes members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class is found within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is contained within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["There are two constructors available for the class, one empty and the other taking another `UpdateExplanationDatasetResponse` object as a parameter."]]],[]]