mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
update thrift, opencensus, others (#893)
* update thrift, opencensus, others * stats: update to opencensus 0.6.0 view api
This commit is contained in:
10
vendor/google.golang.org/api/ml/v1/ml-api.json
generated
vendored
10
vendor/google.golang.org/api/ml/v1/ml-api.json
generated
vendored
@@ -992,7 +992,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180306",
|
||||
"revision": "20180320",
|
||||
"rootUrl": "https://ml.googleapis.com/",
|
||||
"schemas": {
|
||||
"GoogleApi__HttpBody": {
|
||||
@@ -1487,7 +1487,7 @@
|
||||
"type": "array"
|
||||
},
|
||||
"maxValue": {
|
||||
"description": "Required if typeis `DOUBLE` or `INTEGER`. This field\nshould be unset if type is `CATEGORICAL`. This value should be integers if\ntype is `INTEGER`.",
|
||||
"description": "Required if type is `DOUBLE` or `INTEGER`. This field\nshould be unset if type is `CATEGORICAL`. This value should be integers if\ntype is `INTEGER`.",
|
||||
"format": "double",
|
||||
"type": "number"
|
||||
},
|
||||
@@ -1651,7 +1651,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"GoogleCloudMlV1__TrainingInput": {
|
||||
"description": "Represents input parameters for a training job. When using the\ngcloud command to submit your training job, you can specify\nthe input parameters as command-line arguments and/or in a YAML configuration\nfile referenced from the --config command-line argument. For\ndetails, see the guide to\n\u003ca href=\"/ml-engine/docs/training-jobs\"\u003esubmitting a training job\u003c/a\u003e.",
|
||||
"description": "Represents input parameters for a training job. When using the\ngcloud command to submit your training job, you can specify\nthe input parameters as command-line arguments and/or in a YAML configuration\nfile referenced from the --config command-line argument. For\ndetails, see the guide to\n\u003ca href=\"/ml-engine/docs/training-jobs\"\u003esubmitting a training job\u003c/a\u003e.\nNext ID: 22",
|
||||
"id": "GoogleCloudMlV1__TrainingInput",
|
||||
"properties": {
|
||||
"args": {
|
||||
@@ -1823,6 +1823,10 @@
|
||||
"description": "Required.The name specified for the version when it was created.\n\nThe version name must be unique within the model it is created in.",
|
||||
"type": "string"
|
||||
},
|
||||
"pythonVersion": {
|
||||
"description": "Optional. The version of Python used in prediction. If not set, the default\nversion is '2.7'. Python '3.5' is available when `runtime_version` is set\nto '1.4' and above. Python '2.7' works with all supported runtime versions.",
|
||||
"type": "string"
|
||||
},
|
||||
"runtimeVersion": {
|
||||
"description": "Optional. The Google Cloud ML runtime version to use for this deployment.\nIf not set, Google Cloud ML will choose a version.",
|
||||
"type": "string"
|
||||
|
||||
12
vendor/google.golang.org/api/ml/v1/ml-gen.go
generated
vendored
12
vendor/google.golang.org/api/ml/v1/ml-gen.go
generated
vendored
@@ -1035,7 +1035,8 @@ type GoogleCloudMlV1__ParameterSpec struct {
|
||||
// should not contain more than 1,000 values.
|
||||
DiscreteValues []float64 `json:"discreteValues,omitempty"`
|
||||
|
||||
// MaxValue: Required if typeis `DOUBLE` or `INTEGER`. This field
|
||||
// MaxValue: Required if type is `DOUBLE` or `INTEGER`. This
|
||||
// field
|
||||
// should be unset if type is `CATEGORICAL`. This value should be
|
||||
// integers if
|
||||
// type is `INTEGER`.
|
||||
@@ -1347,6 +1348,7 @@ type GoogleCloudMlV1__SetDefaultVersionRequest struct {
|
||||
// details, see the guide to
|
||||
// <a href="/ml-engine/docs/training-jobs">submitting a training
|
||||
// job</a>.
|
||||
// Next ID: 22
|
||||
type GoogleCloudMlV1__TrainingInput struct {
|
||||
// Args: Optional. Command line arguments to pass to the program.
|
||||
Args []string `json:"args,omitempty"`
|
||||
@@ -1749,6 +1751,14 @@ type GoogleCloudMlV1__Version struct {
|
||||
// The version name must be unique within the model it is created in.
|
||||
Name string `json:"name,omitempty"`
|
||||
|
||||
// PythonVersion: Optional. The version of Python used in prediction. If
|
||||
// not set, the default
|
||||
// version is '2.7'. Python '3.5' is available when `runtime_version` is
|
||||
// set
|
||||
// to '1.4' and above. Python '2.7' works with all supported runtime
|
||||
// versions.
|
||||
PythonVersion string `json:"pythonVersion,omitempty"`
|
||||
|
||||
// RuntimeVersion: Optional. The Google Cloud ML runtime version to use
|
||||
// for this deployment.
|
||||
// If not set, Google Cloud ML will choose a version.
|
||||
|
||||
Reference in New Issue
Block a user