Class ProjectsResource.LocationsResource.EndpointsResource.MutateDeployedModelRequest
Updates an existing deployed model. Updatable fields include min_replica_count
,
max_replica_count
, autoscaling_metric_specs
, disable_container_logging
(v1 only), and
enable_container_logging
(v1beta1 only).
Inheritance
ProjectsResource.LocationsResource.EndpointsResource.MutateDeployedModelRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.EndpointsResource.MutateDeployedModelRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
MutateDeployedModelRequest(IClientService, GoogleCloudAiplatformV1beta1MutateDeployedModelRequest, string)
Constructs a new MutateDeployedModel request.
Declaration
public MutateDeployedModelRequest(IClientService service, GoogleCloudAiplatformV1beta1MutateDeployedModelRequest body, string endpoint)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1MutateDeployedModelRequest | body | |
string | endpoint |
Properties
Endpoint
Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
Declaration
[RequestParameter("endpoint", RequestParameterType.Path)]
public virtual string Endpoint { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes MutateDeployedModel parameter list.
Declaration
protected override void InitParameters()