Class ProjectsResource.LocationsResource.ExtensionsResource
The "extensions" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ExtensionsResource
Constructors
ExtensionsResource(IClientService)
Constructs a new resource.
Declaration
public ExtensionsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.ExtensionsResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExtensionsResource.OperationsResource |
Methods
Delete(string)
Deletes an Extension.
Declaration
public virtual ProjectsResource.LocationsResource.ExtensionsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the Extension resource to be deleted. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExtensionsResource.DeleteRequest |
Execute(GoogleCloudAiplatformV1beta1ExecuteExtensionRequest, string)
Executes the request against a given extension.
Declaration
public virtual ProjectsResource.LocationsResource.ExtensionsResource.ExecuteRequest Execute(GoogleCloudAiplatformV1beta1ExecuteExtensionRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1ExecuteExtensionRequest | body | The body of the request. |
string | name | Required. Name (identifier) of the extension; Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExtensionsResource.ExecuteRequest |
Get(string)
Gets an Extension.
Declaration
public virtual ProjectsResource.LocationsResource.ExtensionsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the Extension resource. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExtensionsResource.GetRequest |
Import(GoogleCloudAiplatformV1beta1Extension, string)
Imports an Extension.
Declaration
public virtual ProjectsResource.LocationsResource.ExtensionsResource.ImportRequest Import(GoogleCloudAiplatformV1beta1Extension body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1Extension | body | The body of the request. |
string | parent | Required. The resource name of the Location to import the Extension in. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExtensionsResource.ImportRequest |
List(string)
Lists Extensions in a location.
Declaration
public virtual ProjectsResource.LocationsResource.ExtensionsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The resource name of the Location to list the Extensions from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExtensionsResource.ListRequest |
Patch(GoogleCloudAiplatformV1beta1Extension, string)
Updates an Extension.
Declaration
public virtual ProjectsResource.LocationsResource.ExtensionsResource.PatchRequest Patch(GoogleCloudAiplatformV1beta1Extension body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1Extension | body | The body of the request. |
string | name | Identifier. The resource name of the Extension. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExtensionsResource.PatchRequest |
Query(GoogleCloudAiplatformV1beta1QueryExtensionRequest, string)
Queries an extension with a default controller.
Declaration
public virtual ProjectsResource.LocationsResource.ExtensionsResource.QueryRequest Query(GoogleCloudAiplatformV1beta1QueryExtensionRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1QueryExtensionRequest | body | The body of the request. |
string | name | Required. Name (identifier) of the extension; Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ExtensionsResource.QueryRequest |