Class ProjectsResource.LocationsResource.EvaluationSetsResource
The "evaluationSets" collection of methods.
Inherited Members
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:
|
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:
|
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:
|
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:
|
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.EvaluationSetsResource.PatchRequest |