Cloud AI Platform v1 API - Class CopyModelResponse (2.26.0)

public sealed class CopyModelResponse : IMessage<CopyModelResponse>, IEquatable<CopyModelResponse>, IDeepCloneable<CopyModelResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class CopyModelResponse.

Response message of [ModelService.CopyModel][google.cloud.aiplatform.v1.ModelService.CopyModel] operation.

Inheritance

object > CopyModelResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CopyModelResponse()

public CopyModelResponse()

CopyModelResponse(CopyModelResponse)

public CopyModelResponse(CopyModelResponse other)
Parameter
NameDescription
otherCopyModelResponse

Properties

Model

public string Model { get; set; }

The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}

Property Value
TypeDescription
string

ModelAsModelName

public ModelName ModelAsModelName { get; set; }

ModelName-typed view over the Model resource name property.

Property Value
TypeDescription
ModelName

ModelVersionId

public string ModelVersionId { get; set; }

Output only. The version ID of the model that is copied.

Property Value
TypeDescription
string