| Package | Description |
|---|---|
| com.google.api.services.ml.v1 | |
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudMachineLearningEngine.Projects.Jobs.Create |
CloudMachineLearningEngine.Projects.Jobs.create(String parent,
GoogleCloudMlV1Job content)
Creates a training or a batch prediction job.
|
CloudMachineLearningEngine.Projects.Jobs.Patch |
CloudMachineLearningEngine.Projects.Jobs.patch(String name,
GoogleCloudMlV1Job content)
Updates a specific job resource.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudMlV1Job content)
Creates a training or a batch prediction job.
|
Patch(String name,
GoogleCloudMlV1Job content)
Updates a specific job resource.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.clone() |
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.encodeEtag(byte[] etag)
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a job from overwriting each other.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.set(String fieldName,
Object value) |
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setCreateTime(String createTime)
Output only.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setEndTime(String endTime)
Output only.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setErrorMessage(String errorMessage)
Output only.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setEtag(String etag)
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a job from overwriting each other.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setJobId(String jobId)
Required.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setLabels(Map<String,String> labels)
Optional.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setPredictionInput(GoogleCloudMlV1PredictionInput predictionInput)
Input parameters to create a prediction job.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setPredictionOutput(GoogleCloudMlV1PredictionOutput predictionOutput)
The current prediction job result.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setStartTime(String startTime)
Output only.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setState(String state)
Output only.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setTrainingInput(GoogleCloudMlV1TrainingInput trainingInput)
Input parameters to create a training job.
|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setTrainingOutput(GoogleCloudMlV1TrainingOutput trainingOutput)
The current training job result.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudMlV1Job> |
GoogleCloudMlV1ListJobsResponse.getJobs()
The list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1ListJobsResponse |
GoogleCloudMlV1ListJobsResponse.setJobs(List<GoogleCloudMlV1Job> jobs)
The list of jobs.
|
Copyright © 2011–2021 Google. All rights reserved.