google-apis-aiplatform_v1 0.35.0 → 0.36.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: d1dbb9afb51382b8900f7efb5e3077a474293a98d851f53634bbc9dbd6f096a0
4
- data.tar.gz: 99f06015fc124ae878eb59107af4c91b16eaf813d42bdd646fa28808876a3886
3
+ metadata.gz: dfbedc4d21010da958d2ae1a818356cb076cdb288ac64d8c87ad86e45c38bbd2
4
+ data.tar.gz: f87a715cc49eba1b10d30f1e0aef2530ed65ff543307f1584c8aeaece851607c
5
5
  SHA512:
6
- metadata.gz: 2108e1b9507390cfdb61d2c3db0b24014556fa9c6baf994b76789de9c8076b141dc12556e2d3b5ebfa9859e1532ee090f6e2ce1956b86ce73d043150ba6e1d80
7
- data.tar.gz: 0bf7c315fc1336da6c78e2a0b72c2d71b37b974a8741f16a666aea07fdc0772c5bafe008b3ba35c670e465fcc4443eefc7f7d2fd218943e4e19708dc6c581f70
6
+ metadata.gz: 0b7d5737d86ee117020a7b2c3b65d32c269c871e00ea108edcdc43cf00ce6c5250187471e6d5238a9ca3a5ebed5eb5b445e5e82d5da0fe34ced0d0028228d5b3
7
+ data.tar.gz: fd90f1ef70ffc4c294af7cbea6984de38c28af706f466606bca2983874a5c71c0cfed5ae393ba18e2bcbac379d38e7afbe785fd5ca1fb3d5057e3647dc4e6aa3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-aiplatform_v1
2
2
 
3
+ ### v0.36.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240923
6
+
3
7
  ### v0.35.0 (2024-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20240916
@@ -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.35.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 = "20240916"
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.35.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-22 00:00:00.000000000 Z
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.35.0
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: []