Show / Hide Table of Contents

Class ProjectsResource.ModelsResource.GetRequest

Gets information about a model, including its name, the description (if set), and the default version (if at least one version of the model has been deployed).

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(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<GoogleCloudMlV1Model>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The name of the model.

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<GoogleCloudMlV1Model>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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