Class ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource
The "sandboxEnvironments" collection of methods.
Inheritance
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource
Constructors
SandboxEnvironmentsResource(IClientService)
Constructs a new resource.
Declaration
public SandboxEnvironmentsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.OperationsResource Operations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.OperationsResource |
Methods
Create(GoogleCloudAiplatformV1beta1SandboxEnvironment, string)
Creates a SandboxEnvironment in a given reasoning engine.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.CreateRequest Create(GoogleCloudAiplatformV1beta1SandboxEnvironment body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1beta1SandboxEnvironment | body | The body of the request. |
| string | parent | Required. The resource name of the reasoning engine to create the SandboxEnvironment in. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.CreateRequest |
Delete(string)
Deletes the specific SandboxEnvironment.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the SandboxEnvironment to delete. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.DeleteRequest |
Execute(GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentRequest, string)
Executes using a sandbox environment.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.ExecuteRequest Execute(GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudAiplatformV1beta1ExecuteSandboxEnvironmentRequest | body | The body of the request. |
| string | name | Required. The resource name of the sandbox environment to execute. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.ExecuteRequest |
Get(string)
Gets details of the specific SandboxEnvironment.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the sandbox environment. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.GetRequest |
List(string)
Lists SandboxEnvironments in a given reasoning engine.
Declaration
public virtual ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of the reasoning engine to list sandbox environments from. Format:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.ListRequest |