Class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CheckTrialEarlyStoppingStateRequest
Checks whether a Trial should stop or not. Returns a long-running operation. When the operation is successful, it will contain a CheckTrialEarlyStoppingStateResponse.
Inheritance
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CheckTrialEarlyStoppingStateRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CheckTrialEarlyStoppingStateRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
CheckTrialEarlyStoppingStateRequest(IClientService, GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest, string)
Constructs a new CheckTrialEarlyStoppingState request.
Declaration
public CheckTrialEarlyStoppingStateRequest(IClientService service, GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest body, string trialName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1CheckTrialEarlyStoppingStateRequest | body | |
string | trialName |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
TrialName
Required. The Trial's name. Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}
Declaration
[RequestParameter("trialName", RequestParameterType.Path)]
public virtual string TrialName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes CheckTrialEarlyStoppingState parameter list.
Declaration
protected override void InitParameters()