Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CompleteRequest

Marks a trial as complete.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudMlV1Trial>
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CompleteRequest
Implements
IClientServiceRequest<GoogleCloudMlV1Trial>
IClientServiceRequest
Inherited Members
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.Xgafv
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.AccessToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.Alt
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.Callback
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.Fields
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.Key
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.OauthToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.PrettyPrint
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.QuotaUser
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.UploadType
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.UploadProtocol
ClientServiceRequest<GoogleCloudMlV1Trial>.Execute()
ClientServiceRequest<GoogleCloudMlV1Trial>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudMlV1Trial>.ExecuteAsync()
ClientServiceRequest<GoogleCloudMlV1Trial>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1Trial>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudMlV1Trial>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1Trial>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudMlV1Trial>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudMlV1Trial>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudMlV1Trial>.ETagAction
ClientServiceRequest<GoogleCloudMlV1Trial>.ModifyRequest
ClientServiceRequest<GoogleCloudMlV1Trial>.ValidateParameters
ClientServiceRequest<GoogleCloudMlV1Trial>.RequestParameters
ClientServiceRequest<GoogleCloudMlV1Trial>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMachineLearningEngine.v1
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CompleteRequest : CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>, IClientServiceRequest<GoogleCloudMlV1Trial>, IClientServiceRequest

Constructors

CompleteRequest(IClientService, GoogleCloudMlV1CompleteTrialRequest, string)

Constructs a new Complete request.

Declaration
public CompleteRequest(IClientService service, GoogleCloudMlV1CompleteTrialRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudMlV1CompleteTrialRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial>.MethodName

Name

Required. The trial name.metat

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudMachineLearningEngine.v1.Data.GoogleCloudMlV1Trial>.GetBody()

InitParameters()

Initializes Complete parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1Trial>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX