Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::ListDatasetsRequest.
Request message for AutoMl.ListDatasets.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) —
An expression for filtering the results of the request.
dataset_metadata
- for existence of the case (e.g.image_classification_dataset_metadata:*
). Some examples of using the filter are:translation_dataset_metadata:*
--> The dataset hastranslation_dataset_metadata
.
#filter=
def filter=(value) -> ::String
-
value (::String) —
An expression for filtering the results of the request.
dataset_metadata
- for existence of the case (e.g.image_classification_dataset_metadata:*
). Some examples of using the filter are:translation_dataset_metadata:*
--> The dataset hastranslation_dataset_metadata
.
-
(::String) —
An expression for filtering the results of the request.
dataset_metadata
- for existence of the case (e.g.image_classification_dataset_metadata:*
). Some examples of using the filter are:translation_dataset_metadata:*
--> The dataset hastranslation_dataset_metadata
.
#page_size
def page_size() -> ::Integer
- (::Integer) — Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.
- (::Integer) — Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.
#page_token
def page_token() -> ::String
- (::String) — A token identifying a page of results for the server to return Typically obtained via ListDatasetsResponse.next_page_token of the previous AutoMl.ListDatasets call.
#page_token=
def page_token=(value) -> ::String
- value (::String) — A token identifying a page of results for the server to return Typically obtained via ListDatasetsResponse.next_page_token of the previous AutoMl.ListDatasets call.
- (::String) — A token identifying a page of results for the server to return Typically obtained via ListDatasetsResponse.next_page_token of the previous AutoMl.ListDatasets call.
#parent
def parent() -> ::String
- (::String) — Required. The resource name of the project from which to list datasets.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The resource name of the project from which to list datasets.
- (::String) — Required. The resource name of the project from which to list datasets.