Class ProjectsResource.LocationsResource.DeployPublisherModelRequest
Deploys publisher models.
Inheritance
ProjectsResource.LocationsResource.DeployPublisherModelRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DeployPublisherModelRequest : AiplatformBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
DeployPublisherModelRequest(IClientService, GoogleCloudAiplatformV1beta1DeployPublisherModelRequest, string)
Constructs a new DeployPublisherModel request.
Declaration
public DeployPublisherModelRequest(IClientService service, GoogleCloudAiplatformV1beta1DeployPublisherModelRequest body, string destination)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service | |
Google |
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 DeployPublisherModel parameter list.
Declaration
protected override void InitParameters()