Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateEndpointLongRunningRequest.
Request message for EndpointService.UpdateEndpointLongRunning.
Generated from protobuf message google.cloud.aiplatform.v1.UpdateEndpointLongRunningRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ endpoint |
Endpoint
Required. The Endpoint which replaces the resource on the server. Currently we only support updating the |
getEndpoint
Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the client_connection_config field, all the
other fields' update will be blocked.
| Returns | |
|---|---|
| Type | Description |
Endpoint|null |
|
hasEndpoint
clearEndpoint
setEndpoint
Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the client_connection_config field, all the
other fields' update will be blocked.
| Parameter | |
|---|---|
| Name | Description |
var |
Endpoint
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
endpoint |
Endpoint
Required. The Endpoint which replaces the resource on the server. Currently
we only support updating the |
| Returns | |
|---|---|
| Type | Description |
UpdateEndpointLongRunningRequest |
|