public sealed class CopyModelResponse : IMessage<CopyModelResponse>, IEquatable<CopyModelResponse>, IDeepCloneable<CopyModelResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CopyModelResponse.
Response message of [ModelService.CopyModel][google.cloud.aiplatform.v1beta1.ModelService.CopyModel] operation.
Implements
IMessageCopyModelResponse, IEquatableCopyModelResponse, IDeepCloneableCopyModelResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CopyModelResponse()
public CopyModelResponse()CopyModelResponse(CopyModelResponse)
public CopyModelResponse(CopyModelResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
CopyModelResponse |
Properties
Model
public string Model { get; set; }The name of the copied Model resource.
Format: projects/{project}/locations/{location}/models/{model}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ModelAsModelName
public ModelName ModelAsModelName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ModelName |
|
ModelVersionId
public string ModelVersionId { get; set; }Output only. The version ID of the model that is copied.
| Property Value | |
|---|---|
| Type | Description |
string |
|