google-apis-aiplatform_v1 0.35.0 → 0.37.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 584d284460a2b00ee41a08519648f4221591d1dc75672429825226e4ed311fc3
|
4
|
+
data.tar.gz: bd69af34a0d2ec99e6a2c9992b8ca356328b0a37208a2e3a8d996173ee38737a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0668c3718a48ffbd59f68c6276b5e29a7942a5091156a16b00a0f07813dd6e02fecee106629c167f0ebc8e74e4cb77659303695feb902f4a80bd931f98193943'
|
7
|
+
data.tar.gz: 8230638b4acd15deb16932f959b6b5df36c6ec18fa84d28eccb5a93914ae9676052e3cfbdef8478780f9199d386d5ebc34329c5b5c53cb6606814a50c9d6297c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-aiplatform_v1
|
2
2
|
|
3
|
+
### v0.37.0 (2024-10-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240925
|
6
|
+
|
7
|
+
### v0.36.0 (2024-09-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240923
|
10
|
+
|
3
11
|
### v0.35.0 (2024-09-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240916
|
@@ -1173,14 +1173,16 @@ module Google
|
|
1173
1173
|
end
|
1174
1174
|
end
|
1175
1175
|
|
1176
|
-
# Request message for FeaturestoreService.BatchCreateFeatures.
|
1176
|
+
# Request message for FeaturestoreService.BatchCreateFeatures. Request message
|
1177
|
+
# for FeatureRegistryService.BatchCreateFeatures.
|
1177
1178
|
class GoogleCloudAiplatformV1BatchCreateFeaturesRequest
|
1178
1179
|
include Google::Apis::Core::Hashable
|
1179
1180
|
|
1180
1181
|
# Required. The request message specifying the Features to create. All Features
|
1181
|
-
# must be created under the same parent EntityType. The `parent`
|
1182
|
-
# child request message can be omitted. If `parent` is set in a
|
1183
|
-
# then the value must match the `parent` value in this request
|
1182
|
+
# must be created under the same parent EntityType / FeatureGroup. The `parent`
|
1183
|
+
# field in each child request message can be omitted. If `parent` is set in a
|
1184
|
+
# child request, then the value must match the `parent` value in this request
|
1185
|
+
# message.
|
1184
1186
|
# Corresponds to the JSON property `requests`
|
1185
1187
|
# @return [Array<Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CreateFeatureRequest>]
|
1186
1188
|
attr_accessor :requests
|
@@ -25319,6 +25321,13 @@ module Google
|
|
25319
25321
|
attr_accessor :has_prompt_variable
|
25320
25322
|
alias_method :has_prompt_variable?, :has_prompt_variable
|
25321
25323
|
|
25324
|
+
# Whether or not the user has enabled logit probabilities in the model
|
25325
|
+
# parameters.
|
25326
|
+
# Corresponds to the JSON property `logprobs`
|
25327
|
+
# @return [Boolean]
|
25328
|
+
attr_accessor :logprobs
|
25329
|
+
alias_method :logprobs?, :logprobs
|
25330
|
+
|
25322
25331
|
# Value of the maximum number of tokens generated set when the dataset was saved.
|
25323
25332
|
# Corresponds to the JSON property `maxOutputTokens`
|
25324
25333
|
# @return [Fixnum]
|
@@ -25334,6 +25343,19 @@ module Google
|
|
25334
25343
|
# @return [String]
|
25335
25344
|
attr_accessor :prompt_type
|
25336
25345
|
|
25346
|
+
# Seeding enables model to return a deterministic response on a best effort
|
25347
|
+
# basis. Determinism isn't guaranteed. This field determines whether or not
|
25348
|
+
# seeding is enabled.
|
25349
|
+
# Corresponds to the JSON property `seedEnabled`
|
25350
|
+
# @return [Boolean]
|
25351
|
+
attr_accessor :seed_enabled
|
25352
|
+
alias_method :seed_enabled?, :seed_enabled
|
25353
|
+
|
25354
|
+
# The actual value of the seed.
|
25355
|
+
# Corresponds to the JSON property `seedValue`
|
25356
|
+
# @return [Fixnum]
|
25357
|
+
attr_accessor :seed_value
|
25358
|
+
|
25337
25359
|
# Customized stop sequences.
|
25338
25360
|
# Corresponds to the JSON property `stopSequences`
|
25339
25361
|
# @return [Array<String>]
|
@@ -25384,9 +25406,12 @@ module Google
|
|
25384
25406
|
@gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
|
25385
25407
|
@grounding_config = args[:grounding_config] if args.key?(:grounding_config)
|
25386
25408
|
@has_prompt_variable = args[:has_prompt_variable] if args.key?(:has_prompt_variable)
|
25409
|
+
@logprobs = args[:logprobs] if args.key?(:logprobs)
|
25387
25410
|
@max_output_tokens = args[:max_output_tokens] if args.key?(:max_output_tokens)
|
25388
25411
|
@note = args[:note] if args.key?(:note)
|
25389
25412
|
@prompt_type = args[:prompt_type] if args.key?(:prompt_type)
|
25413
|
+
@seed_enabled = args[:seed_enabled] if args.key?(:seed_enabled)
|
25414
|
+
@seed_value = args[:seed_value] if args.key?(:seed_value)
|
25390
25415
|
@stop_sequences = args[:stop_sequences] if args.key?(:stop_sequences)
|
25391
25416
|
@system_instruction = args[:system_instruction] if args.key?(:system_instruction)
|
25392
25417
|
@system_instruction_gcs_uri = args[:system_instruction_gcs_uri] if args.key?(:system_instruction_gcs_uri)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AiplatformV1
|
18
18
|
# Version of the google-apis-aiplatform_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240925"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -12746,9 +12746,12 @@ module Google
|
|
12746
12746
|
property :grounding_config, as: 'groundingConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SchemaPredictParamsGroundingConfig::Representation
|
12747
12747
|
|
12748
12748
|
property :has_prompt_variable, as: 'hasPromptVariable'
|
12749
|
+
property :logprobs, as: 'logprobs'
|
12749
12750
|
property :max_output_tokens, :numeric_string => true, as: 'maxOutputTokens'
|
12750
12751
|
property :note, as: 'note'
|
12751
12752
|
property :prompt_type, as: 'promptType'
|
12753
|
+
property :seed_enabled, as: 'seedEnabled'
|
12754
|
+
property :seed_value, :numeric_string => true, as: 'seedValue'
|
12752
12755
|
collection :stop_sequences, as: 'stopSequences'
|
12753
12756
|
property :system_instruction, as: 'systemInstruction'
|
12754
12757
|
property :system_instruction_gcs_uri, as: 'systemInstructionGcsUri'
|
@@ -7525,9 +7525,10 @@ module Google
|
|
7525
7525
|
|
7526
7526
|
# Creates a batch of Features in a given EntityType.
|
7527
7527
|
# @param [String] parent
|
7528
|
-
# Required. The resource name of the EntityType to create the batch
|
7529
|
-
# under. Format: `projects/`project`/locations/`location`/
|
7530
|
-
# featurestore`/entityTypes/`entity_type``
|
7528
|
+
# Required. The resource name of the EntityType/FeatureGroup to create the batch
|
7529
|
+
# of Features under. Format: `projects/`project`/locations/`location`/
|
7530
|
+
# featurestores/`featurestore`/entityTypes/`entity_type`` `projects/`project`/
|
7531
|
+
# locations/`location`/featureGroups/`feature_group``
|
7531
7532
|
# @param [Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BatchCreateFeaturesRequest] google_cloud_aiplatform_v1_batch_create_features_request_object
|
7532
7533
|
# @param [String] fields
|
7533
7534
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-aiplatform_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.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: 2024-
|
11
|
+
date: 2024-10-06 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1/v0.37.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|