Show / Hide Table of Contents

Enum DataItemName.ResourceNameType

The possible contents of DataItemName.

Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public enum ResourceNameType

Fields

Name Description
ProjectDatasetDataItem

A resource name with pattern projects/{project}/datasets/{dataset}/dataItems/{data_item}.

Unparsed

An unparsed resource name.

Back to top