Package | Description |
---|---|
com.google.api.services.bigquery | |
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Bigquery.Models.Patch |
Bigquery.Models.patch(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String modelId,
Model content)
Patch specific fields in the specified model.
|
Constructor and Description |
---|
Patch(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String modelId,
Model content)
Patch specific fields in the specified model.
|
Modifier and Type | Method and Description |
---|---|
Model |
Model.clone() |
Model |
Model.set(java.lang.String fieldName,
java.lang.Object value) |
Model |
Model.setCreationTime(java.lang.Long creationTime)
Output only.
|
Model |
Model.setDescription(java.lang.String description)
[Optional] A user-friendly description of this model.
|
Model |
Model.setEtag(java.lang.String etag)
Output only.
|
Model |
Model.setExpirationTime(java.lang.Long expirationTime)
[Optional] The time when this model expires, in milliseconds since the epoch.
|
Model |
Model.setFeatureColumns(java.util.List<StandardSqlField> featureColumns)
Output only.
|
Model |
Model.setFriendlyName(java.lang.String friendlyName)
[Optional] A descriptive name for this model.
|
Model |
Model.setLabelColumns(java.util.List<StandardSqlField> labelColumns)
Output only.
|
Model |
Model.setLabels(java.util.Map<java.lang.String,java.lang.String> labels)
[Optional] The labels associated with this model.
|
Model |
Model.setLastModifiedTime(java.lang.Long lastModifiedTime)
Output only.
|
Model |
Model.setLocation(java.lang.String location)
Output only.
|
Model |
Model.setModelReference(ModelReference modelReference)
Required.
|
Model |
Model.setModelType(java.lang.String modelType)
Output only.
|
Model |
Model.setTrainingRuns(java.util.List<TrainingRun> trainingRuns)
Output only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Model> |
ListModelsResponse.getModels()
Models in the requested dataset.
|
Modifier and Type | Method and Description |
---|---|
ListModelsResponse |
ListModelsResponse.setModels(java.util.List<Model> models)
Models in the requested dataset.
|