Class ProjectsResource.LocationsResource.DeployRequest
Deploys publisher models.
Inheritance
ProjectsResource.LocationsResource.DeployRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DeployRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
DeployRequest(IClientService, GoogleCloudAiplatformV1beta1DeployPublisherModelRequest, string)
Constructs a new Deploy request.
Declaration
public DeployRequest(IClientService service, GoogleCloudAiplatformV1beta1DeployPublisherModelRequest body, string destination)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1DeployPublisherModelRequest | body | |
string | destination |
Properties
Destination
Required. The resource name of the Location to deploy the model in. Format:
projects/{project}/locations/{location}
Declaration
[RequestParameter("destination", RequestParameterType.Path)]
public virtual string Destination { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Deploy parameter list.
Declaration
protected override void InitParameters()