Show / Hide Table of Contents

Enum DatasetName.ResourceNameType

The possible contents of DatasetName.

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

Fields

Name Description
ProjectDataset

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

Unparsed

An unparsed resource name.

Back to top