Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EndpointsResource.DirectRawPredictRequest

Perform an unary online prediction request to a gRPC model server for custom containers.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>
ProjectsResource.LocationsResource.EndpointsResource.DirectRawPredictRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.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.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.EndpointsResource.DirectRawPredictRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>, IClientServiceRequest

Constructors

DirectRawPredictRequest(IClientService, GoogleCloudAiplatformV1beta1DirectRawPredictRequest, string)

Constructs a new DirectRawPredict request.

Declaration
public DirectRawPredictRequest(IClientService service, GoogleCloudAiplatformV1beta1DirectRawPredictRequest body, string endpoint)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1DirectRawPredictRequest body
string endpoint

Properties

Endpoint

Required. The name of the Endpoint requested to serve the prediction. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.GetBody()

InitParameters()

Initializes DirectRawPredict parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1DirectRawPredictResponse>.InitParameters()

Implements

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