Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource

The "sandboxEnvironments" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}.

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: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironments/{sandbox_environment}

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: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironments/{sandbox_environment}

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: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironments/{sandbox_environment}

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: projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}

Returns
Type Description
ProjectsResource.LocationsResource.ReasoningEnginesResource.SandboxEnvironmentsResource.ListRequest
In this article
Back to top Generated by DocFX