Show / Hide Table of Contents

Class ProjectsResource.ModelsResource.VersionsResource.GetRequest

Gets information about a model version. Models can have multiple versions. You can call projects.models.versions.list to get the same information that this method returns for all of the versions of a model.

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

Name

Required. The name of the version.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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