Show / Hide Table of Contents

Enum EvaluationName.ResourceNameType

The possible contents of EvaluationName.

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

Fields

Name Description
ProjectDatasetEvaluation

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

Unparsed

An unparsed resource name.

Back to top