Show / Hide Table of Contents

Class ProjectsResource.GetConfigRequest

Get the service account information associated with your project. You need this information in order to grant the service account permissions for the Google Cloud Storage location where you put your model training code for training the model with Google Cloud Machine Learning.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>
ProjectsResource.GetConfigRequest
Implements
IClientServiceRequest<GoogleCloudMlV1GetConfigResponse>
IClientServiceRequest
Inherited Members
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.Xgafv
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.AccessToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.Alt
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.Callback
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.Fields
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.Key
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.OauthToken
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.PrettyPrint
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.QuotaUser
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.UploadType
CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.Execute()
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.GetBody()
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ETagAction
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.ApiVersion
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.RequestParameters
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.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.GetConfigRequest : CloudMachineLearningEngineBaseServiceRequest<GoogleCloudMlV1GetConfigResponse>, IClientServiceRequest<GoogleCloudMlV1GetConfigResponse>, IClientServiceRequest

Constructors

GetConfigRequest(IClientService, string)

Constructs a new GetConfig request.

Declaration
public GetConfigRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.MethodName

Name

Required. The project name.

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
ClientServiceRequest<GoogleCloudMlV1GetConfigResponse>.RestPath

Methods

InitParameters()

Initializes GetConfig parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX