Skip to content

Commit

Permalink
all: regenerate all APIs
Browse files Browse the repository at this point in the history
Change-Id: I912cc007189237badc0e87386d186dd0230d0f2d
Reviewed-on: https://code-review.googlesource.com/10531
Reviewed-by: Jonathan Amsterdam <[email protected]>
  • Loading branch information
broady committed Jan 25, 2017
1 parent c045e15 commit dfa61ae
Show file tree
Hide file tree
Showing 23 changed files with 23,754 additions and 19,157 deletions.
818 changes: 409 additions & 409 deletions cloudbuild/v1/cloudbuild-api.json

Large diffs are not rendered by default.

2,586 changes: 1,293 additions & 1,293 deletions cloudkms/v1beta1/cloudkms-api.json

Large diffs are not rendered by default.

308 changes: 295 additions & 13 deletions container/v1/container-api.json

Large diffs are not rendered by default.

755 changes: 738 additions & 17 deletions container/v1/container-gen.go

Large diffs are not rendered by default.

480 changes: 240 additions & 240 deletions firebasedynamiclinks/v1/firebasedynamiclinks-api.json

Large diffs are not rendered by default.

914 changes: 457 additions & 457 deletions firebaserules/v1/firebaserules-api.json

Large diffs are not rendered by default.

7,458 changes: 3,765 additions & 3,693 deletions genomics/v1/genomics-api.json

Large diffs are not rendered by default.

3,763 changes: 2,272 additions & 1,491 deletions genomics/v1/genomics-gen.go

Large diffs are not rendered by default.

2,036 changes: 1,046 additions & 990 deletions genomics/v1alpha2/genomics-api.json

Large diffs are not rendered by default.

999 changes: 702 additions & 297 deletions genomics/v1alpha2/genomics-gen.go

Large diffs are not rendered by default.

3,752 changes: 1,876 additions & 1,876 deletions logging/v2/logging-api.json

Large diffs are not rendered by default.

2,232 changes: 1,116 additions & 1,116 deletions logging/v2beta1/logging-api.json

Large diffs are not rendered by default.

2,262 changes: 1,124 additions & 1,138 deletions ml/v1beta1/ml-api.json

Large diffs are not rendered by default.

32 changes: 1 addition & 31 deletions ml/v1beta1/ml-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,16 +361,6 @@ type GoogleCloudMlV1beta1__HyperparameterSpec struct {
// "MINIMIZE" - Minimize the goal metric.
Goal string `json:"goal,omitempty"`

// HyperparameterMetricTag: Optional. The Tensorflow summary tag name to
// use for optimizing trials. For
// current versions of Tensorflow, this tag name should exactly match
// what is
// shown in Tensorboard, including all scopes. For versions of
// Tensorflow
// prior to 0.12, this should be only the tag passed to tf.Summary.
// By default, "training/hptuning/metric" will be used.
HyperparameterMetricTag string `json:"hyperparameterMetricTag,omitempty"`

// MaxParallelTrials: Optional. The number of training trials to run
// concurrently.
// You can reduce the time it takes to perform hyperparameter tuning by
Expand Down Expand Up @@ -1034,19 +1024,9 @@ type GoogleCloudMlV1beta1__PredictionInput struct {

// RuntimeVersion: Optional. The Google Cloud ML runtime version to use
// for this batch
// prediction. If not set, Google Cloud ML will pick the runtime version
// used
// during the CreateVersion request for this model version, or choose
// the
// latest stable version when model version information is not
// available
// such as when the model is specified by uri.
// prediction. If not set, Google Cloud ML will choose a version.
RuntimeVersion string `json:"runtimeVersion,omitempty"`

// Uri: Use this field if you want to specify a GCS path to the model to
// use.
Uri string `json:"uri,omitempty"`

// VersionName: Use this field if you want to specify a version of the
// model to use. The
// string is formatted the same way as `model_version`, with the
Expand Down Expand Up @@ -1148,15 +1128,6 @@ type GoogleCloudMlV1beta1__TrainingInput struct {
// Hyperparameters: Optional. The set of Hyperparameters to tune.
Hyperparameters *GoogleCloudMlV1beta1__HyperparameterSpec `json:"hyperparameters,omitempty"`

// JobDir: Optional. A GCS path in which to store training outputs and
// other data
// needed for training. This path will be passed to your TensorFlow
// program as
// the 'job_dir' command-line arg. The benefit of specifying this field
// is that
// Cloud ML will validate the path for use in training.
JobDir string `json:"jobDir,omitempty"`

// MasterType: Optional. Specifies the type of virtual machine to use
// for your training
// job's master worker.
Expand Down Expand Up @@ -1256,7 +1227,6 @@ type GoogleCloudMlV1beta1__TrainingInput struct {
// "STANDARD_1" - Many workers and a few parameter servers.
// "PREMIUM_1" - A large number of workers with many parameter
// servers.
// "BASIC_GPU" - A single worker instance with a GPU.
// "CUSTOM" - The CUSTOM tier is not a set tier, but rather enables
// you to use your
// own cluster specification. When you use this tier, set values
Expand Down
2,548 changes: 1,464 additions & 1,084 deletions monitoring/v3/monitoring-api.json

Large diffs are not rendered by default.

Loading

0 comments on commit dfa61ae

Please sign in to comment.