Cloud AI Platform v1 API - Class MutateDeployedModelResponse (2.21.0)

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

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

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

Inheritance

object > MutateDeployedModelResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MutateDeployedModelResponse()

public MutateDeployedModelResponse()

MutateDeployedModelResponse(MutateDeployedModelResponse)

public MutateDeployedModelResponse(MutateDeployedModelResponse other)
Parameter
NameDescription
otherMutateDeployedModelResponse

Properties

DeployedModel

public DeployedModel DeployedModel { get; set; }

The DeployedModel that's being mutated.

Property Value
TypeDescription
DeployedModel