Class ProjectsResource
The "projects" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource
Constructors
ProjectsResource(IClientService)
Constructs a new resource.
Declaration
public ProjectsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Locations
Gets the Locations resource.
Declaration
public virtual ProjectsResource.LocationsResource Locations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource |
Methods
GetCacheConfig(string)
Gets a GenAI cache config.
Declaration
public virtual ProjectsResource.GetCacheConfigRequest GetCacheConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the cache config. Format: - |
Returns
Type | Description |
---|---|
ProjectsResource.GetCacheConfigRequest |
UpdateCacheConfig(GoogleCloudAiplatformV1beta1CacheConfig, string)
Updates a cache config.
Declaration
public virtual ProjectsResource.UpdateCacheConfigRequest UpdateCacheConfig(GoogleCloudAiplatformV1beta1CacheConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1CacheConfig | body | The body of the request. |
string | name | Identifier. Name of the cache config. Format: - |
Returns
Type | Description |
---|---|
ProjectsResource.UpdateCacheConfigRequest |