google-cloud-ai_platform-v1 0.14.0 → 0.16.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/README.md +1 -1
- data/lib/google/cloud/ai_platform/v1/dataset_service/client.rb +157 -0
- data/lib/google/cloud/ai_platform/v1/dataset_service/paths.rb +21 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/client.rb +103 -0
- data/lib/google/cloud/ai_platform/v1/model_service/client.rb +9 -1
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/batch_prediction_job_pb.rb +1 -0
- data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +1 -0
- data/lib/google/cloud/aiplatform/v1/dataset_service_pb.rb +34 -0
- data/lib/google/cloud/aiplatform/v1/dataset_service_services_pb.rb +2 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_online_service_pb.rb +13 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_online_service_services_pb.rb +6 -0
- data/lib/google/cloud/aiplatform/v1/featurestore_service_pb.rb +1 -0
- data/lib/google/cloud/aiplatform/v1/model_service_pb.rb +1 -0
- data/proto_docs/google/api/client.rb +318 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/cloud/aiplatform/v1/annotation_spec.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb +10 -1
- data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/data_labeling_job.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/dataset.rb +7 -2
- data/proto_docs/google/cloud/aiplatform/v1/dataset_service.rb +129 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb +47 -0
- data/proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb +3 -0
- data/proto_docs/google/cloud/aiplatform/v1/hyperparameter_tuning_job.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/index.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/job_service.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/model.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/model_service.rb +9 -0
- data/proto_docs/google/cloud/aiplatform/v1/operation.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb +3 -3
- data/proto_docs/google/cloud/aiplatform/v1/specialist_pool.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/tensorboard.rb +1 -1
- metadata +4 -2
@@ -933,6 +933,9 @@ module Google
|
|
933
933
|
# @!attribute [rw] imported_feature_value_count
|
934
934
|
# @return [::Integer]
|
935
935
|
# Number of Feature values that have been imported by the operation.
|
936
|
+
# @!attribute [rw] source_uris
|
937
|
+
# @return [::Array<::String>]
|
938
|
+
# The source URI from where Feature values are imported.
|
936
939
|
# @!attribute [rw] invalid_row_count
|
937
940
|
# @return [::Integer]
|
938
941
|
# The number of rows in input source that weren't imported due to either
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# @!attribute [rw] display_name
|
31
31
|
# @return [::String]
|
32
32
|
# Required. The display name of the HyperparameterTuningJob.
|
33
|
-
# The name can be up to 128 characters long and can
|
33
|
+
# The name can be up to 128 characters long and can consist of any UTF-8
|
34
34
|
# characters.
|
35
35
|
# @!attribute [rw] study_spec
|
36
36
|
# @return [::Google::Cloud::AIPlatform::V1::StudySpec]
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# @!attribute [rw] display_name
|
30
30
|
# @return [::String]
|
31
31
|
# Required. The display name of the Index.
|
32
|
-
# The name can be up to 128 characters long and can
|
32
|
+
# The name can be up to 128 characters long and can consist of any UTF-8
|
33
33
|
# characters.
|
34
34
|
# @!attribute [rw] description
|
35
35
|
# @return [::String]
|
@@ -504,7 +504,7 @@ module Google
|
|
504
504
|
# If set, all attribution scores between
|
505
505
|
# {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#start_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.start_time} and
|
506
506
|
# {::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest#end_time SearchModelDeploymentMonitoringStatsAnomaliesRequest.end_time} are
|
507
|
-
# fetched, and page token doesn't take
|
507
|
+
# fetched, and page token doesn't take effect in this case.
|
508
508
|
# Only used to retrieve attribution score for the top Features which has
|
509
509
|
# the highest attribution score in the latest monitoring run.
|
510
510
|
class StatsAnomaliesObjective
|
@@ -51,7 +51,7 @@ module Google
|
|
51
51
|
# @!attribute [rw] display_name
|
52
52
|
# @return [::String]
|
53
53
|
# Required. The display name of the Model.
|
54
|
-
# The name can be up to 128 characters long and can
|
54
|
+
# The name can be up to 128 characters long and can consist of any UTF-8
|
55
55
|
# characters.
|
56
56
|
# @!attribute [rw] description
|
57
57
|
# @return [::String]
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# @!attribute [rw] display_name
|
31
31
|
# @return [::String]
|
32
32
|
# Required. The user-defined name of the ModelDeploymentMonitoringJob.
|
33
|
-
# The name can be up to 128 characters long and can
|
33
|
+
# The name can be up to 128 characters long and can consist of any UTF-8
|
34
34
|
# characters.
|
35
35
|
# Display name of a ModelDeploymentMonitoringJob.
|
36
36
|
# @!attribute [rw] endpoint
|
@@ -40,6 +40,15 @@ module Google
|
|
40
40
|
# @!attribute [rw] model
|
41
41
|
# @return [::Google::Cloud::AIPlatform::V1::Model]
|
42
42
|
# Required. The Model to create.
|
43
|
+
# @!attribute [rw] service_account
|
44
|
+
# @return [::String]
|
45
|
+
# Optional. The user-provided custom service account to use to do the model
|
46
|
+
# upload. If empty, [Vertex AI Service
|
47
|
+
# Agent](https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents)
|
48
|
+
# will be used. Users uploading the Model must have the
|
49
|
+
# `iam.serviceAccounts.actAs` permission on this service account. Also, this
|
50
|
+
# account must belong to the project specified in the `parent` field and have
|
51
|
+
# all necessary read permissions.
|
43
52
|
class UploadModelRequest
|
44
53
|
include ::Google::Protobuf::MessageExts
|
45
54
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -27,7 +27,7 @@ module Google
|
|
27
27
|
# Output only. Partial failures encountered.
|
28
28
|
# E.g. single files that couldn't be read.
|
29
29
|
# This field should never exceed 20 entries.
|
30
|
-
# Status details field will contain standard
|
30
|
+
# Status details field will contain standard Google Cloud error details.
|
31
31
|
# @!attribute [r] create_time
|
32
32
|
# @return [::Google::Protobuf::Timestamp]
|
33
33
|
# Output only. Time when the operation was created.
|
@@ -28,7 +28,7 @@ module Google
|
|
28
28
|
# @!attribute [rw] display_name
|
29
29
|
# @return [::String]
|
30
30
|
# The display name of the Pipeline.
|
31
|
-
# The name can be up to 128 characters long and can
|
31
|
+
# The name can be up to 128 characters long and can consist of any UTF-8
|
32
32
|
# characters.
|
33
33
|
# @!attribute [r] create_time
|
34
34
|
# @return [::Google::Protobuf::Timestamp]
|
@@ -93,8 +93,8 @@ module Google
|
|
93
93
|
# network name.
|
94
94
|
#
|
95
95
|
# Private services access must already be configured for the network.
|
96
|
-
# Pipeline job will apply the network configuration to the
|
97
|
-
# being launched, if applied, such as Vertex AI
|
96
|
+
# Pipeline job will apply the network configuration to the Google Cloud
|
97
|
+
# resources being launched, if applied, such as Vertex AI
|
98
98
|
# Training or Dataflow job. If left unspecified, the workload is not peered
|
99
99
|
# with any network.
|
100
100
|
# @!attribute [rw] template_uri
|
@@ -33,7 +33,7 @@ module Google
|
|
33
33
|
# @!attribute [rw] display_name
|
34
34
|
# @return [::String]
|
35
35
|
# Required. The user-defined name of the SpecialistPool.
|
36
|
-
# The name can be up to 128 characters long and can
|
36
|
+
# The name can be up to 128 characters long and can consist of any UTF-8
|
37
37
|
# characters.
|
38
38
|
# This field should be unique on project-level.
|
39
39
|
# @!attribute [r] specialist_managers_count
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module AIPlatform
|
23
23
|
module V1
|
24
24
|
# Tensorboard is a physical database that stores users' training metrics.
|
25
|
-
# A default Tensorboard is provided in each region of a
|
25
|
+
# A default Tensorboard is provided in each region of a Google Cloud project.
|
26
26
|
# If needed users can also create extra Tensorboards in their projects.
|
27
27
|
# @!attribute [r] name
|
28
28
|
# @return [::String]
|
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.16.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-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -376,8 +376,10 @@ files:
|
|
376
376
|
- lib/google/cloud/aiplatform/v1/vizier_service_pb.rb
|
377
377
|
- lib/google/cloud/aiplatform/v1/vizier_service_services_pb.rb
|
378
378
|
- proto_docs/README.md
|
379
|
+
- proto_docs/google/api/client.rb
|
379
380
|
- proto_docs/google/api/field_behavior.rb
|
380
381
|
- proto_docs/google/api/httpbody.rb
|
382
|
+
- proto_docs/google/api/launch_stage.rb
|
381
383
|
- proto_docs/google/api/resource.rb
|
382
384
|
- proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb
|
383
385
|
- proto_docs/google/cloud/aiplatform/v1/annotation.rb
|