Class: Google::Cloud::AIPlatform::V1::UpdateEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateEndpointRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb
Overview
Request message for EndpointService.UpdateEndpoint.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::Google::Cloud::AIPlatform::V1::Endpoint
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#endpoint ⇒ ::Google::Cloud::AIPlatform::V1::Endpoint
Returns Required. The Endpoint which replaces the resource on the server.
158 159 160 161 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 158 class UpdateEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource. See google.protobuf.FieldMask.
158 159 160 161 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 158 class UpdateEndpointRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |