google-cloud-ai_platform-v1 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/ai_platform/v1/featurestore_service/client.rb +6 -2
- data/lib/google/cloud/ai_platform/v1/metadata_service/client.rb +9 -4
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/client.rb +4 -4
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +1 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_service_pb.rb +1 -0
- data/lib/google/cloud/aiplatform/v1/model_pb.rb +1 -0
- data/lib/google/cloud/aiplatform/v1/pipeline_job_pb.rb +2 -0
- data/lib/google/cloud/aiplatform/v1/training_pipeline_pb.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/artifact.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/context.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/dataset.rb +18 -0
- data/proto_docs/google/cloud/aiplatform/v1/execution.rb +1 -0
- data/proto_docs/google/cloud/aiplatform/v1/featurestore.rb +4 -2
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +6 -1
- data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/metadata_service.rb +9 -4
- data/proto_docs/google/cloud/aiplatform/v1/model.rb +7 -2
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +13 -2
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb +4 -4
- data/proto_docs/google/cloud/aiplatform/v1/training_pipeline.rb +3 -0
- data/proto_docs/google/cloud/aiplatform/v1/user_action_reference.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e79a3a2efa15a0d271bc2a109641f3dbef05ff5e891ca4ad601e1121b17d3ec7
|
4
|
+
data.tar.gz: 3793cb6f87e9ff8a1cf0d84f2119cd0220cd667ef01009f38386a02554159345
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7dd1efb01ceaae47bab4e89331f7527d0da887333192d6c3b844ed4a07c1b439e85fbfad3875c46a7f65786b1b6f46f4ba0f0bbf8ea10ab676d66c9e0e784888
|
7
|
+
data.tar.gz: 7a2a5404e027609893d2be2d50529df8925fb145ae89f721ecbdf45d1b07d7dcef85dc01bf4e9d85e082aba9b31661a908612fe32e75fbc36b98997646088617
|
@@ -1286,7 +1286,7 @@ module Google
|
|
1286
1286
|
# Required. The ID to use for the Feature, which will become the final component of
|
1287
1287
|
# the Feature's resource name.
|
1288
1288
|
#
|
1289
|
-
# This value may be up to
|
1289
|
+
# This value may be up to 128 characters, and valid characters are
|
1290
1290
|
# `[a-z0-9_]`. The first character cannot be a number.
|
1291
1291
|
#
|
1292
1292
|
# The value must be unique within an EntityType.
|
@@ -2052,7 +2052,7 @@ module Google
|
|
2052
2052
|
# @param options [::Gapic::CallOptions, ::Hash]
|
2053
2053
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
2054
2054
|
#
|
2055
|
-
# @overload batch_read_feature_values(csv_read_instances: nil, bigquery_read_instances: nil, featurestore: nil, destination: nil, pass_through_fields: nil, entity_type_specs: nil)
|
2055
|
+
# @overload batch_read_feature_values(csv_read_instances: nil, bigquery_read_instances: nil, featurestore: nil, destination: nil, pass_through_fields: nil, entity_type_specs: nil, start_time: nil)
|
2056
2056
|
# Pass arguments to `batch_read_feature_values` via keyword arguments. Note that at
|
2057
2057
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
2058
2058
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -2104,6 +2104,10 @@ module Google
|
|
2104
2104
|
# [BatchReadFeatureValuesRequest.entity_type_specs] must have a column
|
2105
2105
|
# specifying entity IDs in the EntityType in
|
2106
2106
|
# [BatchReadFeatureValuesRequest.request][] .
|
2107
|
+
# @param start_time [::Google::Protobuf::Timestamp, ::Hash]
|
2108
|
+
# Optional. Excludes Feature values with feature generation timestamp before this
|
2109
|
+
# timestamp. If not set, retrieve oldest values kept in Feature Store.
|
2110
|
+
# Timestamp, if present, must not have higher than millisecond precision.
|
2107
2111
|
#
|
2108
2112
|
# @yield [response, operation] Access the result along with the RPC operation
|
2109
2113
|
# @yieldparam response [::Gapic::Operation]
|
@@ -824,7 +824,8 @@ module Google
|
|
824
824
|
# `in_context("projects/<project_number>/locations/<location>/metadataStores/<metadatastore_name>/contexts/<context-id>")`
|
825
825
|
#
|
826
826
|
# Each of the above supported filter types can be combined together using
|
827
|
-
# logical operators (`AND` & `OR`).
|
827
|
+
# logical operators (`AND` & `OR`). Maximum nested expression depth allowed
|
828
|
+
# is 5.
|
828
829
|
#
|
829
830
|
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
830
831
|
# @param order_by [::String]
|
@@ -1448,7 +1449,8 @@ module Google
|
|
1448
1449
|
# ```
|
1449
1450
|
#
|
1450
1451
|
# Each of the above supported filters can be combined together using
|
1451
|
-
# logical operators (`AND` & `OR`).
|
1452
|
+
# logical operators (`AND` & `OR`). Maximum nested expression depth allowed
|
1453
|
+
# is 5.
|
1452
1454
|
#
|
1453
1455
|
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
1454
1456
|
# @param order_by [::String]
|
@@ -2452,7 +2454,9 @@ module Google
|
|
2452
2454
|
# `in_context("projects/<project_number>/locations/<location>/metadataStores/<metadatastore_name>/contexts/<context-id>")`
|
2453
2455
|
#
|
2454
2456
|
# Each of the above supported filters can be combined together using
|
2455
|
-
# logical operators (`AND` & `OR`).
|
2457
|
+
# logical operators (`AND` & `OR`). Maximum nested expression depth allowed
|
2458
|
+
# is 5.
|
2459
|
+
#
|
2456
2460
|
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
2457
2461
|
# @param order_by [::String]
|
2458
2462
|
# How the list of messages is ordered. Specify the values to order by and an
|
@@ -3359,7 +3363,8 @@ module Google
|
|
3359
3363
|
# For example: `metadata.field_1.number_value = 10.0`
|
3360
3364
|
#
|
3361
3365
|
# Each of the above supported filter types can be combined together using
|
3362
|
-
# logical operators (`AND` & `OR`).
|
3366
|
+
# logical operators (`AND` & `OR`). Maximum nested expression depth allowed
|
3367
|
+
# is 5.
|
3363
3368
|
#
|
3364
3369
|
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
3365
3370
|
#
|
@@ -975,7 +975,7 @@ module Google
|
|
975
975
|
# @param parent [::String]
|
976
976
|
# Required. The resource name of the Tensorboard to list TensorboardExperiments.
|
977
977
|
# Format:
|
978
|
-
#
|
978
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
|
979
979
|
# @param filter [::String]
|
980
980
|
# Lists the TensorboardExperiments that match the filter expression.
|
981
981
|
# @param page_size [::Integer]
|
@@ -1551,7 +1551,7 @@ module Google
|
|
1551
1551
|
# @param parent [::String]
|
1552
1552
|
# Required. The resource name of the TensorboardExperiment to list TensorboardRuns.
|
1553
1553
|
# Format:
|
1554
|
-
#
|
1554
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
1555
1555
|
# @param filter [::String]
|
1556
1556
|
# Lists the TensorboardRuns that match the filter expression.
|
1557
1557
|
# @param page_size [::Integer]
|
@@ -2130,7 +2130,7 @@ module Google
|
|
2130
2130
|
# @param parent [::String]
|
2131
2131
|
# Required. The resource name of the TensorboardRun to list TensorboardTimeSeries.
|
2132
2132
|
# Format:
|
2133
|
-
#
|
2133
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
|
2134
2134
|
# @param filter [::String]
|
2135
2135
|
# Lists the TensorboardTimeSeries that match the filter expression.
|
2136
2136
|
# @param page_size [::Integer]
|
@@ -2535,7 +2535,7 @@ module Google
|
|
2535
2535
|
# @param time_series [::String]
|
2536
2536
|
# Required. The resource name of the TensorboardTimeSeries to list Blobs.
|
2537
2537
|
# Format:
|
2538
|
-
#
|
2538
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
|
2539
2539
|
# @param blob_ids [::Array<::String>]
|
2540
2540
|
# IDs of the blobs to read.
|
2541
2541
|
#
|
@@ -26,6 +26,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
26
26
|
end
|
27
27
|
add_message "google.cloud.aiplatform.v1.ImportDataConfig" do
|
28
28
|
map :data_item_labels, :string, :string, 2
|
29
|
+
map :annotation_labels, :string, :string, 3
|
29
30
|
optional :import_schema_uri, :string, 4
|
30
31
|
oneof :source do
|
31
32
|
optional :gcs_source, :message, 1, "google.cloud.aiplatform.v1.GcsSource"
|
@@ -79,6 +79,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
79
79
|
optional :destination, :message, 4, "google.cloud.aiplatform.v1.FeatureValueDestination"
|
80
80
|
repeated :pass_through_fields, :message, 8, "google.cloud.aiplatform.v1.BatchReadFeatureValuesRequest.PassThroughField"
|
81
81
|
repeated :entity_type_specs, :message, 7, "google.cloud.aiplatform.v1.BatchReadFeatureValuesRequest.EntityTypeSpec"
|
82
|
+
optional :start_time, :message, 11, "google.protobuf.Timestamp"
|
82
83
|
oneof :read_option do
|
83
84
|
optional :csv_read_instances, :message, 3, "google.cloud.aiplatform.v1.CsvSource"
|
84
85
|
optional :bigquery_read_instances, :message, 5, "google.cloud.aiplatform.v1.BigQuerySource"
|
@@ -41,6 +41,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
41
41
|
map :labels, :string, :string, 17
|
42
42
|
optional :encryption_spec, :message, 24, "google.cloud.aiplatform.v1.EncryptionSpec"
|
43
43
|
optional :model_source_info, :message, 38, "google.cloud.aiplatform.v1.ModelSourceInfo"
|
44
|
+
optional :metadata_artifact, :string, 44
|
44
45
|
end
|
45
46
|
add_message "google.cloud.aiplatform.v1.Model.ExportFormat" do
|
46
47
|
optional :id, :string, 1
|
@@ -101,6 +101,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
101
101
|
add_message "google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail" do
|
102
102
|
optional :main_job, :string, 1
|
103
103
|
optional :pre_caching_check_job, :string, 2
|
104
|
+
repeated :failed_main_jobs, :string, 3
|
105
|
+
repeated :failed_pre_caching_check_jobs, :string, 4
|
104
106
|
end
|
105
107
|
add_message "google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.CustomJobDetail" do
|
106
108
|
optional :job, :string, 1
|
@@ -39,6 +39,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
39
39
|
optional :annotations_filter, :string, 6
|
40
40
|
optional :annotation_schema_uri, :string, 9
|
41
41
|
optional :saved_query_id, :string, 7
|
42
|
+
optional :persist_ml_use_assignment, :bool, 11
|
42
43
|
oneof :split do
|
43
44
|
optional :fraction_split, :message, 2, "google.cloud.aiplatform.v1.FractionSplit"
|
44
45
|
optional :filter_split, :message, 3, "google.cloud.aiplatform.v1.FilterSplit"
|
@@ -75,6 +75,7 @@ module Google
|
|
75
75
|
# @!attribute [rw] metadata
|
76
76
|
# @return [::Google::Protobuf::Struct]
|
77
77
|
# Properties of the Artifact.
|
78
|
+
# Top level metadata keys' heading and trailing spaces will be trimmed.
|
78
79
|
# The size of this field should not exceed 200KB.
|
79
80
|
# @!attribute [rw] description
|
80
81
|
# @return [::String]
|
@@ -69,6 +69,7 @@ module Google
|
|
69
69
|
# @!attribute [rw] metadata
|
70
70
|
# @return [::Google::Protobuf::Struct]
|
71
71
|
# Properties of the Context.
|
72
|
+
# Top level metadata keys' heading and trailing spaces will be trimmed.
|
72
73
|
# The size of this field should not exceed 200KB.
|
73
74
|
# @!attribute [rw] description
|
74
75
|
# @return [::String]
|
@@ -105,6 +105,15 @@ module Google
|
|
105
105
|
# or pdf bytes).
|
106
106
|
# These labels will be overridden by Annotation labels specified inside index
|
107
107
|
# file referenced by {::Google::Cloud::AIPlatform::V1::ImportDataConfig#import_schema_uri import_schema_uri}, e.g. jsonl file.
|
108
|
+
# @!attribute [rw] annotation_labels
|
109
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
110
|
+
# Labels that will be applied to newly imported Annotations. If two
|
111
|
+
# Annotations are identical, one of them will be deduped. Two Annotations are
|
112
|
+
# considered identical if their {::Google::Cloud::AIPlatform::V1::Annotation#payload payload},
|
113
|
+
# {::Google::Cloud::AIPlatform::V1::Annotation#payload_schema_uri payload_schema_uri} and all of their
|
114
|
+
# {::Google::Cloud::AIPlatform::V1::Annotation#labels labels} are the same.
|
115
|
+
# These labels will be overridden by Annotation labels specified inside index
|
116
|
+
# file referenced by {::Google::Cloud::AIPlatform::V1::ImportDataConfig#import_schema_uri import_schema_uri}, e.g. jsonl file.
|
108
117
|
# @!attribute [rw] import_schema_uri
|
109
118
|
# @return [::String]
|
110
119
|
# Required. Points to a YAML file stored on Google Cloud Storage describing the import
|
@@ -123,6 +132,15 @@ module Google
|
|
123
132
|
include ::Google::Protobuf::MessageExts
|
124
133
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
125
134
|
end
|
135
|
+
|
136
|
+
# @!attribute [rw] key
|
137
|
+
# @return [::String]
|
138
|
+
# @!attribute [rw] value
|
139
|
+
# @return [::String]
|
140
|
+
class AnnotationLabelsEntry
|
141
|
+
include ::Google::Protobuf::MessageExts
|
142
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
143
|
+
end
|
126
144
|
end
|
127
145
|
|
128
146
|
# Describes what part of the Dataset is to be exported, the destination of
|
@@ -71,6 +71,7 @@ module Google
|
|
71
71
|
# @!attribute [rw] metadata
|
72
72
|
# @return [::Google::Protobuf::Struct]
|
73
73
|
# Properties of the Execution.
|
74
|
+
# Top level metadata keys' heading and trailing spaces will be trimmed.
|
74
75
|
# The size of this field should not exceed 200KB.
|
75
76
|
# @!attribute [rw] description
|
76
77
|
# @return [::String]
|
@@ -53,8 +53,10 @@ module Google
|
|
53
53
|
# and are immutable.
|
54
54
|
# @!attribute [rw] online_serving_config
|
55
55
|
# @return [::Google::Cloud::AIPlatform::V1::Featurestore::OnlineServingConfig]
|
56
|
-
# Optional. Config for online storage resources.
|
57
|
-
#
|
56
|
+
# Optional. Config for online storage resources. The field should not co-exist with the
|
57
|
+
# field of `OnlineStoreReplicationConfig`. If both of it and
|
58
|
+
# OnlineStoreReplicationConfig are unset, the feature store will not have an
|
59
|
+
# online store and cannot be used for online serving.
|
58
60
|
# @!attribute [r] state
|
59
61
|
# @return [::Google::Cloud::AIPlatform::V1::Featurestore::State]
|
60
62
|
# Output only. State of the featurestore.
|
@@ -310,6 +310,11 @@ module Google
|
|
310
310
|
# [BatchReadFeatureValuesRequest.entity_type_specs] must have a column
|
311
311
|
# specifying entity IDs in the EntityType in
|
312
312
|
# [BatchReadFeatureValuesRequest.request][] .
|
313
|
+
# @!attribute [rw] start_time
|
314
|
+
# @return [::Google::Protobuf::Timestamp]
|
315
|
+
# Optional. Excludes Feature values with feature generation timestamp before this
|
316
|
+
# timestamp. If not set, retrieve oldest values kept in Feature Store.
|
317
|
+
# Timestamp, if present, must not have higher than millisecond precision.
|
313
318
|
class BatchReadFeatureValuesRequest
|
314
319
|
include ::Google::Protobuf::MessageExts
|
315
320
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -626,7 +631,7 @@ module Google
|
|
626
631
|
# Required. The ID to use for the Feature, which will become the final component of
|
627
632
|
# the Feature's resource name.
|
628
633
|
#
|
629
|
-
# This value may be up to
|
634
|
+
# This value may be up to 128 characters, and valid characters are
|
630
635
|
# `[a-z0-9_]`. The first character cannot be a number.
|
631
636
|
#
|
632
637
|
# The value must be unique within an EntityType.
|
@@ -73,7 +73,7 @@ module Google
|
|
73
73
|
# are mutually exclusive.
|
74
74
|
#
|
75
75
|
# [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert):
|
76
|
-
# projects
|
76
|
+
# `projects/{project}/global/networks/{network}`.
|
77
77
|
# Where \\{project} is a project number, as in '12345', and \\{network} is
|
78
78
|
# network name.
|
79
79
|
# @!attribute [rw] enable_private_service_connect
|
@@ -206,7 +206,8 @@ module Google
|
|
206
206
|
# `in_context("projects/<project_number>/locations/<location>/metadataStores/<metadatastore_name>/contexts/<context-id>")`
|
207
207
|
#
|
208
208
|
# Each of the above supported filter types can be combined together using
|
209
|
-
# logical operators (`AND` & `OR`).
|
209
|
+
# logical operators (`AND` & `OR`). Maximum nested expression depth allowed
|
210
|
+
# is 5.
|
210
211
|
#
|
211
212
|
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
212
213
|
# @!attribute [rw] order_by
|
@@ -400,7 +401,8 @@ module Google
|
|
400
401
|
# ```
|
401
402
|
#
|
402
403
|
# Each of the above supported filters can be combined together using
|
403
|
-
# logical operators (`AND` & `OR`).
|
404
|
+
# logical operators (`AND` & `OR`). Maximum nested expression depth allowed
|
405
|
+
# is 5.
|
404
406
|
#
|
405
407
|
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
406
408
|
# @!attribute [rw] order_by
|
@@ -685,7 +687,9 @@ module Google
|
|
685
687
|
# `in_context("projects/<project_number>/locations/<location>/metadataStores/<metadatastore_name>/contexts/<context-id>")`
|
686
688
|
#
|
687
689
|
# Each of the above supported filters can be combined together using
|
688
|
-
# logical operators (`AND` & `OR`).
|
690
|
+
# logical operators (`AND` & `OR`). Maximum nested expression depth allowed
|
691
|
+
# is 5.
|
692
|
+
#
|
689
693
|
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
690
694
|
# @!attribute [rw] order_by
|
691
695
|
# @return [::String]
|
@@ -945,7 +949,8 @@ module Google
|
|
945
949
|
# For example: `metadata.field_1.number_value = 10.0`
|
946
950
|
#
|
947
951
|
# Each of the above supported filter types can be combined together using
|
948
|
-
# logical operators (`AND` & `OR`).
|
952
|
+
# logical operators (`AND` & `OR`). Maximum nested expression depth allowed
|
953
|
+
# is 5.
|
949
954
|
#
|
950
955
|
# For example: `display_name = "test" AND metadata.field1.bool_value = true`.
|
951
956
|
class QueryArtifactLineageSubgraphRequest
|
@@ -35,9 +35,9 @@ module Google
|
|
35
35
|
# @return [::Array<::String>]
|
36
36
|
# User provided version aliases so that a model version can be referenced via
|
37
37
|
# alias (i.e.
|
38
|
-
# projects
|
38
|
+
# `projects/{project}/locations/{location}/models/{model_id}@{version_alias}`
|
39
39
|
# instead of auto-generated version id (i.e.
|
40
|
-
# projects
|
40
|
+
# `projects/{project}/locations/{location}/models/{model_id}@{version_id})`.
|
41
41
|
# The format is [a-z][a-zA-Z0-9-]\\{0,126}[a-z0-9] to distinguish from
|
42
42
|
# version_id. A default version alias will be created for the first version
|
43
43
|
# of the model, and there must be exactly one default version alias for a
|
@@ -243,6 +243,11 @@ module Google
|
|
243
243
|
# @return [::Google::Cloud::AIPlatform::V1::ModelSourceInfo]
|
244
244
|
# Output only. Source of a model. It can either be automl training pipeline, custom
|
245
245
|
# training pipeline, BigQuery ML, or existing Vertex AI Model.
|
246
|
+
# @!attribute [r] metadata_artifact
|
247
|
+
# @return [::String]
|
248
|
+
# Output only. The resource name of the Artifact that was created in MetadataStore when
|
249
|
+
# creating the Model. The Artifact resource name pattern is
|
250
|
+
# `projects/{project}/locations/{location}/metadataStores/{metadata_store}/artifacts/{artifact}`.
|
246
251
|
class Model
|
247
252
|
include ::Google::Protobuf::MessageExts
|
248
253
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -154,8 +154,8 @@ module Google
|
|
154
154
|
# @!attribute [rw] artifact_id
|
155
155
|
# @return [::String]
|
156
156
|
# Artifact resource id from MLMD. Which is the last portion of an
|
157
|
-
# artifact resource
|
158
|
-
#
|
157
|
+
# artifact resource name:
|
158
|
+
# `projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}`.
|
159
159
|
# The artifact must stay within the same project, location and default
|
160
160
|
# metadatastore as the pipeline.
|
161
161
|
class InputArtifact
|
@@ -385,6 +385,17 @@ module Google
|
|
385
385
|
# execution. This job will be available if the
|
386
386
|
# {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} specifies the `pre_caching_check` hook in
|
387
387
|
# the lifecycle events.
|
388
|
+
# @!attribute [r] failed_main_jobs
|
389
|
+
# @return [::Array<::String>]
|
390
|
+
# Output only. The names of the previously failed {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the main container
|
391
|
+
# executions. The list includes the all attempts in chronological order.
|
392
|
+
# @!attribute [r] failed_pre_caching_check_jobs
|
393
|
+
# @return [::Array<::String>]
|
394
|
+
# Output only. The names of the previously failed {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the
|
395
|
+
# pre-caching-check container executions. This job will be available if the
|
396
|
+
# {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} specifies the `pre_caching_check` hook in
|
397
|
+
# the lifecycle events.
|
398
|
+
# The list includes the all attempts in chronological order.
|
388
399
|
class ContainerDetail
|
389
400
|
include ::Google::Protobuf::MessageExts
|
390
401
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -161,7 +161,7 @@ module Google
|
|
161
161
|
# @return [::String]
|
162
162
|
# Required. The resource name of the Tensorboard to list TensorboardExperiments.
|
163
163
|
# Format:
|
164
|
-
#
|
164
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}`
|
165
165
|
# @!attribute [rw] filter
|
166
166
|
# @return [::String]
|
167
167
|
# Lists the TensorboardExperiments that match the filter expression.
|
@@ -298,7 +298,7 @@ module Google
|
|
298
298
|
# @return [::String]
|
299
299
|
# Required. The resource name of the TensorboardTimeSeries to list Blobs.
|
300
300
|
# Format:
|
301
|
-
#
|
301
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}`
|
302
302
|
# @!attribute [rw] blob_ids
|
303
303
|
# @return [::Array<::String>]
|
304
304
|
# IDs of the blobs to read.
|
@@ -321,7 +321,7 @@ module Google
|
|
321
321
|
# @return [::String]
|
322
322
|
# Required. The resource name of the TensorboardExperiment to list TensorboardRuns.
|
323
323
|
# Format:
|
324
|
-
#
|
324
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}`
|
325
325
|
# @!attribute [rw] filter
|
326
326
|
# @return [::String]
|
327
327
|
# Lists the TensorboardRuns that match the filter expression.
|
@@ -460,7 +460,7 @@ module Google
|
|
460
460
|
# @return [::String]
|
461
461
|
# Required. The resource name of the TensorboardRun to list TensorboardTimeSeries.
|
462
462
|
# Format:
|
463
|
-
#
|
463
|
+
# `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}`
|
464
464
|
# @!attribute [rw] filter
|
465
465
|
# @return [::String]
|
466
466
|
# Lists the TensorboardTimeSeries that match the filter expression.
|
@@ -262,6 +262,9 @@ module Google
|
|
262
262
|
#
|
263
263
|
# Only one of {::Google::Cloud::AIPlatform::V1::InputDataConfig#saved_query_id saved_query_id} and {::Google::Cloud::AIPlatform::V1::InputDataConfig#annotation_schema_uri annotation_schema_uri} should be
|
264
264
|
# specified as both of them represent the same thing: problem type.
|
265
|
+
# @!attribute [rw] persist_ml_use_assignment
|
266
|
+
# @return [::Boolean]
|
267
|
+
# Whether to persist the ML use assignment to data item system labels.
|
265
268
|
class InputDataConfig
|
266
269
|
include ::Google::Protobuf::MessageExts
|
267
270
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -28,13 +28,13 @@ module Google
|
|
28
28
|
# For API calls that return a long running operation.
|
29
29
|
# Resource name of the long running operation.
|
30
30
|
# Format:
|
31
|
-
#
|
31
|
+
# `projects/{project}/locations/{location}/operations/{operation}`
|
32
32
|
# @!attribute [rw] data_labeling_job
|
33
33
|
# @return [::String]
|
34
34
|
# For API calls that start a LabelingJob.
|
35
35
|
# Resource name of the LabelingJob.
|
36
36
|
# Format:
|
37
|
-
#
|
37
|
+
# `projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}`
|
38
38
|
# @!attribute [rw] method
|
39
39
|
# @return [::String]
|
40
40
|
# The method name of the API RPC call. For example,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-ai_platform-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|