Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ListAnnotatedDatasetsResponse.
Results of listing annotated datasets for a dataset.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotated_datasets
def annotated_datasets() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset>
Returns
- (::Array<::Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset>) — The list of annotated datasets to return.
#annotated_datasets=
def annotated_datasets=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset>
Parameter
- value (::Array<::Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset>) — The list of annotated datasets to return.
Returns
- (::Array<::Google::Cloud::DataLabeling::V1beta1::AnnotatedDataset>) — The list of annotated datasets to return.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results.
Returns
- (::String) — A token to retrieve next page of results.