Class ProjectsResource.LocationsResource.GenerateLossClustersRequest
Generates loss clusters from evaluation results. This is a statelss API method that would not modify the EvaluationSet resource.
Inheritance
ProjectsResource.LocationsResource.GenerateLossClustersRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GenerateLossClustersRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
GenerateLossClustersRequest(IClientService, GoogleCloudAiplatformV1GenerateLossClustersRequest, string)
Constructs a new GenerateLossClusters request.
Declaration
public GenerateLossClustersRequest(IClientService service, GoogleCloudAiplatformV1GenerateLossClustersRequest body, string location)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudAiplatformV1GenerateLossClustersRequest | 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. 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 GenerateLossClusters parameter list.
Declaration
protected override void InitParameters()