public sealed class ListAnnotatedDatasetsResponse : IMessage<ListAnnotatedDatasetsResponse>, IEquatable<ListAnnotatedDatasetsResponse>, IDeepCloneable<ListAnnotatedDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<AnnotatedDataset>, IEnumerable<AnnotatedDataset>, IEnumerable
Reference documentation and code samples for the Data Labeling v1beta1 API class ListAnnotatedDatasetsResponse.
Results of listing annotated datasets for a dataset.
Implements
IMessageListAnnotatedDatasetsResponse, IEquatableListAnnotatedDatasetsResponse, IDeepCloneableListAnnotatedDatasetsResponse, IBufferMessage, IMessage, IPageResponseAnnotatedDataset, IEnumerableAnnotatedDataset, IEnumerableNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListAnnotatedDatasetsResponse()
public ListAnnotatedDatasetsResponse()
ListAnnotatedDatasetsResponse(ListAnnotatedDatasetsResponse)
public ListAnnotatedDatasetsResponse(ListAnnotatedDatasetsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListAnnotatedDatasetsResponse |
Properties
AnnotatedDatasets
public RepeatedField<AnnotatedDataset> AnnotatedDatasets { get; }
The list of annotated datasets to return.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnnotatedDataset |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<AnnotatedDataset> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAnnotatedDataset |