| Package | Description |
|---|---|
| com.google.api.services.ml.v1 | |
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudMachineLearningEngine.Projects.Models.Create |
CloudMachineLearningEngine.Projects.Models.create(String parent,
GoogleCloudMlV1Model content)
Creates a model which will later contain one or more versions.
|
CloudMachineLearningEngine.Projects.Models.Patch |
CloudMachineLearningEngine.Projects.Models.patch(String name,
GoogleCloudMlV1Model content)
Updates a specific model resource.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudMlV1Model content)
Creates a model which will later contain one or more versions.
|
Patch(String name,
GoogleCloudMlV1Model content)
Updates a specific model resource.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.clone() |
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.encodeEtag(byte[] etag)
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a model from overwriting each other.
|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.set(String fieldName,
Object value) |
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.setDefaultVersion(GoogleCloudMlV1Version defaultVersion)
Output only.
|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.setDescription(String description)
Optional.
|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.setEtag(String etag)
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a model from overwriting each other.
|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.setLabels(Map<String,String> labels)
Optional.
|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.setName(String name)
Required.
|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.setOnlinePredictionConsoleLogging(Boolean onlinePredictionConsoleLogging)
Optional.
|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.setOnlinePredictionLogging(Boolean onlinePredictionLogging)
Optional.
|
GoogleCloudMlV1Model |
GoogleCloudMlV1Model.setRegions(List<String> regions)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudMlV1Model> |
GoogleCloudMlV1ListModelsResponse.getModels()
The list of models.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1ListModelsResponse |
GoogleCloudMlV1ListModelsResponse.setModels(List<GoogleCloudMlV1Model> models)
The list of models.
|
Copyright © 2011–2021 Google. All rights reserved.