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