public sealed class ListAnnotatedDatasetsResponse : IMessage<ListAnnotatedDatasetsResponse>, IEquatable<ListAnnotatedDatasetsResponse>, IDeepCloneable<ListAnnotatedDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<AnnotatedDataset>, IEnumerable<AnnotatedDataset>, IEnumerable
Results of listing annotated datasets for a dataset.
Implements
IMessage<ListAnnotatedDatasetsResponse>, IEquatable<ListAnnotatedDatasetsResponse>, IDeepCloneable<ListAnnotatedDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<AnnotatedDataset>, IEnumerable<AnnotatedDataset>, 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 |
RepeatedField<AnnotatedDataset> |
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 |
IEnumerator<AnnotatedDataset> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |