google-apis-aiplatform_v1 0.35.0 → 0.36.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: dfbedc4d21010da958d2ae1a818356cb076cdb288ac64d8c87ad86e45c38bbd2
|
4
|
+
data.tar.gz: f87a715cc49eba1b10d30f1e0aef2530ed65ff543307f1584c8aeaece851607c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b7d5737d86ee117020a7b2c3b65d32c269c871e00ea108edcdc43cf00ce6c5250187471e6d5238a9ca3a5ebed5eb5b445e5e82d5da0fe34ced0d0028228d5b3
|
7
|
+
data.tar.gz: fd90f1ef70ffc4c294af7cbea6984de38c28af706f466606bca2983874a5c71c0cfed5ae393ba18e2bcbac379d38e7afbe785fd5ca1fb3d5057e3647dc4e6aa3
|
data/CHANGELOG.md
CHANGED
@@ -25319,6 +25319,13 @@ module Google
|
|
25319
25319
|
attr_accessor :has_prompt_variable
|
25320
25320
|
alias_method :has_prompt_variable?, :has_prompt_variable
|
25321
25321
|
|
25322
|
+
# Whether or not the user has enabled logit probabilities in the model
|
25323
|
+
# parameters.
|
25324
|
+
# Corresponds to the JSON property `logprobs`
|
25325
|
+
# @return [Boolean]
|
25326
|
+
attr_accessor :logprobs
|
25327
|
+
alias_method :logprobs?, :logprobs
|
25328
|
+
|
25322
25329
|
# Value of the maximum number of tokens generated set when the dataset was saved.
|
25323
25330
|
# Corresponds to the JSON property `maxOutputTokens`
|
25324
25331
|
# @return [Fixnum]
|
@@ -25334,6 +25341,19 @@ module Google
|
|
25334
25341
|
# @return [String]
|
25335
25342
|
attr_accessor :prompt_type
|
25336
25343
|
|
25344
|
+
# Seeding enables model to return a deterministic response on a best effort
|
25345
|
+
# basis. Determinism isn't guaranteed. This field determines whether or not
|
25346
|
+
# seeding is enabled.
|
25347
|
+
# Corresponds to the JSON property `seedEnabled`
|
25348
|
+
# @return [Boolean]
|
25349
|
+
attr_accessor :seed_enabled
|
25350
|
+
alias_method :seed_enabled?, :seed_enabled
|
25351
|
+
|
25352
|
+
# The actual value of the seed.
|
25353
|
+
# Corresponds to the JSON property `seedValue`
|
25354
|
+
# @return [Fixnum]
|
25355
|
+
attr_accessor :seed_value
|
25356
|
+
|
25337
25357
|
# Customized stop sequences.
|
25338
25358
|
# Corresponds to the JSON property `stopSequences`
|
25339
25359
|
# @return [Array<String>]
|
@@ -25384,9 +25404,12 @@ module Google
|
|
25384
25404
|
@gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
|
25385
25405
|
@grounding_config = args[:grounding_config] if args.key?(:grounding_config)
|
25386
25406
|
@has_prompt_variable = args[:has_prompt_variable] if args.key?(:has_prompt_variable)
|
25407
|
+
@logprobs = args[:logprobs] if args.key?(:logprobs)
|
25387
25408
|
@max_output_tokens = args[:max_output_tokens] if args.key?(:max_output_tokens)
|
25388
25409
|
@note = args[:note] if args.key?(:note)
|
25389
25410
|
@prompt_type = args[:prompt_type] if args.key?(:prompt_type)
|
25411
|
+
@seed_enabled = args[:seed_enabled] if args.key?(:seed_enabled)
|
25412
|
+
@seed_value = args[:seed_value] if args.key?(:seed_value)
|
25390
25413
|
@stop_sequences = args[:stop_sequences] if args.key?(:stop_sequences)
|
25391
25414
|
@system_instruction = args[:system_instruction] if args.key?(:system_instruction)
|
25392
25415
|
@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.36.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 = "20240923"
|
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'
|
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.36.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-09-
|
11
|
+
date: 2024-09-29 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.36.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: []
|