Interface MutateDeployedModelRequestOrBuilder

    • Method Detail

      • getEndpoint

        String getEndpoint()
         Required. The name of the Endpoint resource into which to mutate a
         DeployedModel. Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The endpoint.
      • getEndpointBytes

        com.google.protobuf.ByteString getEndpointBytes()
         Required. The name of the Endpoint resource into which to mutate a
         DeployedModel. Format:
         `projects/{project}/locations/{location}/endpoints/{endpoint}`
         
        string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for endpoint.
      • hasDeployedModel

        boolean hasDeployedModel()
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the deployedModel field is set.
      • getDeployedModel

        DeployedModel getDeployedModel()
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The deployedModel.
      • getDeployedModelOrBuilder

        DeployedModelOrBuilder getDeployedModelOrBuilder()
         Required. The DeployedModel to be mutated within the Endpoint. Only the
         following fields can be mutated:
        
         * `min_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1.AutomaticResources]
         * `max_replica_count` in either
         [DedicatedResources][google.cloud.aiplatform.v1.DedicatedResources] or
         [AutomaticResources][google.cloud.aiplatform.v1.AutomaticResources]
         * [autoscaling_metric_specs][google.cloud.aiplatform.v1.DedicatedResources.autoscaling_metric_specs]
         * `disable_container_logging` (v1 only)
         * `enable_container_logging` (v1beta1 only)
         
        .google.cloud.aiplatform.v1.DeployedModel deployed_model = 2 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. The update mask applies to the resource. See
         [google.protobuf.FieldMask][google.protobuf.FieldMask].
         
        .google.protobuf.FieldMask update_mask = 4 [(.google.api.field_behavior) = REQUIRED];