google-cloud-automl-v1beta1 0.1.0 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +6 -6
- data/README.md +1 -1
- data/lib/google/cloud/automl/v1beta1.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/automl.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/automl/client.rb +497 -492
- data/lib/google/cloud/automl/v1beta1/automl/credentials.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/automl/operations.rb +109 -103
- data/lib/google/cloud/automl/v1beta1/automl/paths.rb +25 -25
- data/lib/google/cloud/automl/v1beta1/prediction_service.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/prediction_service/client.rb +87 -82
- data/lib/google/cloud/automl/v1beta1/prediction_service/credentials.rb +1 -1
- data/lib/google/cloud/automl/v1beta1/prediction_service/operations.rb +109 -103
- data/lib/google/cloud/automl/v1beta1/prediction_service/paths.rb +3 -3
- data/lib/google/cloud/automl/v1beta1/version.rb +1 -1
- data/proto_docs/google/api/resource.rb +12 -12
- data/proto_docs/google/cloud/automl/v1beta1/annotation_payload.rb +13 -13
- data/proto_docs/google/cloud/automl/v1beta1/annotation_spec.rb +5 -5
- data/proto_docs/google/cloud/automl/v1beta1/classification.rb +43 -43
- data/proto_docs/google/cloud/automl/v1beta1/column_spec.rb +12 -12
- data/proto_docs/google/cloud/automl/v1beta1/data_items.rb +49 -49
- data/proto_docs/google/cloud/automl/v1beta1/data_stats.rb +65 -65
- data/proto_docs/google/cloud/automl/v1beta1/data_types.rb +23 -23
- data/proto_docs/google/cloud/automl/v1beta1/dataset.rb +17 -17
- data/proto_docs/google/cloud/automl/v1beta1/detection.rb +32 -32
- data/proto_docs/google/cloud/automl/v1beta1/geometry.rb +7 -7
- data/proto_docs/google/cloud/automl/v1beta1/image.rb +38 -38
- data/proto_docs/google/cloud/automl/v1beta1/io.rb +92 -99
- data/proto_docs/google/cloud/automl/v1beta1/model.rb +17 -17
- data/proto_docs/google/cloud/automl/v1beta1/model_evaluation.rb +17 -17
- data/proto_docs/google/cloud/automl/v1beta1/operations.rb +56 -56
- data/proto_docs/google/cloud/automl/v1beta1/prediction_service.rb +41 -41
- data/proto_docs/google/cloud/automl/v1beta1/ranges.rb +4 -4
- data/proto_docs/google/cloud/automl/v1beta1/regression.rb +7 -7
- data/proto_docs/google/cloud/automl/v1beta1/service.rb +167 -167
- data/proto_docs/google/cloud/automl/v1beta1/table_spec.rb +9 -9
- data/proto_docs/google/cloud/automl/v1beta1/tables.rb +47 -47
- data/proto_docs/google/cloud/automl/v1beta1/temporal.rb +4 -4
- data/proto_docs/google/cloud/automl/v1beta1/text.rb +15 -15
- data/proto_docs/google/cloud/automl/v1beta1/text_extraction.rb +14 -14
- data/proto_docs/google/cloud/automl/v1beta1/text_segment.rb +5 -5
- data/proto_docs/google/cloud/automl/v1beta1/text_sentiment.rb +15 -15
- data/proto_docs/google/cloud/automl/v1beta1/translation.rb +16 -16
- data/proto_docs/google/cloud/automl/v1beta1/video.rb +8 -8
- data/proto_docs/google/longrunning/operations.rb +30 -30
- data/proto_docs/google/protobuf/any.rb +4 -4
- data/proto_docs/google/protobuf/duration.rb +4 -4
- data/proto_docs/google/protobuf/empty.rb +2 -2
- data/proto_docs/google/protobuf/field_mask.rb +3 -3
- data/proto_docs/google/protobuf/struct.rb +18 -18
- data/proto_docs/google/protobuf/timestamp.rb +4 -4
- data/proto_docs/google/rpc/status.rb +6 -6
- metadata +33 -6
- data/lib/google/cloud/common_resources_pb.rb +0 -15
@@ -23,14 +23,14 @@ module Google
|
|
23
23
|
module V1beta1
|
24
24
|
# A range between two double numbers.
|
25
25
|
# @!attribute [rw] start
|
26
|
-
# @return [Float]
|
26
|
+
# @return [::Float]
|
27
27
|
# Start of the range, inclusive.
|
28
28
|
# @!attribute [rw] end
|
29
|
-
# @return [Float]
|
29
|
+
# @return [::Float]
|
30
30
|
# End of the range, exclusive.
|
31
31
|
class DoubleRange
|
32
|
-
include Google::Protobuf::MessageExts
|
33
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
32
|
+
include ::Google::Protobuf::MessageExts
|
33
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
34
34
|
end
|
35
35
|
end
|
36
36
|
end
|
@@ -23,24 +23,24 @@ module Google
|
|
23
23
|
module V1beta1
|
24
24
|
# Metrics for regression problems.
|
25
25
|
# @!attribute [rw] root_mean_squared_error
|
26
|
-
# @return [Float]
|
26
|
+
# @return [::Float]
|
27
27
|
# Output only. Root Mean Squared Error (RMSE).
|
28
28
|
# @!attribute [rw] mean_absolute_error
|
29
|
-
# @return [Float]
|
29
|
+
# @return [::Float]
|
30
30
|
# Output only. Mean Absolute Error (MAE).
|
31
31
|
# @!attribute [rw] mean_absolute_percentage_error
|
32
|
-
# @return [Float]
|
32
|
+
# @return [::Float]
|
33
33
|
# Output only. Mean absolute percentage error. Only set if all ground truth
|
34
34
|
# values are are positive.
|
35
35
|
# @!attribute [rw] r_squared
|
36
|
-
# @return [Float]
|
36
|
+
# @return [::Float]
|
37
37
|
# Output only. R squared.
|
38
38
|
# @!attribute [rw] root_mean_squared_log_error
|
39
|
-
# @return [Float]
|
39
|
+
# @return [::Float]
|
40
40
|
# Output only. Root mean squared log error.
|
41
41
|
class RegressionEvaluationMetrics
|
42
|
-
include Google::Protobuf::MessageExts
|
43
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
42
|
+
include ::Google::Protobuf::MessageExts
|
43
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
@@ -21,33 +21,33 @@ module Google
|
|
21
21
|
module Cloud
|
22
22
|
module AutoML
|
23
23
|
module V1beta1
|
24
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#create_dataset AutoMl.CreateDataset}.
|
24
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#create_dataset AutoMl.CreateDataset}.
|
25
25
|
# @!attribute [rw] parent
|
26
|
-
# @return [String]
|
26
|
+
# @return [::String]
|
27
27
|
# Required. The resource name of the project to create the dataset for.
|
28
28
|
# @!attribute [rw] dataset
|
29
|
-
# @return [Google::Cloud::AutoML::V1beta1::Dataset]
|
29
|
+
# @return [::Google::Cloud::AutoML::V1beta1::Dataset]
|
30
30
|
# Required. The dataset to create.
|
31
31
|
class CreateDatasetRequest
|
32
|
-
include Google::Protobuf::MessageExts
|
33
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
32
|
+
include ::Google::Protobuf::MessageExts
|
33
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
34
34
|
end
|
35
35
|
|
36
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#get_dataset AutoMl.GetDataset}.
|
36
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#get_dataset AutoMl.GetDataset}.
|
37
37
|
# @!attribute [rw] name
|
38
|
-
# @return [String]
|
38
|
+
# @return [::String]
|
39
39
|
# Required. The resource name of the dataset to retrieve.
|
40
40
|
class GetDatasetRequest
|
41
|
-
include Google::Protobuf::MessageExts
|
42
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
41
|
+
include ::Google::Protobuf::MessageExts
|
42
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
43
43
|
end
|
44
44
|
|
45
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_datasets AutoMl.ListDatasets}.
|
45
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_datasets AutoMl.ListDatasets}.
|
46
46
|
# @!attribute [rw] parent
|
47
|
-
# @return [String]
|
47
|
+
# @return [::String]
|
48
48
|
# Required. The resource name of the project from which to list datasets.
|
49
49
|
# @!attribute [rw] filter
|
50
|
-
# @return [String]
|
50
|
+
# @return [::String]
|
51
51
|
# An expression for filtering the results of the request.
|
52
52
|
#
|
53
53
|
# * `dataset_metadata` - for existence of the case (e.g.
|
@@ -56,240 +56,240 @@ module Google
|
|
56
56
|
# * `translation_dataset_metadata:*` --> The dataset has
|
57
57
|
# translation_dataset_metadata.
|
58
58
|
# @!attribute [rw] page_size
|
59
|
-
# @return [Integer]
|
59
|
+
# @return [::Integer]
|
60
60
|
# Requested page size. Server may return fewer results than requested.
|
61
61
|
# If unspecified, server will pick a default size.
|
62
62
|
# @!attribute [rw] page_token
|
63
|
-
# @return [String]
|
63
|
+
# @return [::String]
|
64
64
|
# A token identifying a page of results for the server to return
|
65
65
|
# Typically obtained via
|
66
|
-
# {Google::Cloud::AutoML::V1beta1::ListDatasetsResponse#next_page_token ListDatasetsResponse.next_page_token} of the previous
|
67
|
-
# {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_datasets AutoMl.ListDatasets} call.
|
66
|
+
# {::Google::Cloud::AutoML::V1beta1::ListDatasetsResponse#next_page_token ListDatasetsResponse.next_page_token} of the previous
|
67
|
+
# {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_datasets AutoMl.ListDatasets} call.
|
68
68
|
class ListDatasetsRequest
|
69
|
-
include Google::Protobuf::MessageExts
|
70
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
69
|
+
include ::Google::Protobuf::MessageExts
|
70
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
71
71
|
end
|
72
72
|
|
73
|
-
# Response message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_datasets AutoMl.ListDatasets}.
|
73
|
+
# Response message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_datasets AutoMl.ListDatasets}.
|
74
74
|
# @!attribute [rw] datasets
|
75
|
-
# @return [Array
|
75
|
+
# @return [::Array<::Google::Cloud::AutoML::V1beta1::Dataset>]
|
76
76
|
# The datasets read.
|
77
77
|
# @!attribute [rw] next_page_token
|
78
|
-
# @return [String]
|
78
|
+
# @return [::String]
|
79
79
|
# A token to retrieve next page of results.
|
80
|
-
# Pass to {Google::Cloud::AutoML::V1beta1::ListDatasetsRequest#page_token ListDatasetsRequest.page_token} to obtain that page.
|
80
|
+
# Pass to {::Google::Cloud::AutoML::V1beta1::ListDatasetsRequest#page_token ListDatasetsRequest.page_token} to obtain that page.
|
81
81
|
class ListDatasetsResponse
|
82
|
-
include Google::Protobuf::MessageExts
|
83
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
82
|
+
include ::Google::Protobuf::MessageExts
|
83
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
84
84
|
end
|
85
85
|
|
86
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#update_dataset AutoMl.UpdateDataset}
|
86
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#update_dataset AutoMl.UpdateDataset}
|
87
87
|
# @!attribute [rw] dataset
|
88
|
-
# @return [Google::Cloud::AutoML::V1beta1::Dataset]
|
88
|
+
# @return [::Google::Cloud::AutoML::V1beta1::Dataset]
|
89
89
|
# Required. The dataset which replaces the resource on the server.
|
90
90
|
# @!attribute [rw] update_mask
|
91
|
-
# @return [Google::Protobuf::FieldMask]
|
91
|
+
# @return [::Google::Protobuf::FieldMask]
|
92
92
|
# The update mask applies to the resource.
|
93
93
|
class UpdateDatasetRequest
|
94
|
-
include Google::Protobuf::MessageExts
|
95
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
94
|
+
include ::Google::Protobuf::MessageExts
|
95
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
96
96
|
end
|
97
97
|
|
98
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#delete_dataset AutoMl.DeleteDataset}.
|
98
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#delete_dataset AutoMl.DeleteDataset}.
|
99
99
|
# @!attribute [rw] name
|
100
|
-
# @return [String]
|
100
|
+
# @return [::String]
|
101
101
|
# Required. The resource name of the dataset to delete.
|
102
102
|
class DeleteDatasetRequest
|
103
|
-
include Google::Protobuf::MessageExts
|
104
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
103
|
+
include ::Google::Protobuf::MessageExts
|
104
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
105
105
|
end
|
106
106
|
|
107
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#import_data AutoMl.ImportData}.
|
107
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#import_data AutoMl.ImportData}.
|
108
108
|
# @!attribute [rw] name
|
109
|
-
# @return [String]
|
109
|
+
# @return [::String]
|
110
110
|
# Required. Dataset name. Dataset must already exist. All imported
|
111
111
|
# annotations and examples will be added.
|
112
112
|
# @!attribute [rw] input_config
|
113
|
-
# @return [Google::Cloud::AutoML::V1beta1::InputConfig]
|
113
|
+
# @return [::Google::Cloud::AutoML::V1beta1::InputConfig]
|
114
114
|
# Required. The desired input location and its domain specific semantics,
|
115
115
|
# if any.
|
116
116
|
class ImportDataRequest
|
117
|
-
include Google::Protobuf::MessageExts
|
118
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
117
|
+
include ::Google::Protobuf::MessageExts
|
118
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
119
119
|
end
|
120
120
|
|
121
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#export_data AutoMl.ExportData}.
|
121
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#export_data AutoMl.ExportData}.
|
122
122
|
# @!attribute [rw] name
|
123
|
-
# @return [String]
|
123
|
+
# @return [::String]
|
124
124
|
# Required. The resource name of the dataset.
|
125
125
|
# @!attribute [rw] output_config
|
126
|
-
# @return [Google::Cloud::AutoML::V1beta1::OutputConfig]
|
126
|
+
# @return [::Google::Cloud::AutoML::V1beta1::OutputConfig]
|
127
127
|
# Required. The desired output location.
|
128
128
|
class ExportDataRequest
|
129
|
-
include Google::Protobuf::MessageExts
|
130
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
129
|
+
include ::Google::Protobuf::MessageExts
|
130
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
131
131
|
end
|
132
132
|
|
133
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#get_annotation_spec AutoMl.GetAnnotationSpec}.
|
133
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#get_annotation_spec AutoMl.GetAnnotationSpec}.
|
134
134
|
# @!attribute [rw] name
|
135
|
-
# @return [String]
|
135
|
+
# @return [::String]
|
136
136
|
# Required. The resource name of the annotation spec to retrieve.
|
137
137
|
class GetAnnotationSpecRequest
|
138
|
-
include Google::Protobuf::MessageExts
|
139
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
138
|
+
include ::Google::Protobuf::MessageExts
|
139
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
140
140
|
end
|
141
141
|
|
142
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#get_table_spec AutoMl.GetTableSpec}.
|
142
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#get_table_spec AutoMl.GetTableSpec}.
|
143
143
|
# @!attribute [rw] name
|
144
|
-
# @return [String]
|
144
|
+
# @return [::String]
|
145
145
|
# Required. The resource name of the table spec to retrieve.
|
146
146
|
# @!attribute [rw] field_mask
|
147
|
-
# @return [Google::Protobuf::FieldMask]
|
147
|
+
# @return [::Google::Protobuf::FieldMask]
|
148
148
|
# Mask specifying which fields to read.
|
149
149
|
class GetTableSpecRequest
|
150
|
-
include Google::Protobuf::MessageExts
|
151
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
150
|
+
include ::Google::Protobuf::MessageExts
|
151
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
152
152
|
end
|
153
153
|
|
154
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_table_specs AutoMl.ListTableSpecs}.
|
154
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_table_specs AutoMl.ListTableSpecs}.
|
155
155
|
# @!attribute [rw] parent
|
156
|
-
# @return [String]
|
156
|
+
# @return [::String]
|
157
157
|
# Required. The resource name of the dataset to list table specs from.
|
158
158
|
# @!attribute [rw] field_mask
|
159
|
-
# @return [Google::Protobuf::FieldMask]
|
159
|
+
# @return [::Google::Protobuf::FieldMask]
|
160
160
|
# Mask specifying which fields to read.
|
161
161
|
# @!attribute [rw] filter
|
162
|
-
# @return [String]
|
162
|
+
# @return [::String]
|
163
163
|
# Filter expression, see go/filtering.
|
164
164
|
# @!attribute [rw] page_size
|
165
|
-
# @return [Integer]
|
165
|
+
# @return [::Integer]
|
166
166
|
# Requested page size. The server can return fewer results than requested.
|
167
167
|
# If unspecified, the server will pick a default size.
|
168
168
|
# @!attribute [rw] page_token
|
169
|
-
# @return [String]
|
169
|
+
# @return [::String]
|
170
170
|
# A token identifying a page of results for the server to return.
|
171
171
|
# Typically obtained from the
|
172
|
-
# {Google::Cloud::AutoML::V1beta1::ListTableSpecsResponse#next_page_token ListTableSpecsResponse.next_page_token} field of the previous
|
173
|
-
# {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_table_specs AutoMl.ListTableSpecs} call.
|
172
|
+
# {::Google::Cloud::AutoML::V1beta1::ListTableSpecsResponse#next_page_token ListTableSpecsResponse.next_page_token} field of the previous
|
173
|
+
# {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_table_specs AutoMl.ListTableSpecs} call.
|
174
174
|
class ListTableSpecsRequest
|
175
|
-
include Google::Protobuf::MessageExts
|
176
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
175
|
+
include ::Google::Protobuf::MessageExts
|
176
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
177
177
|
end
|
178
178
|
|
179
|
-
# Response message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_table_specs AutoMl.ListTableSpecs}.
|
179
|
+
# Response message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_table_specs AutoMl.ListTableSpecs}.
|
180
180
|
# @!attribute [rw] table_specs
|
181
|
-
# @return [Array
|
181
|
+
# @return [::Array<::Google::Cloud::AutoML::V1beta1::TableSpec>]
|
182
182
|
# The table specs read.
|
183
183
|
# @!attribute [rw] next_page_token
|
184
|
-
# @return [String]
|
184
|
+
# @return [::String]
|
185
185
|
# A token to retrieve next page of results.
|
186
|
-
# Pass to {Google::Cloud::AutoML::V1beta1::ListTableSpecsRequest#page_token ListTableSpecsRequest.page_token} to obtain that page.
|
186
|
+
# Pass to {::Google::Cloud::AutoML::V1beta1::ListTableSpecsRequest#page_token ListTableSpecsRequest.page_token} to obtain that page.
|
187
187
|
class ListTableSpecsResponse
|
188
|
-
include Google::Protobuf::MessageExts
|
189
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
188
|
+
include ::Google::Protobuf::MessageExts
|
189
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
190
190
|
end
|
191
191
|
|
192
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#update_table_spec AutoMl.UpdateTableSpec}
|
192
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#update_table_spec AutoMl.UpdateTableSpec}
|
193
193
|
# @!attribute [rw] table_spec
|
194
|
-
# @return [Google::Cloud::AutoML::V1beta1::TableSpec]
|
194
|
+
# @return [::Google::Cloud::AutoML::V1beta1::TableSpec]
|
195
195
|
# Required. The table spec which replaces the resource on the server.
|
196
196
|
# @!attribute [rw] update_mask
|
197
|
-
# @return [Google::Protobuf::FieldMask]
|
197
|
+
# @return [::Google::Protobuf::FieldMask]
|
198
198
|
# The update mask applies to the resource.
|
199
199
|
class UpdateTableSpecRequest
|
200
|
-
include Google::Protobuf::MessageExts
|
201
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
200
|
+
include ::Google::Protobuf::MessageExts
|
201
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
202
202
|
end
|
203
203
|
|
204
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#get_column_spec AutoMl.GetColumnSpec}.
|
204
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#get_column_spec AutoMl.GetColumnSpec}.
|
205
205
|
# @!attribute [rw] name
|
206
|
-
# @return [String]
|
206
|
+
# @return [::String]
|
207
207
|
# Required. The resource name of the column spec to retrieve.
|
208
208
|
# @!attribute [rw] field_mask
|
209
|
-
# @return [Google::Protobuf::FieldMask]
|
209
|
+
# @return [::Google::Protobuf::FieldMask]
|
210
210
|
# Mask specifying which fields to read.
|
211
211
|
class GetColumnSpecRequest
|
212
|
-
include Google::Protobuf::MessageExts
|
213
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
212
|
+
include ::Google::Protobuf::MessageExts
|
213
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
214
214
|
end
|
215
215
|
|
216
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_column_specs AutoMl.ListColumnSpecs}.
|
216
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_column_specs AutoMl.ListColumnSpecs}.
|
217
217
|
# @!attribute [rw] parent
|
218
|
-
# @return [String]
|
218
|
+
# @return [::String]
|
219
219
|
# Required. The resource name of the table spec to list column specs from.
|
220
220
|
# @!attribute [rw] field_mask
|
221
|
-
# @return [Google::Protobuf::FieldMask]
|
221
|
+
# @return [::Google::Protobuf::FieldMask]
|
222
222
|
# Mask specifying which fields to read.
|
223
223
|
# @!attribute [rw] filter
|
224
|
-
# @return [String]
|
224
|
+
# @return [::String]
|
225
225
|
# Filter expression, see go/filtering.
|
226
226
|
# @!attribute [rw] page_size
|
227
|
-
# @return [Integer]
|
227
|
+
# @return [::Integer]
|
228
228
|
# Requested page size. The server can return fewer results than requested.
|
229
229
|
# If unspecified, the server will pick a default size.
|
230
230
|
# @!attribute [rw] page_token
|
231
|
-
# @return [String]
|
231
|
+
# @return [::String]
|
232
232
|
# A token identifying a page of results for the server to return.
|
233
233
|
# Typically obtained from the
|
234
|
-
# {Google::Cloud::AutoML::V1beta1::ListColumnSpecsResponse#next_page_token ListColumnSpecsResponse.next_page_token} field of the previous
|
235
|
-
# {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_column_specs AutoMl.ListColumnSpecs} call.
|
234
|
+
# {::Google::Cloud::AutoML::V1beta1::ListColumnSpecsResponse#next_page_token ListColumnSpecsResponse.next_page_token} field of the previous
|
235
|
+
# {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_column_specs AutoMl.ListColumnSpecs} call.
|
236
236
|
class ListColumnSpecsRequest
|
237
|
-
include Google::Protobuf::MessageExts
|
238
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
237
|
+
include ::Google::Protobuf::MessageExts
|
238
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
239
239
|
end
|
240
240
|
|
241
|
-
# Response message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_column_specs AutoMl.ListColumnSpecs}.
|
241
|
+
# Response message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_column_specs AutoMl.ListColumnSpecs}.
|
242
242
|
# @!attribute [rw] column_specs
|
243
|
-
# @return [Array
|
243
|
+
# @return [::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec>]
|
244
244
|
# The column specs read.
|
245
245
|
# @!attribute [rw] next_page_token
|
246
|
-
# @return [String]
|
246
|
+
# @return [::String]
|
247
247
|
# A token to retrieve next page of results.
|
248
|
-
# Pass to {Google::Cloud::AutoML::V1beta1::ListColumnSpecsRequest#page_token ListColumnSpecsRequest.page_token} to obtain that page.
|
248
|
+
# Pass to {::Google::Cloud::AutoML::V1beta1::ListColumnSpecsRequest#page_token ListColumnSpecsRequest.page_token} to obtain that page.
|
249
249
|
class ListColumnSpecsResponse
|
250
|
-
include Google::Protobuf::MessageExts
|
251
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
250
|
+
include ::Google::Protobuf::MessageExts
|
251
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
252
252
|
end
|
253
253
|
|
254
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#update_column_spec AutoMl.UpdateColumnSpec}
|
254
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#update_column_spec AutoMl.UpdateColumnSpec}
|
255
255
|
# @!attribute [rw] column_spec
|
256
|
-
# @return [Google::Cloud::AutoML::V1beta1::ColumnSpec]
|
256
|
+
# @return [::Google::Cloud::AutoML::V1beta1::ColumnSpec]
|
257
257
|
# Required. The column spec which replaces the resource on the server.
|
258
258
|
# @!attribute [rw] update_mask
|
259
|
-
# @return [Google::Protobuf::FieldMask]
|
259
|
+
# @return [::Google::Protobuf::FieldMask]
|
260
260
|
# The update mask applies to the resource.
|
261
261
|
class UpdateColumnSpecRequest
|
262
|
-
include Google::Protobuf::MessageExts
|
263
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
262
|
+
include ::Google::Protobuf::MessageExts
|
263
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
264
264
|
end
|
265
265
|
|
266
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#create_model AutoMl.CreateModel}.
|
266
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#create_model AutoMl.CreateModel}.
|
267
267
|
# @!attribute [rw] parent
|
268
|
-
# @return [String]
|
268
|
+
# @return [::String]
|
269
269
|
# Required. Resource name of the parent project where the model is being created.
|
270
270
|
# @!attribute [rw] model
|
271
|
-
# @return [Google::Cloud::AutoML::V1beta1::Model]
|
271
|
+
# @return [::Google::Cloud::AutoML::V1beta1::Model]
|
272
272
|
# Required. The model to create.
|
273
273
|
class CreateModelRequest
|
274
|
-
include Google::Protobuf::MessageExts
|
275
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
274
|
+
include ::Google::Protobuf::MessageExts
|
275
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
276
276
|
end
|
277
277
|
|
278
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#get_model AutoMl.GetModel}.
|
278
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#get_model AutoMl.GetModel}.
|
279
279
|
# @!attribute [rw] name
|
280
|
-
# @return [String]
|
280
|
+
# @return [::String]
|
281
281
|
# Required. Resource name of the model.
|
282
282
|
class GetModelRequest
|
283
|
-
include Google::Protobuf::MessageExts
|
284
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
283
|
+
include ::Google::Protobuf::MessageExts
|
284
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
285
285
|
end
|
286
286
|
|
287
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_models AutoMl.ListModels}.
|
287
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_models AutoMl.ListModels}.
|
288
288
|
# @!attribute [rw] parent
|
289
|
-
# @return [String]
|
289
|
+
# @return [::String]
|
290
290
|
# Required. Resource name of the project, from which to list the models.
|
291
291
|
# @!attribute [rw] filter
|
292
|
-
# @return [String]
|
292
|
+
# @return [::String]
|
293
293
|
# An expression for filtering the results of the request.
|
294
294
|
#
|
295
295
|
# * `model_metadata` - for existence of the case (e.g.
|
@@ -300,109 +300,109 @@ module Google
|
|
300
300
|
# image_classification_model_metadata.
|
301
301
|
# * `dataset_id=5` --> The model was created from a dataset with ID 5.
|
302
302
|
# @!attribute [rw] page_size
|
303
|
-
# @return [Integer]
|
303
|
+
# @return [::Integer]
|
304
304
|
# Requested page size.
|
305
305
|
# @!attribute [rw] page_token
|
306
|
-
# @return [String]
|
306
|
+
# @return [::String]
|
307
307
|
# A token identifying a page of results for the server to return
|
308
308
|
# Typically obtained via
|
309
|
-
# {Google::Cloud::AutoML::V1beta1::ListModelsResponse#next_page_token ListModelsResponse.next_page_token} of the previous
|
310
|
-
# {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_models AutoMl.ListModels} call.
|
309
|
+
# {::Google::Cloud::AutoML::V1beta1::ListModelsResponse#next_page_token ListModelsResponse.next_page_token} of the previous
|
310
|
+
# {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_models AutoMl.ListModels} call.
|
311
311
|
class ListModelsRequest
|
312
|
-
include Google::Protobuf::MessageExts
|
313
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
312
|
+
include ::Google::Protobuf::MessageExts
|
313
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
314
314
|
end
|
315
315
|
|
316
|
-
# Response message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_models AutoMl.ListModels}.
|
316
|
+
# Response message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_models AutoMl.ListModels}.
|
317
317
|
# @!attribute [rw] model
|
318
|
-
# @return [Array
|
318
|
+
# @return [::Array<::Google::Cloud::AutoML::V1beta1::Model>]
|
319
319
|
# List of models in the requested page.
|
320
320
|
# @!attribute [rw] next_page_token
|
321
|
-
# @return [String]
|
321
|
+
# @return [::String]
|
322
322
|
# A token to retrieve next page of results.
|
323
|
-
# Pass to {Google::Cloud::AutoML::V1beta1::ListModelsRequest#page_token ListModelsRequest.page_token} to obtain that page.
|
323
|
+
# Pass to {::Google::Cloud::AutoML::V1beta1::ListModelsRequest#page_token ListModelsRequest.page_token} to obtain that page.
|
324
324
|
class ListModelsResponse
|
325
|
-
include Google::Protobuf::MessageExts
|
326
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
325
|
+
include ::Google::Protobuf::MessageExts
|
326
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
327
327
|
end
|
328
328
|
|
329
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#delete_model AutoMl.DeleteModel}.
|
329
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#delete_model AutoMl.DeleteModel}.
|
330
330
|
# @!attribute [rw] name
|
331
|
-
# @return [String]
|
331
|
+
# @return [::String]
|
332
332
|
# Required. Resource name of the model being deleted.
|
333
333
|
class DeleteModelRequest
|
334
|
-
include Google::Protobuf::MessageExts
|
335
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
334
|
+
include ::Google::Protobuf::MessageExts
|
335
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
336
336
|
end
|
337
337
|
|
338
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#deploy_model AutoMl.DeployModel}.
|
338
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#deploy_model AutoMl.DeployModel}.
|
339
339
|
# @!attribute [rw] image_object_detection_model_deployment_metadata
|
340
|
-
# @return [Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata]
|
340
|
+
# @return [::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata]
|
341
341
|
# Model deployment metadata specific to Image Object Detection.
|
342
342
|
# @!attribute [rw] image_classification_model_deployment_metadata
|
343
|
-
# @return [Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata]
|
343
|
+
# @return [::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata]
|
344
344
|
# Model deployment metadata specific to Image Classification.
|
345
345
|
# @!attribute [rw] name
|
346
|
-
# @return [String]
|
346
|
+
# @return [::String]
|
347
347
|
# Required. Resource name of the model to deploy.
|
348
348
|
class DeployModelRequest
|
349
|
-
include Google::Protobuf::MessageExts
|
350
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
349
|
+
include ::Google::Protobuf::MessageExts
|
350
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
351
351
|
end
|
352
352
|
|
353
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#undeploy_model AutoMl.UndeployModel}.
|
353
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#undeploy_model AutoMl.UndeployModel}.
|
354
354
|
# @!attribute [rw] name
|
355
|
-
# @return [String]
|
355
|
+
# @return [::String]
|
356
356
|
# Required. Resource name of the model to undeploy.
|
357
357
|
class UndeployModelRequest
|
358
|
-
include Google::Protobuf::MessageExts
|
359
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
358
|
+
include ::Google::Protobuf::MessageExts
|
359
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
360
360
|
end
|
361
361
|
|
362
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#export_model AutoMl.ExportModel}.
|
362
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#export_model AutoMl.ExportModel}.
|
363
363
|
# Models need to be enabled for exporting, otherwise an error code will be
|
364
364
|
# returned.
|
365
365
|
# @!attribute [rw] name
|
366
|
-
# @return [String]
|
366
|
+
# @return [::String]
|
367
367
|
# Required. The resource name of the model to export.
|
368
368
|
# @!attribute [rw] output_config
|
369
|
-
# @return [Google::Cloud::AutoML::V1beta1::ModelExportOutputConfig]
|
369
|
+
# @return [::Google::Cloud::AutoML::V1beta1::ModelExportOutputConfig]
|
370
370
|
# Required. The desired output location and configuration.
|
371
371
|
class ExportModelRequest
|
372
|
-
include Google::Protobuf::MessageExts
|
373
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
372
|
+
include ::Google::Protobuf::MessageExts
|
373
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
374
374
|
end
|
375
375
|
|
376
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#export_evaluated_examples AutoMl.ExportEvaluatedExamples}.
|
376
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#export_evaluated_examples AutoMl.ExportEvaluatedExamples}.
|
377
377
|
# @!attribute [rw] name
|
378
|
-
# @return [String]
|
378
|
+
# @return [::String]
|
379
379
|
# Required. The resource name of the model whose evaluated examples are to
|
380
380
|
# be exported.
|
381
381
|
# @!attribute [rw] output_config
|
382
|
-
# @return [Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOutputConfig]
|
382
|
+
# @return [::Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOutputConfig]
|
383
383
|
# Required. The desired output location and configuration.
|
384
384
|
class ExportEvaluatedExamplesRequest
|
385
|
-
include Google::Protobuf::MessageExts
|
386
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
385
|
+
include ::Google::Protobuf::MessageExts
|
386
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
387
387
|
end
|
388
388
|
|
389
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#get_model_evaluation AutoMl.GetModelEvaluation}.
|
389
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#get_model_evaluation AutoMl.GetModelEvaluation}.
|
390
390
|
# @!attribute [rw] name
|
391
|
-
# @return [String]
|
391
|
+
# @return [::String]
|
392
392
|
# Required. Resource name for the model evaluation.
|
393
393
|
class GetModelEvaluationRequest
|
394
|
-
include Google::Protobuf::MessageExts
|
395
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
394
|
+
include ::Google::Protobuf::MessageExts
|
395
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
396
396
|
end
|
397
397
|
|
398
|
-
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_model_evaluations AutoMl.ListModelEvaluations}.
|
398
|
+
# Request message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_model_evaluations AutoMl.ListModelEvaluations}.
|
399
399
|
# @!attribute [rw] parent
|
400
|
-
# @return [String]
|
400
|
+
# @return [::String]
|
401
401
|
# Required. Resource name of the model to list the model evaluations for.
|
402
402
|
# If modelId is set as "-", this will list model evaluations from across all
|
403
403
|
# models of the parent location.
|
404
404
|
# @!attribute [rw] filter
|
405
|
-
# @return [String]
|
405
|
+
# @return [::String]
|
406
406
|
# An expression for filtering the results of the request.
|
407
407
|
#
|
408
408
|
# * `annotation_spec_id` - for =, != or existence. See example below for
|
@@ -415,31 +415,31 @@ module Google
|
|
415
415
|
# * `NOT annotation_spec_id:*` --> The model evaluation was done for
|
416
416
|
# aggregate of all annotation specs.
|
417
417
|
# @!attribute [rw] page_size
|
418
|
-
# @return [Integer]
|
418
|
+
# @return [::Integer]
|
419
419
|
# Requested page size.
|
420
420
|
# @!attribute [rw] page_token
|
421
|
-
# @return [String]
|
421
|
+
# @return [::String]
|
422
422
|
# A token identifying a page of results for the server to return.
|
423
423
|
# Typically obtained via
|
424
|
-
# {Google::Cloud::AutoML::V1beta1::ListModelEvaluationsResponse#next_page_token ListModelEvaluationsResponse.next_page_token} of the previous
|
425
|
-
# {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_model_evaluations AutoMl.ListModelEvaluations} call.
|
424
|
+
# {::Google::Cloud::AutoML::V1beta1::ListModelEvaluationsResponse#next_page_token ListModelEvaluationsResponse.next_page_token} of the previous
|
425
|
+
# {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_model_evaluations AutoMl.ListModelEvaluations} call.
|
426
426
|
class ListModelEvaluationsRequest
|
427
|
-
include Google::Protobuf::MessageExts
|
428
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
427
|
+
include ::Google::Protobuf::MessageExts
|
428
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
429
429
|
end
|
430
430
|
|
431
|
-
# Response message for {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_model_evaluations AutoMl.ListModelEvaluations}.
|
431
|
+
# Response message for {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_model_evaluations AutoMl.ListModelEvaluations}.
|
432
432
|
# @!attribute [rw] model_evaluation
|
433
|
-
# @return [Array
|
433
|
+
# @return [::Array<::Google::Cloud::AutoML::V1beta1::ModelEvaluation>]
|
434
434
|
# List of model evaluations in the requested page.
|
435
435
|
# @!attribute [rw] next_page_token
|
436
|
-
# @return [String]
|
436
|
+
# @return [::String]
|
437
437
|
# A token to retrieve next page of results.
|
438
|
-
# Pass to the {Google::Cloud::AutoML::V1beta1::ListModelEvaluationsRequest#page_token ListModelEvaluationsRequest.page_token} field of a new
|
439
|
-
# {Google::Cloud::AutoML::V1beta1::AutoML::Client#list_model_evaluations AutoMl.ListModelEvaluations} request to obtain that page.
|
438
|
+
# Pass to the {::Google::Cloud::AutoML::V1beta1::ListModelEvaluationsRequest#page_token ListModelEvaluationsRequest.page_token} field of a new
|
439
|
+
# {::Google::Cloud::AutoML::V1beta1::AutoML::Client#list_model_evaluations AutoMl.ListModelEvaluations} request to obtain that page.
|
440
440
|
class ListModelEvaluationsResponse
|
441
|
-
include Google::Protobuf::MessageExts
|
442
|
-
extend Google::Protobuf::MessageExts::ClassMethods
|
441
|
+
include ::Google::Protobuf::MessageExts
|
442
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
443
443
|
end
|
444
444
|
end
|
445
445
|
end
|