Class ProjectsResource.LocationsResource.EvaluationRunsResource
The "evaluationRuns" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EvaluationRunsResource
Constructors
EvaluationRunsResource(IClientService)
Constructs a new resource.
Declaration
public EvaluationRunsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Cancel(GoogleCloudAiplatformV1CancelEvaluationRunRequest, string)
Cancels an Evaluation Run. Attempts to cancel a running Evaluation Run asynchronously. Status of run can be checked via GetEvaluationRun.
Declaration
public virtual ProjectsResource.LocationsResource.EvaluationRunsResource.CancelRequest Cancel(GoogleCloudAiplatformV1CancelEvaluationRunRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1CancelEvaluationRunRequest | body | The body of the request. |
| string | name | Required. The name of the EvaluationRun resource to be cancelled. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.EvaluationRunsResource.CancelRequest |
Create(GoogleCloudAiplatformV1EvaluationRun, string)
Creates an Evaluation Run.
Declaration
public virtual ProjectsResource.LocationsResource.EvaluationRunsResource.CreateRequest Create(GoogleCloudAiplatformV1EvaluationRun body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1EvaluationRun | body | The body of the request. |
| string | parent | Required. The resource name of the Location to create the Evaluation Run in. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.EvaluationRunsResource.CreateRequest |
Delete(string)
Deletes an Evaluation Run.
Declaration
public virtual ProjectsResource.LocationsResource.EvaluationRunsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the EvaluationRun resource to be deleted. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.EvaluationRunsResource.DeleteRequest |
Get(string)
Gets an Evaluation Run.
Declaration
public virtual ProjectsResource.LocationsResource.EvaluationRunsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the EvaluationRun resource. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.EvaluationRunsResource.GetRequest |
List(string)
Lists Evaluation Runs.
Declaration
public virtual ProjectsResource.LocationsResource.EvaluationRunsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of the Location from which to list the Evaluation Runs. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.EvaluationRunsResource.ListRequest |