Show / Hide Table of Contents

Class ProjectsResource.DatasetsResource.EvaluationsResource.ExampleComparisonsResource.SearchRequest

Searches example comparisons from an evaluation. The return format is a list of example comparisons that show ground truth and prediction(s) for a single input. Search by providing an evaluation ID.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>
ProjectsResource.DatasetsResource.EvaluationsResource.ExampleComparisonsResource.SearchRequest
Implements
IClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>
IClientServiceRequest
Inherited Members
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.Xgafv
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.AccessToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.Alt
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.Callback
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.Fields
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.Key
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.OauthToken
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.PrettyPrint
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.QuotaUser
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.UploadType
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.Execute()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataLabeling.v1beta1
Assembly: Google.Apis.DataLabeling.v1beta1.dll
Syntax
public class ProjectsResource.DatasetsResource.EvaluationsResource.ExampleComparisonsResource.SearchRequest : DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>, IClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>, IClientServiceRequest

Constructors

SearchRequest(IClientService, GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest, string)

Constructs a new Search request.

Declaration
public SearchRequest(IClientService service, GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDatalabelingV1beta1SearchExampleComparisonsRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.MethodName

Parent

Required. Name of the Evaluation resource to search for example comparisons from. Format: "projects/{project_id}/datasets/{dataset_id}/evaluations/ {evaluation_id}"

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.GetBody()

InitParameters()

Initializes Search parameter list.

Declaration
protected override void InitParameters()
Overrides
DataLabelingBaseServiceRequest<GoogleCloudDatalabelingV1beta1SearchExampleComparisonsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX