public class CloudMachineLearningEngine.Projects.Jobs extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudMachineLearningEngine.Projects.Jobs.Cancel |
class |
CloudMachineLearningEngine.Projects.Jobs.Create |
class |
CloudMachineLearningEngine.Projects.Jobs.Get |
class |
CloudMachineLearningEngine.Projects.Jobs.GetIamPolicy |
class |
CloudMachineLearningEngine.Projects.Jobs.List |
class |
CloudMachineLearningEngine.Projects.Jobs.Patch |
class |
CloudMachineLearningEngine.Projects.Jobs.SetIamPolicy |
class |
CloudMachineLearningEngine.Projects.Jobs.TestIamPermissions |
| Constructor and Description |
|---|
Jobs() |
public CloudMachineLearningEngine.Projects.Jobs.Cancel cancel(String name, GoogleCloudMlV1CancelJobRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the job to cancel.content - the GoogleCloudMlV1CancelJobRequestIOExceptionpublic CloudMachineLearningEngine.Projects.Jobs.Create create(String parent, GoogleCloudMlV1Job content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The project name.content - the GoogleCloudMlV1JobIOExceptionpublic CloudMachineLearningEngine.Projects.Jobs.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the job to get the description of.IOExceptionpublic CloudMachineLearningEngine.Projects.Jobs.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See the operation documentation for
the appropriate value for this field.IOExceptionpublic CloudMachineLearningEngine.Projects.Jobs.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the project for which to list jobs.IOExceptionpublic CloudMachineLearningEngine.Projects.Jobs.Patch patch(String name, GoogleCloudMlV1Job content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The job name.content - the GoogleCloudMlV1JobIOExceptionpublic CloudMachineLearningEngine.Projects.Jobs.SetIamPolicy setIamPolicy(String resource, GoogleIamV1SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See the operation documentation for
the appropriate value for this field.content - the GoogleIamV1SetIamPolicyRequestIOExceptionpublic CloudMachineLearningEngine.Projects.Jobs.TestIamPermissions testIamPermissions(String resource, GoogleIamV1TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See the operation
documentation for the appropriate value for this field.content - the GoogleIamV1TestIamPermissionsRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.