public sealed class EvaluationName : IResourceName, IEquatable<EvaluationName>
Resource name for the Evaluation
resource.
Namespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
EvaluationName(String, String, String)
public EvaluationName(string projectId, string datasetId, string evaluationId)
Constructs a new instance of a EvaluationName class from the component parts of pattern
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
Parameters | |
---|---|
Name | Description |
projectId | String The |
datasetId | String The |
evaluationId | String The |
Properties
DatasetId
public string DatasetId { get; }
The Dataset
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
EvaluationId
public string EvaluationId { get; }
The Evaluation
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
Type
public EvaluationName.ResourceNameType Type { get; }
The EvaluationName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
EvaluationName.ResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Property Value | |
---|---|
Type | Description |
UnparsedResourceName |
Methods
Format(String, String, String)
public static string Format(string projectId, string datasetId, string evaluationId)
Formats the IDs into the string representation of this EvaluationName with pattern
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
datasetId | String The |
evaluationId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this EvaluationName with pattern
|
FormatProjectDatasetEvaluation(String, String, String)
public static string FormatProjectDatasetEvaluation(string projectId, string datasetId, string evaluationId)
Formats the IDs into the string representation of this EvaluationName with pattern
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
datasetId | String The |
evaluationId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this EvaluationName with pattern
|
FromProjectDatasetEvaluation(String, String, String)
public static EvaluationName FromProjectDatasetEvaluation(string projectId, string datasetId, string evaluationId)
Creates a EvaluationName with the pattern
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
datasetId | String The |
evaluationId | String The |
Returns | |
---|---|
Type | Description |
EvaluationName | A new instance of EvaluationName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static EvaluationName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a EvaluationName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
EvaluationName | A new instance of EvaluationName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static EvaluationName Parse(string evaluationName)
Parses the given resource name string into a new EvaluationName instance.
Parameter | |
---|---|
Name | Description |
evaluationName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
EvaluationName | The parsed EvaluationName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
Parse(String, Boolean)
public static EvaluationName Parse(string evaluationName, bool allowUnparsed)
Parses the given resource name string into a new EvaluationName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
evaluationName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
EvaluationName | The parsed EvaluationName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Returns | |
---|---|
Type | Description |
String | The string representation of the resource name. |
TryParse(String, out EvaluationName)
public static bool TryParse(string evaluationName, out EvaluationName result)
Tries to parse the given resource name string into a new EvaluationName instance.
Parameters | |
---|---|
Name | Description |
evaluationName | String The resource name in string form. Must not be |
result | EvaluationName When this method returns, the parsed EvaluationName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
TryParse(String, Boolean, out EvaluationName)
public static bool TryParse(string evaluationName, bool allowUnparsed, out EvaluationName result)
Tries to parse the given resource name string into a new EvaluationName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
evaluationName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | EvaluationName When this method returns, the parsed EvaluationName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/datasets/{dataset}/evaluations/{evaluation}
allowUnparsed
is true
.
Operators
Equality(EvaluationName, EvaluationName)
public static bool operator ==(EvaluationName a, EvaluationName b)
Parameters | |
---|---|
Name | Description |
a | EvaluationName |
b | EvaluationName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(EvaluationName, EvaluationName)
public static bool operator !=(EvaluationName a, EvaluationName b)
Parameters | |
---|---|
Name | Description |
a | EvaluationName |
b | EvaluationName |
Returns | |
---|---|
Type | Description |
Boolean |