public sealed class MutateDeployedModelResponse : IMessage<MutateDeployedModelResponse>, IEquatable<MutateDeployedModelResponse>, IDeepCloneable<MutateDeployedModelResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class MutateDeployedModelResponse.
Response message for [EndpointService.MutateDeployedModel][google.cloud.aiplatform.v1beta1.EndpointService.MutateDeployedModel].
Implements
IMessageMutateDeployedModelResponse, IEquatableMutateDeployedModelResponse, IDeepCloneableMutateDeployedModelResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MutateDeployedModelResponse()
public MutateDeployedModelResponse()
MutateDeployedModelResponse(MutateDeployedModelResponse)
public MutateDeployedModelResponse(MutateDeployedModelResponse other)
Parameter | |
---|---|
Name | Description |
other |
MutateDeployedModelResponse |
Properties
DeployedModel
public DeployedModel DeployedModel { get; set; }
The DeployedModel that's being mutated.
Property Value | |
---|---|
Type | Description |
DeployedModel |