Class: Google::Cloud::Tpu::V1::ListTensorFlowVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Tpu::V1::ListTensorFlowVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tpu/v1/cloud_tpu.rb
Overview
Response for ListTensorFlowVersions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The next page token or empty if none.
-
#tensorflow_versions ⇒ ::Array<::Google::Cloud::Tpu::V1::TensorFlowVersion>
The listed nodes.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The next page token or empty if none.
380 381 382 383 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 380 class ListTensorFlowVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensorflow_versions ⇒ ::Array<::Google::Cloud::Tpu::V1::TensorFlowVersion>
Returns The listed nodes.
380 381 382 383 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 380 class ListTensorFlowVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
380 381 382 383 |
# File 'proto_docs/google/cloud/tpu/v1/cloud_tpu.rb', line 380 class ListTensorFlowVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |