Cloud AI Platform v1 API - Class DeployModelResponse (2.27.0)

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

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

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