Class GoogleCloudAiplatformV1MutateDeployedModelResponse
Response message for EndpointService.MutateDeployedModel.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MutateDeployedModelResponse : IDirectResponseSchema
Properties
DeployedModel
The DeployedModel that's being mutated.
Declaration
[JsonProperty("deployedModel")]
public virtual GoogleCloudAiplatformV1DeployedModel DeployedModel { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1DeployedModel |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |