Class ProjectsResource.LocationsResource.StudiesResource
The "studies" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.StudiesResource
Constructors
StudiesResource(IClientService)
Constructs a new resource.
Declaration
public StudiesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.OperationsResource Operations { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.OperationsResource |
Trials
Gets the Trials resource.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.TrialsResource Trials { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.TrialsResource |
Methods
Create(GoogleCloudAiplatformV1beta1Study, string)
Creates a Study. A resource name will be generated after creation of the Study.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.CreateRequest Create(GoogleCloudAiplatformV1beta1Study body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1Study | body | The body of the request. |
string | parent | Required. The resource name of the Location to create the CustomJob in. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.CreateRequest |
Delete(string)
Deletes a Study.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the Study resource to be deleted. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.DeleteRequest |
Get(string)
Gets a Study by name.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the Study resource. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.GetRequest |
List(string)
Lists all the studies in a region for an associated project.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The resource name of the Location to list the Study from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.ListRequest |
Lookup(GoogleCloudAiplatformV1beta1LookupStudyRequest, string)
Looks a study up using the user-defined display_name field instead of the fully qualified resource name.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.LookupRequest Lookup(GoogleCloudAiplatformV1beta1LookupStudyRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudAiplatformV1beta1LookupStudyRequest | body | The body of the request. |
string | parent | Required. The resource name of the Location to get the Study from. Format:
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.LookupRequest |