Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EvaluationSetsResource

The "evaluationSets" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.EvaluationSetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EvaluationSetsResource

Constructors

EvaluationSetsResource(IClientService)

Constructs a new resource.

Declaration
public EvaluationSetsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudAiplatformV1EvaluationSet, string)

Creates an Evaluation Set.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationSetsResource.CreateRequest Create(GoogleCloudAiplatformV1EvaluationSet body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1EvaluationSet body

The body of the request.

string parent

Required. The resource name of the Location to create the Evaluation Set in. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationSetsResource.CreateRequest

Delete(string)

Deletes an Evaluation Set.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationSetsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the EvaluationSet resource to be deleted. Format: projects/{project}/locations/{location}/evaluationSets/{evaluation_set}

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationSetsResource.DeleteRequest

Get(string)

Gets an Evaluation Set.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationSetsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the EvaluationSet resource. Format: projects/{project}/locations/{location}/evaluationSets/{evaluation_set}

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationSetsResource.GetRequest

List(string)

Lists Evaluation Sets.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationSetsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The resource name of the Location from which to list the Evaluation Sets. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationSetsResource.ListRequest

Patch(GoogleCloudAiplatformV1EvaluationSet, string)

Updates an Evaluation Set.

Declaration
public virtual ProjectsResource.LocationsResource.EvaluationSetsResource.PatchRequest Patch(GoogleCloudAiplatformV1EvaluationSet body, string name)
Parameters
Type Name Description
GoogleCloudAiplatformV1EvaluationSet body

The body of the request.

string name

Identifier. The resource name of the EvaluationSet. Format: projects/{project}/locations/{location}/evaluationSets/{evaluation_set}

Returns
Type Description
ProjectsResource.LocationsResource.EvaluationSetsResource.PatchRequest
In this article
Back to top Generated by DocFX