public sealed class DeployIndexResponse : IMessage<DeployIndexResponse>, IEquatable<DeployIndexResponse>, IDeepCloneable<DeployIndexResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeployIndexResponse.
Response message for
[IndexEndpointService.DeployIndex][google.cloud.aiplatform.v1beta1.IndexEndpointService.DeployIndex].
[[["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-09 UTC."],[[["This page provides reference documentation for the `DeployIndexResponse` class within the Google Cloud AI Platform v1beta1 API, specifically for versions 1.0.0-beta21 (latest) and 1.0.0-beta20."],["`DeployIndexResponse` is a response message used for `IndexEndpointService.DeployIndex` operations in the Google Cloud AI Platform."],["The `DeployIndexResponse` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeployIndexResponse` class has two constructors: a default constructor and a copy constructor that takes another `DeployIndexResponse` object as a parameter."],["A key property of the class is `DeployedIndex`, which represents the `DeployedIndex` that has been deployed in the `IndexEndpoint`, and it can be set and returned."]]],[]]