Reference documentation and code samples for the Cloud TPU V1 API class Google::Cloud::Tpu::V1::Symptom.
A Symptom instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def
create_time
()
-
>
::
Google
::
Protobuf
::
Timestamp
Returns
- ( ::Google::Protobuf::Timestamp ) — Timestamp when the Symptom is created.
#create_time=
def
create_time=
(
value
)
-
>
::
Google
::
Protobuf
::
Timestamp
Parameter
- value( ::Google::Protobuf::Timestamp ) — Timestamp when the Symptom is created.
Returns
- ( ::Google::Protobuf::Timestamp ) — Timestamp when the Symptom is created.
#details
def
details
()
-
>
::
String
Returns
- (::String) — Detailed information of the current Symptom.
#details=
def
details=
(
value
)
-
>
::
String
Parameter
- value(::String) — Detailed information of the current Symptom.
Returns
- (::String) — Detailed information of the current Symptom.
#symptom_type
def
symptom_type
()
-
>
::
Google
::
Cloud
::
Tpu
::
V1
::
Symptom
::
SymptomType
Returns
- ( ::Google::Cloud::Tpu::V1::Symptom::SymptomType ) — Type of the Symptom.
#symptom_type=
def
symptom_type=
(
value
)
-
>
::
Google
::
Cloud
::
Tpu
::
V1
::
Symptom
::
SymptomType
Parameter
- value( ::Google::Cloud::Tpu::V1::Symptom::SymptomType ) — Type of the Symptom.
Returns
- ( ::Google::Cloud::Tpu::V1::Symptom::SymptomType ) — Type of the Symptom.
#worker_id
def
worker_id
()
-
>
::
String
Returns
- (::String) — A string used to uniquely distinguish a worker within a TPU node.
#worker_id=
def
worker_id=
(
value
)
-
>
::
String
Parameter
- value(::String) — A string used to uniquely distinguish a worker within a TPU node.
Returns
- (::String) — A string used to uniquely distinguish a worker within a TPU node.