Class DeployModelResponse (1.1.0)

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

Response message for [EndpointService.DeployModel][google.cloud.aiplatform.v1.EndpointService.DeployModel].

Inheritance

Object > DeployModelResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeployModelResponse()

public DeployModelResponse()

DeployModelResponse(DeployModelResponse)

public DeployModelResponse(DeployModelResponse other)
Parameter
NameDescription
otherDeployModelResponse

Properties

DeployedModel

public DeployedModel DeployedModel { get; set; }

The DeployedModel that had been deployed in the Endpoint.

Property Value
TypeDescription
DeployedModel