View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MutateDeployedModelRequest (google_api_ai_platform v0.13.0)

Request message for EndpointService.MutateDeployedModel.

Attributes

  • deployedModel (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedModel.t, default: nil) - Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated: min_replica_count in either DedicatedResources or AutomaticResources max_replica_count in either DedicatedResources or AutomaticResources autoscaling_metric_specs disable_container_logging (v1 only) * enable_container_logging (v1beta1 only)
  • updateMask (type: String.t, default: nil) - Required. The update mask applies to the resource. See google.protobuf.FieldMask.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MutateDeployedModelRequest{
    deployedModel:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedModel.t()
      | nil,
    updateMask: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.