google-apis-aiplatform_v1beta1 0.8.0 → 0.9.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1ee9079ac62eceeaa35024f3550dae8358ed4e3764ab0d0514472d2dc9c103d
|
|
4
|
+
data.tar.gz: 572051d835d87c76fc578b761ac48aae8cb6ee199b2afbba6b3f750d640f94be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8533578bd409d5671244aeb211b837fd930572f9a47a494f238d92c6abce3c8dd968b1c0a0f8c645cc66450bc168bc50efcc7d854deafad0c8e3ec99e31a4900
|
|
7
|
+
data.tar.gz: 3b0365e643b7e199a979f662ddcca93da2370ac22ca889637fa38004c9cb28f61a0a155b29e238725d991304d3afa6158168923a610448a279dd7e9c94e60bd8
|
data/CHANGELOG.md
CHANGED
|
@@ -6624,7 +6624,8 @@ module Google
|
|
|
6624
6624
|
# @return [String]
|
|
6625
6625
|
attr_accessor :create_time
|
|
6626
6626
|
|
|
6627
|
-
# The dedicated serving endpoint for this FeatureOnlineStore.
|
|
6627
|
+
# The dedicated serving endpoint for this FeatureOnlineStore. Only need to set
|
|
6628
|
+
# when you choose Optimized storage type or enable EmbeddingManagement.
|
|
6628
6629
|
# Corresponds to the JSON property `dedicatedServingEndpoint`
|
|
6629
6630
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint]
|
|
6630
6631
|
attr_accessor :dedicated_serving_endpoint
|
|
@@ -6743,7 +6744,8 @@ module Google
|
|
|
6743
6744
|
end
|
|
6744
6745
|
end
|
|
6745
6746
|
|
|
6746
|
-
# The dedicated serving endpoint for this FeatureOnlineStore.
|
|
6747
|
+
# The dedicated serving endpoint for this FeatureOnlineStore. Only need to set
|
|
6748
|
+
# when you choose Optimized storage type or enable EmbeddingManagement.
|
|
6747
6749
|
class GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint
|
|
6748
6750
|
include Google::Apis::Core::Hashable
|
|
6749
6751
|
|
|
@@ -8141,26 +8143,6 @@ module Google
|
|
|
8141
8143
|
end
|
|
8142
8144
|
end
|
|
8143
8145
|
|
|
8144
|
-
# Contains information about the source of the models generated from Generative
|
|
8145
|
-
# AI Studio.
|
|
8146
|
-
class GoogleCloudAiplatformV1beta1GenieSource
|
|
8147
|
-
include Google::Apis::Core::Hashable
|
|
8148
|
-
|
|
8149
|
-
# Required. The public base model URI.
|
|
8150
|
-
# Corresponds to the JSON property `baseModelUri`
|
|
8151
|
-
# @return [String]
|
|
8152
|
-
attr_accessor :base_model_uri
|
|
8153
|
-
|
|
8154
|
-
def initialize(**args)
|
|
8155
|
-
update!(**args)
|
|
8156
|
-
end
|
|
8157
|
-
|
|
8158
|
-
# Update properties of this object
|
|
8159
|
-
def update!(**args)
|
|
8160
|
-
@base_model_uri = args[:base_model_uri] if args.key?(:base_model_uri)
|
|
8161
|
-
end
|
|
8162
|
-
end
|
|
8163
|
-
|
|
8164
8146
|
# Represents a HyperparameterTuningJob. A HyperparameterTuningJob has a Study
|
|
8165
8147
|
# specification and multiple CustomJobs with identical CustomJob specification.
|
|
8166
8148
|
class GoogleCloudAiplatformV1beta1HyperparameterTuningJob
|
|
@@ -11307,12 +11289,6 @@ module Google
|
|
|
11307
11289
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec]
|
|
11308
11290
|
attr_accessor :explanation_spec
|
|
11309
11291
|
|
|
11310
|
-
# Used to specify the source of the Model Garden model or Genie models. Only
|
|
11311
|
-
# present for models created or tuned from Model Garden and Genie.
|
|
11312
|
-
# Corresponds to the JSON property `generatedModelSource`
|
|
11313
|
-
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelGeneratedModelSource]
|
|
11314
|
-
attr_accessor :generated_model_source
|
|
11315
|
-
|
|
11316
11292
|
# The labels with user-defined metadata to organize your Models. Label keys and
|
|
11317
11293
|
# values can be no longer than 64 characters (Unicode codepoints), can only
|
|
11318
11294
|
# contain lowercase letters, numeric characters, underscores and dashes.
|
|
@@ -11486,7 +11462,6 @@ module Google
|
|
|
11486
11462
|
@encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
|
|
11487
11463
|
@etag = args[:etag] if args.key?(:etag)
|
|
11488
11464
|
@explanation_spec = args[:explanation_spec] if args.key?(:explanation_spec)
|
|
11489
|
-
@generated_model_source = args[:generated_model_source] if args.key?(:generated_model_source)
|
|
11490
11465
|
@labels = args[:labels] if args.key?(:labels)
|
|
11491
11466
|
@metadata = args[:metadata] if args.key?(:metadata)
|
|
11492
11467
|
@metadata_artifact = args[:metadata_artifact] if args.key?(:metadata_artifact)
|
|
@@ -12408,54 +12383,6 @@ module Google
|
|
|
12408
12383
|
end
|
|
12409
12384
|
end
|
|
12410
12385
|
|
|
12411
|
-
# Contains information about the source of the models generated from Model
|
|
12412
|
-
# Garden.
|
|
12413
|
-
class GoogleCloudAiplatformV1beta1ModelGardenSource
|
|
12414
|
-
include Google::Apis::Core::Hashable
|
|
12415
|
-
|
|
12416
|
-
# Required. The model garden source model resource name.
|
|
12417
|
-
# Corresponds to the JSON property `publicModelName`
|
|
12418
|
-
# @return [String]
|
|
12419
|
-
attr_accessor :public_model_name
|
|
12420
|
-
|
|
12421
|
-
def initialize(**args)
|
|
12422
|
-
update!(**args)
|
|
12423
|
-
end
|
|
12424
|
-
|
|
12425
|
-
# Update properties of this object
|
|
12426
|
-
def update!(**args)
|
|
12427
|
-
@public_model_name = args[:public_model_name] if args.key?(:public_model_name)
|
|
12428
|
-
end
|
|
12429
|
-
end
|
|
12430
|
-
|
|
12431
|
-
# Used to specify the source of the Model Garden model or Genie models. Only
|
|
12432
|
-
# present for models created or tuned from Model Garden and Genie.
|
|
12433
|
-
class GoogleCloudAiplatformV1beta1ModelGeneratedModelSource
|
|
12434
|
-
include Google::Apis::Core::Hashable
|
|
12435
|
-
|
|
12436
|
-
# Contains information about the source of the models generated from Generative
|
|
12437
|
-
# AI Studio.
|
|
12438
|
-
# Corresponds to the JSON property `genieSource`
|
|
12439
|
-
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenieSource]
|
|
12440
|
-
attr_accessor :genie_source
|
|
12441
|
-
|
|
12442
|
-
# Contains information about the source of the models generated from Model
|
|
12443
|
-
# Garden.
|
|
12444
|
-
# Corresponds to the JSON property `modelGardenSource`
|
|
12445
|
-
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelGardenSource]
|
|
12446
|
-
attr_accessor :model_garden_source
|
|
12447
|
-
|
|
12448
|
-
def initialize(**args)
|
|
12449
|
-
update!(**args)
|
|
12450
|
-
end
|
|
12451
|
-
|
|
12452
|
-
# Update properties of this object
|
|
12453
|
-
def update!(**args)
|
|
12454
|
-
@genie_source = args[:genie_source] if args.key?(:genie_source)
|
|
12455
|
-
@model_garden_source = args[:model_garden_source] if args.key?(:model_garden_source)
|
|
12456
|
-
end
|
|
12457
|
-
end
|
|
12458
|
-
|
|
12459
12386
|
#
|
|
12460
12387
|
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
|
|
12461
12388
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AiplatformV1beta1
|
|
18
18
|
# Version of the google-apis-aiplatform_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20231024"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1396,12 +1396,6 @@ module Google
|
|
|
1396
1396
|
include Google::Apis::Core::JsonObjectSupport
|
|
1397
1397
|
end
|
|
1398
1398
|
|
|
1399
|
-
class GoogleCloudAiplatformV1beta1GenieSource
|
|
1400
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1401
|
-
|
|
1402
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
1403
|
-
end
|
|
1404
|
-
|
|
1405
1399
|
class GoogleCloudAiplatformV1beta1HyperparameterTuningJob
|
|
1406
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1407
1401
|
|
|
@@ -2074,18 +2068,6 @@ module Google
|
|
|
2074
2068
|
include Google::Apis::Core::JsonObjectSupport
|
|
2075
2069
|
end
|
|
2076
2070
|
|
|
2077
|
-
class GoogleCloudAiplatformV1beta1ModelGardenSource
|
|
2078
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2079
|
-
|
|
2080
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
2081
|
-
end
|
|
2082
|
-
|
|
2083
|
-
class GoogleCloudAiplatformV1beta1ModelGeneratedModelSource
|
|
2084
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2085
|
-
|
|
2086
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
2087
|
-
end
|
|
2088
|
-
|
|
2089
2071
|
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
|
|
2090
2072
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2091
2073
|
|
|
@@ -6794,13 +6776,6 @@ module Google
|
|
|
6794
6776
|
end
|
|
6795
6777
|
end
|
|
6796
6778
|
|
|
6797
|
-
class GoogleCloudAiplatformV1beta1GenieSource
|
|
6798
|
-
# @private
|
|
6799
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6800
|
-
property :base_model_uri, as: 'baseModelUri'
|
|
6801
|
-
end
|
|
6802
|
-
end
|
|
6803
|
-
|
|
6804
6779
|
class GoogleCloudAiplatformV1beta1HyperparameterTuningJob
|
|
6805
6780
|
# @private
|
|
6806
6781
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -7737,8 +7712,6 @@ module Google
|
|
|
7737
7712
|
property :etag, as: 'etag'
|
|
7738
7713
|
property :explanation_spec, as: 'explanationSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExplanationSpec::Representation
|
|
7739
7714
|
|
|
7740
|
-
property :generated_model_source, as: 'generatedModelSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelGeneratedModelSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelGeneratedModelSource::Representation
|
|
7741
|
-
|
|
7742
7715
|
hash :labels, as: 'labels'
|
|
7743
7716
|
property :metadata, as: 'metadata'
|
|
7744
7717
|
property :metadata_artifact, as: 'metadataArtifact'
|
|
@@ -7965,23 +7938,6 @@ module Google
|
|
|
7965
7938
|
end
|
|
7966
7939
|
end
|
|
7967
7940
|
|
|
7968
|
-
class GoogleCloudAiplatformV1beta1ModelGardenSource
|
|
7969
|
-
# @private
|
|
7970
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7971
|
-
property :public_model_name, as: 'publicModelName'
|
|
7972
|
-
end
|
|
7973
|
-
end
|
|
7974
|
-
|
|
7975
|
-
class GoogleCloudAiplatformV1beta1ModelGeneratedModelSource
|
|
7976
|
-
# @private
|
|
7977
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
7978
|
-
property :genie_source, as: 'genieSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenieSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1GenieSource::Representation
|
|
7979
|
-
|
|
7980
|
-
property :model_garden_source, as: 'modelGardenSource', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelGardenSource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ModelGardenSource::Representation
|
|
7981
|
-
|
|
7982
|
-
end
|
|
7983
|
-
end
|
|
7984
|
-
|
|
7985
7941
|
class GoogleCloudAiplatformV1beta1ModelMonitoringAlertConfig
|
|
7986
7942
|
# @private
|
|
7987
7943
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-aiplatform_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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: 2023-
|
|
11
|
+
date: 2023-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.9.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|