public class CloudMachineLearningEngine.Projects.Locations.Studies extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudMachineLearningEngine.Projects.Locations.Studies.Create |
class |
CloudMachineLearningEngine.Projects.Locations.Studies.Delete |
class |
CloudMachineLearningEngine.Projects.Locations.Studies.Get |
class |
CloudMachineLearningEngine.Projects.Locations.Studies.List |
class |
CloudMachineLearningEngine.Projects.Locations.Studies.Trials
The "trials" collection of methods.
|
| Constructor and Description |
|---|
Studies() |
| Modifier and Type | Method and Description |
|---|---|
CloudMachineLearningEngine.Projects.Locations.Studies.Create |
create(String parent,
GoogleCloudMlV1Study content)
Creates a study.
|
CloudMachineLearningEngine.Projects.Locations.Studies.Delete |
delete(String name)
Deletes a study.
|
CloudMachineLearningEngine.Projects.Locations.Studies.Get |
get(String name)
Gets a study.
|
CloudMachineLearningEngine.Projects.Locations.Studies.List |
list(String parent)
Lists all the studies in a region for an associated project.
|
CloudMachineLearningEngine.Projects.Locations.Studies.Trials |
trials()
An accessor for creating requests from the Trials collection.
|
public CloudMachineLearningEngine.Projects.Locations.Studies.Create create(String parent, GoogleCloudMlV1Study content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The project and location that the study belongs to. Format:
projects/{project}/locations/{location}content - the GoogleCloudMlV1StudyIOExceptionpublic CloudMachineLearningEngine.Projects.Locations.Studies.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The study name.IOExceptionpublic CloudMachineLearningEngine.Projects.Locations.Studies.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The study name.IOExceptionpublic CloudMachineLearningEngine.Projects.Locations.Studies.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The project and location that the study belongs to. Format:
projects/{project}/locations/{location}IOExceptionpublic CloudMachineLearningEngine.Projects.Locations.Studies.Trials trials()
The typical use is:
CloudMachineLearningEngine ml = new CloudMachineLearningEngine(...);CloudMachineLearningEngine.Trials.List request = ml.trials().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.