Reference documentation and code samples for the Google Cloud Tpu V2 Client class GetGuestAttributesResponse.
Response for GetGuestAttributes.
Generated from protobuf message google.cloud.tpu.v2.GetGuestAttributesResponse
Namespace
Google \ Cloud \ Tpu \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ guest_attributes |
array<GuestAttributes>
The guest attributes for the TPU workers. |
getGuestAttributes
The guest attributes for the TPU workers.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setGuestAttributes
The guest attributes for the TPU workers.
Parameter | |
---|---|
Name | Description |
var |
array<GuestAttributes>
|
Returns | |
---|---|
Type | Description |
$this |