Class ProjectsResource.LocationsResource.EvaluateInstancesRequest
Evaluates instances based on a given metric.
Inheritance
ProjectsResource.LocationsResource.EvaluateInstancesRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.EvaluateInstancesRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1EvaluateInstancesResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1EvaluateInstancesResponse>, IClientServiceRequest
Constructors
EvaluateInstancesRequest(IClientService, GoogleCloudAiplatformV1beta1EvaluateInstancesRequest, string)
Constructs a new EvaluateInstances request.
Declaration
public EvaluateInstancesRequest(IClientService service, GoogleCloudAiplatformV1beta1EvaluateInstancesRequest body, string location)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1EvaluateInstancesRequest | body | |
string | location |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Location
Required. The resource name of the Location to evaluate the instances. Format:
projects/{project}/locations/{location}
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes EvaluateInstances parameter list.
Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1EvaluateInstancesResponse>.InitParameters()