public sealed class CopyModelResponse : IMessage<CopyModelResponse>, IEquatable<CopyModelResponse>, IDeepCloneable<CopyModelResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CopyModelResponse.
Response message of
[ModelService.CopyModel][google.cloud.aiplatform.v1beta1.ModelService.CopyModel]
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-04-09 UTC."],[[["This documentation details the `CopyModelResponse` class within the Google Cloud AI Platform v1beta1 API."],["`CopyModelResponse` is a response message generated by the `ModelService.CopyModel` operation in the API."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `Model`, `ModelAsModelName`, and `ModelVersionId`, providing information about the copied model, including its resource name and version ID."],["The `CopyModelResponse` class can be constructed via two constructors: one default and one that takes in another `CopyModelResponse` as a parameter."]]],[]]