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 |
---|---|---|
IClient |
service |
Properties
Trials
Gets the Trials resource.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.TrialsResource Trials { get; }
Property Value
Type | Description |
---|---|
Projects |
Methods
Create(GoogleCloudMlV1Study, string)
Creates a study.
Declaration
public virtual ProjectsResource.LocationsResource.StudiesResource.CreateRequest Create(GoogleCloudMlV1Study body, string parent)
Parameters
Type | Name | Description |
---|---|---|
Google |
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 |
---|---|
Projects |
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 |
---|---|
Projects |
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 |
---|---|
Projects |
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 |
---|---|
Projects |