Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StudiesResource

The "studies" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.StudiesResource
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.v1
Assembly: Google.Apis.Aiplatform.v1.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(GoogleCloudAiplatformV1Study, string)

Creates a Study. A resource name will be generated after creation of the Study.

Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.CreateRequest Create(GoogleCloudAiplatformV1Study body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1Study body

The body of the request.

string parent

Required. The resource name of the Location to create the CustomJob in. Format: projects/{project}/locations/{location}

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

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

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

Returns
Type Description
ProjectsResource.LocationsResource.StudiesResource.ListRequest

Lookup(GoogleCloudAiplatformV1LookupStudyRequest, 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(GoogleCloudAiplatformV1LookupStudyRequest body, string parent)
Parameters
Type Name Description
GoogleCloudAiplatformV1LookupStudyRequest body

The body of the request.

string parent

Required. The resource name of the Location to get the Study from. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.StudiesResource.LookupRequest
In this article
Back to top Generated by DocFX