Class ReasoningEnginesResource.ExecuteCodeRequest
Executes code statelessly.
Inheritance
ReasoningEnginesResource.ExecuteCodeRequest
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ReasoningEnginesResource.ExecuteCodeRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1ExecuteCodeResponse>, IClientServiceRequest<GoogleCloudAiplatformV1ExecuteCodeResponse>, IClientServiceRequest
Constructors
ExecuteCodeRequest(IClientService, GoogleCloudAiplatformV1ExecuteCodeRequest, string)
Constructs a new ExecuteCode request.
Declaration
public ExecuteCodeRequest(IClientService service, GoogleCloudAiplatformV1ExecuteCodeRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudAiplatformV1ExecuteCodeRequest | body | |
| string | name |
Properties
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
Name
Required. The resource name of the sandbox environment to execute. Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes ExecuteCode parameter list.
Declaration
protected override void InitParameters()