Class: Google::Cloud::AIPlatform::V1::ListTensorboardsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTensorboardsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Request message for TensorboardService.ListTensorboards.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Lists the Tensorboards that match the filter expression.
-
#order_by ⇒ ::String
Field to use to sort the list.
-
#page_size ⇒ ::Integer
The maximum number of Tensorboards to return.
-
#page_token ⇒ ::String
A page token, received from a previous TensorboardService.ListTensorboards call.
-
#parent ⇒ ::String
Required.
-
#read_mask ⇒ ::Google::Protobuf::FieldMask
Mask specifying which fields to read.
Instance Attribute Details
#filter ⇒ ::String
Returns Lists the Tensorboards that match the filter expression.
78 79 80 81 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 78 class ListTensorboardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Field to use to sort the list.
78 79 80 81 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 78 class ListTensorboardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
The maximum number of Tensorboards to return. The service may return fewer than this value. If unspecified, at most 100 Tensorboards will be returned. The maximum value is 100; values above 100 will be coerced to 100.
78 79 80 81 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 78 class ListTensorboardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous TensorboardService.ListTensorboards call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to TensorboardService.ListTensorboards must match the call that provided the page token.
78 79 80 81 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 78 class ListTensorboardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to list Tensorboards.
Format:
projects/{project}/locations/{location}
.
78 79 80 81 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 78 class ListTensorboardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#read_mask ⇒ ::Google::Protobuf::FieldMask
Returns Mask specifying which fields to read.
78 79 80 81 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 78 class ListTensorboardsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |