Class ProjectsResource.LocationsResource.StudiesResource
The "studies" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1
Assembly: Google.Apis.CloudMachineLearningEngine.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
Trials
Gets the Trials resource.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.TrialsResource Trials { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.TrialsResource |
Methods
Create(GoogleCloudMlV1Study, string)
Creates a study.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.CreateRequest Create(GoogleCloudMlV1Study body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudMlV1Study | body | The body of the request. |
string | parent | Required. The project and location that the study belongs to. 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 study name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.DeleteRequest |
Get(string)
Gets a study.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The study name. |
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 project and location that the study belongs to. Format: projects/{project}/locations/{location} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StudiesResource.ListRequest |