google-apis-aiplatform_v1beta1 0.87.0 → 0.88.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/CHANGELOG.md +4 -0
- data/lib/google/apis/aiplatform_v1beta1/classes.rb +357 -76
- data/lib/google/apis/aiplatform_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1beta1/representations.rb +156 -34
- data/lib/google/apis/aiplatform_v1beta1/service.rb +8 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a83f88bf0149fab4b041ad7120f8af8d46636b3336fc37a8abf0f00f44e2bf3
|
|
4
|
+
data.tar.gz: 454916ad1f9c6660acee07d65c78920899a6996c4de2aba12dd8adc3c3a8feea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbd54784b2888abb41ef6118476df096f223308da83bbbf72efbaceb1b16fa524f572361bd73bb051576b92d68af9e4f10b52cf96f7cfb63ac7ff41969cc0538
|
|
7
|
+
data.tar.gz: ca7f490222a0193bcbc1eaab6baf3586abae58d975ef8b1ed1dc4274f317454020d162e6dafe5064a1dcd070ca6b3b2a2cfb2e3fbf9ca48dacc24e898a12a14f
|
data/CHANGELOG.md
CHANGED
|
@@ -2325,8 +2325,8 @@ module Google
|
|
|
2325
2325
|
# @return [String]
|
|
2326
2326
|
attr_accessor :encoding
|
|
2327
2327
|
|
|
2328
|
-
# The source of the environment. For
|
|
2329
|
-
# is the GitHub path.
|
|
2328
|
+
# The source of the environment. For Cloud Storage, this is the Cloud Storage
|
|
2329
|
+
# path. For GitHub, this is the GitHub path.
|
|
2330
2330
|
# Corresponds to the JSON property `source`
|
|
2331
2331
|
# @return [String]
|
|
2332
2332
|
attr_accessor :source
|
|
@@ -2577,7 +2577,7 @@ module Google
|
|
|
2577
2577
|
class GenaiVertexV1beta1FileSearchResultContent
|
|
2578
2578
|
include Google::Apis::Core::Hashable
|
|
2579
2579
|
|
|
2580
|
-
#
|
|
2580
|
+
# The results of the File Search.
|
|
2581
2581
|
# Corresponds to the JSON property `result`
|
|
2582
2582
|
# @return [Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1FileSearchResultContentFileSearchResult>]
|
|
2583
2583
|
attr_accessor :result
|
|
@@ -2927,16 +2927,16 @@ module Google
|
|
|
2927
2927
|
# @return [Fixnum]
|
|
2928
2928
|
attr_accessor :seed
|
|
2929
2929
|
|
|
2930
|
-
# Configuration for speech interaction.
|
|
2931
|
-
# Corresponds to the JSON property `speechConfig`
|
|
2932
|
-
# @return [Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeechConfig>]
|
|
2933
|
-
attr_accessor :speech_config
|
|
2934
|
-
|
|
2935
2930
|
# A list of character sequences that will stop output interaction.
|
|
2936
2931
|
# Corresponds to the JSON property `stopSequences`
|
|
2937
2932
|
# @return [Array<String>]
|
|
2938
2933
|
attr_accessor :stop_sequences
|
|
2939
2934
|
|
|
2935
|
+
# Configuration for multi-speaker and speech generation.
|
|
2936
|
+
# Corresponds to the JSON property `structuredSpeechConfig`
|
|
2937
|
+
# @return [Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeakerConfig]
|
|
2938
|
+
attr_accessor :structured_speech_config
|
|
2939
|
+
|
|
2940
2940
|
# Controls the randomness of the output.
|
|
2941
2941
|
# Corresponds to the JSON property `temperature`
|
|
2942
2942
|
# @return [Float]
|
|
@@ -2986,8 +2986,8 @@ module Google
|
|
|
2986
2986
|
@image_config = args[:image_config] if args.key?(:image_config)
|
|
2987
2987
|
@max_output_tokens = args[:max_output_tokens] if args.key?(:max_output_tokens)
|
|
2988
2988
|
@seed = args[:seed] if args.key?(:seed)
|
|
2989
|
-
@speech_config = args[:speech_config] if args.key?(:speech_config)
|
|
2990
2989
|
@stop_sequences = args[:stop_sequences] if args.key?(:stop_sequences)
|
|
2990
|
+
@structured_speech_config = args[:structured_speech_config] if args.key?(:structured_speech_config)
|
|
2991
2991
|
@temperature = args[:temperature] if args.key?(:temperature)
|
|
2992
2992
|
@thinking_level = args[:thinking_level] if args.key?(:thinking_level)
|
|
2993
2993
|
@thinking_summaries = args[:thinking_summaries] if args.key?(:thinking_summaries)
|
|
@@ -3741,11 +3741,11 @@ module Google
|
|
|
3741
3741
|
# @return [String]
|
|
3742
3742
|
attr_accessor :id
|
|
3743
3743
|
|
|
3744
|
-
#
|
|
3745
|
-
#
|
|
3746
|
-
#
|
|
3747
|
-
#
|
|
3748
|
-
#
|
|
3744
|
+
# The labels with user-defined metadata for the request. It is used for billing
|
|
3745
|
+
# and reporting only. Label keys and values can be no longer than 63 characters (
|
|
3746
|
+
# Unicode codepoints) and can only contain lowercase letters, numeric characters,
|
|
3747
|
+
# underscores, and dashes. International characters are allowed. Label values
|
|
3748
|
+
# are optional. Label keys must start with a letter.
|
|
3749
3749
|
# Corresponds to the JSON property `labels`
|
|
3750
3750
|
# @return [Hash<String,String>]
|
|
3751
3751
|
attr_accessor :labels
|
|
@@ -3859,11 +3859,6 @@ module Google
|
|
|
3859
3859
|
# @return [Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Tool>]
|
|
3860
3860
|
attr_accessor :tools
|
|
3861
3861
|
|
|
3862
|
-
# A list of Turns.
|
|
3863
|
-
# Corresponds to the JSON property `turnList`
|
|
3864
|
-
# @return [Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TurnList]
|
|
3865
|
-
attr_accessor :turn_list
|
|
3866
|
-
|
|
3867
3862
|
# Required. Output only. The time at which the response was last updated in ISO
|
|
3868
3863
|
# 8601 format (YYYY-MM-DDThh:mm:ssZ).
|
|
3869
3864
|
# Corresponds to the JSON property `updated`
|
|
@@ -3909,7 +3904,6 @@ module Google
|
|
|
3909
3904
|
@string_content = args[:string_content] if args.key?(:string_content)
|
|
3910
3905
|
@system_instruction = args[:system_instruction] if args.key?(:system_instruction)
|
|
3911
3906
|
@tools = args[:tools] if args.key?(:tools)
|
|
3912
|
-
@turn_list = args[:turn_list] if args.key?(:turn_list)
|
|
3913
3907
|
@updated = args[:updated] if args.key?(:updated)
|
|
3914
3908
|
@usage = args[:usage] if args.key?(:usage)
|
|
3915
3909
|
end
|
|
@@ -5255,6 +5249,25 @@ module Google
|
|
|
5255
5249
|
end
|
|
5256
5250
|
end
|
|
5257
5251
|
|
|
5252
|
+
# Configuration for multi-speaker and speech generation.
|
|
5253
|
+
class GenaiVertexV1beta1SpeakerConfig
|
|
5254
|
+
include Google::Apis::Core::Hashable
|
|
5255
|
+
|
|
5256
|
+
# Individual speaker configurations.
|
|
5257
|
+
# Corresponds to the JSON property `speakers`
|
|
5258
|
+
# @return [Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeechConfig>]
|
|
5259
|
+
attr_accessor :speakers
|
|
5260
|
+
|
|
5261
|
+
def initialize(**args)
|
|
5262
|
+
update!(**args)
|
|
5263
|
+
end
|
|
5264
|
+
|
|
5265
|
+
# Update properties of this object
|
|
5266
|
+
def update!(**args)
|
|
5267
|
+
@speakers = args[:speakers] if args.key?(:speakers)
|
|
5268
|
+
end
|
|
5269
|
+
end
|
|
5270
|
+
|
|
5258
5271
|
# The configuration for speech interaction.
|
|
5259
5272
|
class GenaiVertexV1beta1SpeechConfig
|
|
5260
5273
|
include Google::Apis::Core::Hashable
|
|
@@ -6325,6 +6338,17 @@ module Google
|
|
|
6325
6338
|
# @return [Array<String>]
|
|
6326
6339
|
attr_accessor :language_codes
|
|
6327
6340
|
|
|
6341
|
+
# Configures transcription mode. Supported values: `VERBATIM`, `SMART`. If
|
|
6342
|
+
# unspecified, defaults to `VERBATIM` transcription. In `SMART` mode, the model
|
|
6343
|
+
# performs disfluency removal (eliminating filler words, repetitions, and false
|
|
6344
|
+
# starts), light grammatical cleanup, automatic formatting (paragraphs, bullet
|
|
6345
|
+
# points, numbered lists), and minor user edits (inline self-corrections).
|
|
6346
|
+
# Timestamps (`timestamp_granularities`) and diarization (`diarization_mode`)
|
|
6347
|
+
# are incompatible with mode `SMART`.
|
|
6348
|
+
# Corresponds to the JSON property `mode`
|
|
6349
|
+
# @return [String]
|
|
6350
|
+
attr_accessor :mode
|
|
6351
|
+
|
|
6328
6352
|
# Optional. The granularity of timestamps to include in the transcription output.
|
|
6329
6353
|
# Supported values: "word". If empty, no timestamps are generated.
|
|
6330
6354
|
# Corresponds to the JSON property `timestampGranularities`
|
|
@@ -6341,60 +6365,11 @@ module Google
|
|
|
6341
6365
|
@custom_vocabulary = args[:custom_vocabulary] if args.key?(:custom_vocabulary)
|
|
6342
6366
|
@diarization_mode = args[:diarization_mode] if args.key?(:diarization_mode)
|
|
6343
6367
|
@language_codes = args[:language_codes] if args.key?(:language_codes)
|
|
6368
|
+
@mode = args[:mode] if args.key?(:mode)
|
|
6344
6369
|
@timestamp_granularities = args[:timestamp_granularities] if args.key?(:timestamp_granularities)
|
|
6345
6370
|
end
|
|
6346
6371
|
end
|
|
6347
6372
|
|
|
6348
|
-
#
|
|
6349
|
-
class GenaiVertexV1beta1Turn
|
|
6350
|
-
include Google::Apis::Core::Hashable
|
|
6351
|
-
|
|
6352
|
-
# A list of Content.
|
|
6353
|
-
# Corresponds to the JSON property `contentList`
|
|
6354
|
-
# @return [Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ContentList]
|
|
6355
|
-
attr_accessor :content_list
|
|
6356
|
-
|
|
6357
|
-
# The content of the turn. A single string.
|
|
6358
|
-
# Corresponds to the JSON property `contentString`
|
|
6359
|
-
# @return [String]
|
|
6360
|
-
attr_accessor :content_string
|
|
6361
|
-
|
|
6362
|
-
# The originator of this turn. Must be user for input or model for model output.
|
|
6363
|
-
# Corresponds to the JSON property `role`
|
|
6364
|
-
# @return [String]
|
|
6365
|
-
attr_accessor :role
|
|
6366
|
-
|
|
6367
|
-
def initialize(**args)
|
|
6368
|
-
update!(**args)
|
|
6369
|
-
end
|
|
6370
|
-
|
|
6371
|
-
# Update properties of this object
|
|
6372
|
-
def update!(**args)
|
|
6373
|
-
@content_list = args[:content_list] if args.key?(:content_list)
|
|
6374
|
-
@content_string = args[:content_string] if args.key?(:content_string)
|
|
6375
|
-
@role = args[:role] if args.key?(:role)
|
|
6376
|
-
end
|
|
6377
|
-
end
|
|
6378
|
-
|
|
6379
|
-
# A list of Turns.
|
|
6380
|
-
class GenaiVertexV1beta1TurnList
|
|
6381
|
-
include Google::Apis::Core::Hashable
|
|
6382
|
-
|
|
6383
|
-
#
|
|
6384
|
-
# Corresponds to the JSON property `turns`
|
|
6385
|
-
# @return [Array<Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Turn>]
|
|
6386
|
-
attr_accessor :turns
|
|
6387
|
-
|
|
6388
|
-
def initialize(**args)
|
|
6389
|
-
update!(**args)
|
|
6390
|
-
end
|
|
6391
|
-
|
|
6392
|
-
# Update properties of this object
|
|
6393
|
-
def update!(**args)
|
|
6394
|
-
@turns = args[:turns] if args.key?(:turns)
|
|
6395
|
-
end
|
|
6396
|
-
end
|
|
6397
|
-
|
|
6398
6373
|
# A URL citation annotation.
|
|
6399
6374
|
class GenaiVertexV1beta1UrlCitation
|
|
6400
6375
|
include Google::Apis::Core::Hashable
|
|
@@ -6804,6 +6779,16 @@ module Google
|
|
|
6804
6779
|
# @return [String]
|
|
6805
6780
|
attr_accessor :mime_type_string
|
|
6806
6781
|
|
|
6782
|
+
#
|
|
6783
|
+
# Corresponds to the JSON property `processingConfig`
|
|
6784
|
+
# @return [Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoContentMediaProcessing]
|
|
6785
|
+
attr_accessor :processing_config
|
|
6786
|
+
|
|
6787
|
+
#
|
|
6788
|
+
# Corresponds to the JSON property `processingType`
|
|
6789
|
+
# @return [String]
|
|
6790
|
+
attr_accessor :processing_type
|
|
6791
|
+
|
|
6807
6792
|
# The resolution of the media.
|
|
6808
6793
|
# Corresponds to the JSON property `resolution`
|
|
6809
6794
|
# @return [String]
|
|
@@ -6822,11 +6807,66 @@ module Google
|
|
|
6822
6807
|
def update!(**args)
|
|
6823
6808
|
@data = args[:data] if args.key?(:data)
|
|
6824
6809
|
@mime_type_string = args[:mime_type_string] if args.key?(:mime_type_string)
|
|
6810
|
+
@processing_config = args[:processing_config] if args.key?(:processing_config)
|
|
6811
|
+
@processing_type = args[:processing_type] if args.key?(:processing_type)
|
|
6825
6812
|
@resolution = args[:resolution] if args.key?(:resolution)
|
|
6826
6813
|
@uri = args[:uri] if args.key?(:uri)
|
|
6827
6814
|
end
|
|
6828
6815
|
end
|
|
6829
6816
|
|
|
6817
|
+
#
|
|
6818
|
+
class GenaiVertexV1beta1VideoContentMediaProcessing
|
|
6819
|
+
include Google::Apis::Core::Hashable
|
|
6820
|
+
|
|
6821
|
+
#
|
|
6822
|
+
# Corresponds to the JSON property `static`
|
|
6823
|
+
# @return [Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoContentStaticMediaProcessing]
|
|
6824
|
+
attr_accessor :static
|
|
6825
|
+
|
|
6826
|
+
def initialize(**args)
|
|
6827
|
+
update!(**args)
|
|
6828
|
+
end
|
|
6829
|
+
|
|
6830
|
+
# Update properties of this object
|
|
6831
|
+
def update!(**args)
|
|
6832
|
+
@static = args[:static] if args.key?(:static)
|
|
6833
|
+
end
|
|
6834
|
+
end
|
|
6835
|
+
|
|
6836
|
+
#
|
|
6837
|
+
class GenaiVertexV1beta1VideoContentStaticMediaProcessing
|
|
6838
|
+
include Google::Apis::Core::Hashable
|
|
6839
|
+
|
|
6840
|
+
# Optional. Segment end time. Specified as a decimal number of seconds followed
|
|
6841
|
+
# by an 's' suffix, e.g., "30s". Must be non-negative and greater than `
|
|
6842
|
+
# start_offset` if `start_offset` is set.
|
|
6843
|
+
# Corresponds to the JSON property `endOffset`
|
|
6844
|
+
# @return [String]
|
|
6845
|
+
attr_accessor :end_offset
|
|
6846
|
+
|
|
6847
|
+
# Optional. Video frame-rate sampling density.
|
|
6848
|
+
# Corresponds to the JSON property `fps`
|
|
6849
|
+
# @return [Float]
|
|
6850
|
+
attr_accessor :fps
|
|
6851
|
+
|
|
6852
|
+
# Optional. Segment start time. Specified as a decimal number of seconds
|
|
6853
|
+
# followed by an 's' suffix, e.g., "10.5s". Must be non-negative.
|
|
6854
|
+
# Corresponds to the JSON property `startOffset`
|
|
6855
|
+
# @return [String]
|
|
6856
|
+
attr_accessor :start_offset
|
|
6857
|
+
|
|
6858
|
+
def initialize(**args)
|
|
6859
|
+
update!(**args)
|
|
6860
|
+
end
|
|
6861
|
+
|
|
6862
|
+
# Update properties of this object
|
|
6863
|
+
def update!(**args)
|
|
6864
|
+
@end_offset = args[:end_offset] if args.key?(:end_offset)
|
|
6865
|
+
@fps = args[:fps] if args.key?(:fps)
|
|
6866
|
+
@start_offset = args[:start_offset] if args.key?(:start_offset)
|
|
6867
|
+
end
|
|
6868
|
+
end
|
|
6869
|
+
|
|
6830
6870
|
#
|
|
6831
6871
|
class GenaiVertexV1beta1VideoDelta
|
|
6832
6872
|
include Google::Apis::Core::Hashable
|
|
@@ -6884,12 +6924,17 @@ module Google
|
|
|
6884
6924
|
# @return [String]
|
|
6885
6925
|
attr_accessor :duration
|
|
6886
6926
|
|
|
6887
|
-
# The
|
|
6888
|
-
# URI.
|
|
6927
|
+
# The Cloud Storage URI to store the video output. Required for Vertex if
|
|
6928
|
+
# delivery mode is URI.
|
|
6889
6929
|
# Corresponds to the JSON property `gcsUri`
|
|
6890
6930
|
# @return [String]
|
|
6891
6931
|
attr_accessor :gcs_uri
|
|
6892
6932
|
|
|
6933
|
+
# The video output resolution. Defaults to 720p.
|
|
6934
|
+
# Corresponds to the JSON property `resolution`
|
|
6935
|
+
# @return [String]
|
|
6936
|
+
attr_accessor :resolution
|
|
6937
|
+
|
|
6893
6938
|
def initialize(**args)
|
|
6894
6939
|
update!(**args)
|
|
6895
6940
|
end
|
|
@@ -6900,6 +6945,7 @@ module Google
|
|
|
6900
6945
|
@delivery = args[:delivery] if args.key?(:delivery)
|
|
6901
6946
|
@duration = args[:duration] if args.key?(:duration)
|
|
6902
6947
|
@gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
|
|
6948
|
+
@resolution = args[:resolution] if args.key?(:resolution)
|
|
6903
6949
|
end
|
|
6904
6950
|
end
|
|
6905
6951
|
|
|
@@ -7721,8 +7767,12 @@ module Google
|
|
|
7721
7767
|
class GoogleCloudAiplatformV1beta1Agent
|
|
7722
7768
|
include Google::Apis::Core::Hashable
|
|
7723
7769
|
|
|
7724
|
-
# Required. The base agent for the agent. Supported values: * `
|
|
7725
|
-
# preview-05-2026`
|
|
7770
|
+
# Required. Immutable. The base agent for the agent. Supported values: * `
|
|
7771
|
+
# antigravity-preview-05-2026` Immutable: `UpdateAgent` rejects a change,
|
|
7772
|
+
# including clearing it. The kind of agent this is gets derived from this field
|
|
7773
|
+
# when the agent is created and is recorded then; nothing recomputes it
|
|
7774
|
+
# afterwards, so a later change would leave the agent described as one kind and
|
|
7775
|
+
# behaving as another. Create a new agent instead.
|
|
7726
7776
|
# Corresponds to the JSON property `base_agent`
|
|
7727
7777
|
# @return [String]
|
|
7728
7778
|
attr_accessor :base_agent
|
|
@@ -9422,6 +9472,16 @@ module Google
|
|
|
9422
9472
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints]
|
|
9423
9473
|
attr_accessor :language_hints
|
|
9424
9474
|
|
|
9475
|
+
# Optional. Configures transcription mode. Supported values: `VERBATIM`, `SMART`.
|
|
9476
|
+
# If unspecified, defaults to `VERBATIM` transcription. In `SMART` mode, the
|
|
9477
|
+
# model performs disfluency removal (eliminating filler words, repetitions, and
|
|
9478
|
+
# false starts), light grammatical cleanup, automatic formatting (paragraphs,
|
|
9479
|
+
# bullet points, numbered lists), and minor user edits (inline self-corrections).
|
|
9480
|
+
# Timestamps and diarization are incompatible with mode `SMART`.
|
|
9481
|
+
# Corresponds to the JSON property `mode`
|
|
9482
|
+
# @return [String]
|
|
9483
|
+
attr_accessor :mode
|
|
9484
|
+
|
|
9425
9485
|
# Optional. Configures word-level timestamp generation.
|
|
9426
9486
|
# Corresponds to the JSON property `wordTimestamp`
|
|
9427
9487
|
# @return [Boolean]
|
|
@@ -9440,6 +9500,7 @@ module Google
|
|
|
9440
9500
|
@language_auto = args[:language_auto] if args.key?(:language_auto)
|
|
9441
9501
|
@language_codes = args[:language_codes] if args.key?(:language_codes)
|
|
9442
9502
|
@language_hints = args[:language_hints] if args.key?(:language_hints)
|
|
9503
|
+
@mode = args[:mode] if args.key?(:mode)
|
|
9443
9504
|
@word_timestamp = args[:word_timestamp] if args.key?(:word_timestamp)
|
|
9444
9505
|
end
|
|
9445
9506
|
end
|
|
@@ -26644,8 +26705,13 @@ module Google
|
|
|
26644
26705
|
# @return [String]
|
|
26645
26706
|
attr_accessor :dns_record
|
|
26646
26707
|
|
|
26647
|
-
# Optional.
|
|
26648
|
-
#
|
|
26708
|
+
# Optional. Name of the private Cloud DNS managed zone in which to create the
|
|
26709
|
+
# gateway's A-record. This is the managed zone's own name, not its DNS name: for
|
|
26710
|
+
# a zone serving `example.internal.`, this field takes the zone name, such as `
|
|
26711
|
+
# my-private-zone`. The zone's DNS name is combined with a generated per-gateway
|
|
26712
|
+
# label to form the record's fully qualified name, which must stay within the
|
|
26713
|
+
# 255-octet DNS limit. If the full name is too long, gateway provisioning fails
|
|
26714
|
+
# when it attempts to create the DNS record.
|
|
26649
26715
|
# Corresponds to the JSON property `dnsZoneName`
|
|
26650
26716
|
# @return [String]
|
|
26651
26717
|
attr_accessor :dns_zone_name
|
|
@@ -41217,6 +41283,12 @@ module Google
|
|
|
41217
41283
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityOpenTelemetry]
|
|
41218
41284
|
attr_accessor :open_telemetry
|
|
41219
41285
|
|
|
41286
|
+
# If chosen, the online evaluator will evaluate sessions matching specified `
|
|
41287
|
+
# filter`. A session is a group of traces with a common `gen_ai.conversation.id`.
|
|
41288
|
+
# Corresponds to the JSON property `sessionScope`
|
|
41289
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScope]
|
|
41290
|
+
attr_accessor :session_scope
|
|
41291
|
+
|
|
41220
41292
|
# If chosen, the online evaluator will evaluate single traces matching specified
|
|
41221
41293
|
# `filter`.
|
|
41222
41294
|
# Corresponds to the JSON property `traceScope`
|
|
@@ -41238,6 +41310,7 @@ module Google
|
|
|
41238
41310
|
def update!(**args)
|
|
41239
41311
|
@log_view = args[:log_view] if args.key?(:log_view)
|
|
41240
41312
|
@open_telemetry = args[:open_telemetry] if args.key?(:open_telemetry)
|
|
41313
|
+
@session_scope = args[:session_scope] if args.key?(:session_scope)
|
|
41241
41314
|
@trace_scope = args[:trace_scope] if args.key?(:trace_scope)
|
|
41242
41315
|
@trace_view = args[:trace_view] if args.key?(:trace_view)
|
|
41243
41316
|
end
|
|
@@ -41288,6 +41361,110 @@ module Google
|
|
|
41288
41361
|
end
|
|
41289
41362
|
end
|
|
41290
41363
|
|
|
41364
|
+
# If chosen, the online evaluator will evaluate sessions matching specified `
|
|
41365
|
+
# filter`. A session is a group of traces with a common `gen_ai.conversation.id`.
|
|
41366
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScope
|
|
41367
|
+
include Google::Apis::Core::Hashable
|
|
41368
|
+
|
|
41369
|
+
# Optional. A list of predicates to filter sessions. Multiple predicates are
|
|
41370
|
+
# combined using AND. The maximum number of predicates is 10.
|
|
41371
|
+
# Corresponds to the JSON property `filter`
|
|
41372
|
+
# @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopePredicate>]
|
|
41373
|
+
attr_accessor :filter
|
|
41374
|
+
|
|
41375
|
+
# Configuration for inactivity based session completion.
|
|
41376
|
+
# Corresponds to the JSON property `inactivityTrigger`
|
|
41377
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger]
|
|
41378
|
+
attr_accessor :inactivity_trigger
|
|
41379
|
+
|
|
41380
|
+
def initialize(**args)
|
|
41381
|
+
update!(**args)
|
|
41382
|
+
end
|
|
41383
|
+
|
|
41384
|
+
# Update properties of this object
|
|
41385
|
+
def update!(**args)
|
|
41386
|
+
@filter = args[:filter] if args.key?(:filter)
|
|
41387
|
+
@inactivity_trigger = args[:inactivity_trigger] if args.key?(:inactivity_trigger)
|
|
41388
|
+
end
|
|
41389
|
+
end
|
|
41390
|
+
|
|
41391
|
+
# Configuration for inactivity based session completion.
|
|
41392
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger
|
|
41393
|
+
include Google::Apis::Core::Hashable
|
|
41394
|
+
|
|
41395
|
+
# Required. The amount of time that must pass with no new traces before a
|
|
41396
|
+
# session is considered ready for evaluation. This is a required field if
|
|
41397
|
+
# InactivityTrigger is used. The value must be a positive duration no greater
|
|
41398
|
+
# than 7 days (604800 seconds).
|
|
41399
|
+
# Corresponds to the JSON property `threshold`
|
|
41400
|
+
# @return [String]
|
|
41401
|
+
attr_accessor :threshold
|
|
41402
|
+
|
|
41403
|
+
def initialize(**args)
|
|
41404
|
+
update!(**args)
|
|
41405
|
+
end
|
|
41406
|
+
|
|
41407
|
+
# Update properties of this object
|
|
41408
|
+
def update!(**args)
|
|
41409
|
+
@threshold = args[:threshold] if args.key?(:threshold)
|
|
41410
|
+
end
|
|
41411
|
+
end
|
|
41412
|
+
|
|
41413
|
+
# Defines a single filter predicate.
|
|
41414
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopePredicate
|
|
41415
|
+
include Google::Apis::Core::Hashable
|
|
41416
|
+
|
|
41417
|
+
# Defines a predicate for filtering based on a numeric value.
|
|
41418
|
+
# Corresponds to the JSON property `duration`
|
|
41419
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate]
|
|
41420
|
+
attr_accessor :duration
|
|
41421
|
+
|
|
41422
|
+
# Defines a predicate for filtering based on a numeric value.
|
|
41423
|
+
# Corresponds to the JSON property `modelCallErrors`
|
|
41424
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate]
|
|
41425
|
+
attr_accessor :model_call_errors
|
|
41426
|
+
|
|
41427
|
+
# Defines a predicate for filtering based on a numeric value.
|
|
41428
|
+
# Corresponds to the JSON property `modelCalls`
|
|
41429
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate]
|
|
41430
|
+
attr_accessor :model_calls
|
|
41431
|
+
|
|
41432
|
+
# Defines a predicate for filtering based on a numeric value.
|
|
41433
|
+
# Corresponds to the JSON property `toolCallErrors`
|
|
41434
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate]
|
|
41435
|
+
attr_accessor :tool_call_errors
|
|
41436
|
+
|
|
41437
|
+
# Defines a predicate for filtering based on a numeric value.
|
|
41438
|
+
# Corresponds to the JSON property `toolCalls`
|
|
41439
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate]
|
|
41440
|
+
attr_accessor :tool_calls
|
|
41441
|
+
|
|
41442
|
+
# Defines a predicate for filtering based on a numeric value.
|
|
41443
|
+
# Corresponds to the JSON property `totalTokenUsage`
|
|
41444
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate]
|
|
41445
|
+
attr_accessor :total_token_usage
|
|
41446
|
+
|
|
41447
|
+
# Defines a predicate for filtering based on a numeric value.
|
|
41448
|
+
# Corresponds to the JSON property `userTurns`
|
|
41449
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate]
|
|
41450
|
+
attr_accessor :user_turns
|
|
41451
|
+
|
|
41452
|
+
def initialize(**args)
|
|
41453
|
+
update!(**args)
|
|
41454
|
+
end
|
|
41455
|
+
|
|
41456
|
+
# Update properties of this object
|
|
41457
|
+
def update!(**args)
|
|
41458
|
+
@duration = args[:duration] if args.key?(:duration)
|
|
41459
|
+
@model_call_errors = args[:model_call_errors] if args.key?(:model_call_errors)
|
|
41460
|
+
@model_calls = args[:model_calls] if args.key?(:model_calls)
|
|
41461
|
+
@tool_call_errors = args[:tool_call_errors] if args.key?(:tool_call_errors)
|
|
41462
|
+
@tool_calls = args[:tool_calls] if args.key?(:tool_calls)
|
|
41463
|
+
@total_token_usage = args[:total_token_usage] if args.key?(:total_token_usage)
|
|
41464
|
+
@user_turns = args[:user_turns] if args.key?(:user_turns)
|
|
41465
|
+
end
|
|
41466
|
+
end
|
|
41467
|
+
|
|
41291
41468
|
# If chosen, the online evaluator will evaluate single traces matching specified
|
|
41292
41469
|
# `filter`.
|
|
41293
41470
|
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityTraceScope
|
|
@@ -42015,6 +42192,13 @@ module Google
|
|
|
42015
42192
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob]
|
|
42016
42193
|
attr_accessor :inline_data
|
|
42017
42194
|
|
|
42195
|
+
# Optional. How the model processes this part's media for understanding. Only
|
|
42196
|
+
# meaningful for video parts (`inline_data` or `file_data` with video mime). Non-
|
|
42197
|
+
# video parts ignore this field.
|
|
42198
|
+
# Corresponds to the JSON property `mediaProcessing`
|
|
42199
|
+
# @return [String]
|
|
42200
|
+
attr_accessor :media_processing
|
|
42201
|
+
|
|
42018
42202
|
# per part media resolution. Media resolution for the input media.
|
|
42019
42203
|
# Corresponds to the JSON property `mediaResolution`
|
|
42020
42204
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartMediaResolution]
|
|
@@ -42061,6 +42245,7 @@ module Google
|
|
|
42061
42245
|
@function_call = args[:function_call] if args.key?(:function_call)
|
|
42062
42246
|
@function_response = args[:function_response] if args.key?(:function_response)
|
|
42063
42247
|
@inline_data = args[:inline_data] if args.key?(:inline_data)
|
|
42248
|
+
@media_processing = args[:media_processing] if args.key?(:media_processing)
|
|
42064
42249
|
@media_resolution = args[:media_resolution] if args.key?(:media_resolution)
|
|
42065
42250
|
@text = args[:text] if args.key?(:text)
|
|
42066
42251
|
@thought = args[:thought] if args.key?(:thought)
|
|
@@ -47624,6 +47809,35 @@ module Google
|
|
|
47624
47809
|
end
|
|
47625
47810
|
end
|
|
47626
47811
|
|
|
47812
|
+
# Ray cluster level autoscaling configuration.
|
|
47813
|
+
class GoogleCloudAiplatformV1beta1RayClusterAutoscalingSpec
|
|
47814
|
+
include Google::Apis::Core::Hashable
|
|
47815
|
+
|
|
47816
|
+
# Optional. The number of minutes that need to pass before an idle worker node
|
|
47817
|
+
# is removed by the autoscaler. Default is 5 mins.
|
|
47818
|
+
# Corresponds to the JSON property `idleTimeoutMinutes`
|
|
47819
|
+
# @return [Fixnum]
|
|
47820
|
+
attr_accessor :idle_timeout_minutes
|
|
47821
|
+
|
|
47822
|
+
# Optional. The number of nodes allowed to be pending as a multiple of the
|
|
47823
|
+
# current number of nodes. [OSS Ray reference](https://docs.ray.io/en/latest/
|
|
47824
|
+
# cluster/vms/user-guides/configuring-autoscaling.html#upscaling-and-downscaling-
|
|
47825
|
+
# speed)
|
|
47826
|
+
# Corresponds to the JSON property `upscalingSpeed`
|
|
47827
|
+
# @return [Fixnum]
|
|
47828
|
+
attr_accessor :upscaling_speed
|
|
47829
|
+
|
|
47830
|
+
def initialize(**args)
|
|
47831
|
+
update!(**args)
|
|
47832
|
+
end
|
|
47833
|
+
|
|
47834
|
+
# Update properties of this object
|
|
47835
|
+
def update!(**args)
|
|
47836
|
+
@idle_timeout_minutes = args[:idle_timeout_minutes] if args.key?(:idle_timeout_minutes)
|
|
47837
|
+
@upscaling_speed = args[:upscaling_speed] if args.key?(:upscaling_speed)
|
|
47838
|
+
end
|
|
47839
|
+
end
|
|
47840
|
+
|
|
47627
47841
|
# Configuration for the Ray OSS Logs.
|
|
47628
47842
|
class GoogleCloudAiplatformV1beta1RayLogsSpec
|
|
47629
47843
|
include Google::Apis::Core::Hashable
|
|
@@ -47654,6 +47868,14 @@ module Google
|
|
|
47654
47868
|
attr_accessor :disabled
|
|
47655
47869
|
alias_method :disabled?, :disabled
|
|
47656
47870
|
|
|
47871
|
+
# Optional. Flag to enable the Ray usage stats collection by Anyscale. https://
|
|
47872
|
+
# docs.ray.io/en/latest/cluster/usage-stats.html#usage-stats-collection Disable
|
|
47873
|
+
# by default.
|
|
47874
|
+
# Corresponds to the JSON property `enableUsageStatsCollection`
|
|
47875
|
+
# @return [Boolean]
|
|
47876
|
+
attr_accessor :enable_usage_stats_collection
|
|
47877
|
+
alias_method :enable_usage_stats_collection?, :enable_usage_stats_collection
|
|
47878
|
+
|
|
47657
47879
|
def initialize(**args)
|
|
47658
47880
|
update!(**args)
|
|
47659
47881
|
end
|
|
@@ -47661,6 +47883,7 @@ module Google
|
|
|
47661
47883
|
# Update properties of this object
|
|
47662
47884
|
def update!(**args)
|
|
47663
47885
|
@disabled = args[:disabled] if args.key?(:disabled)
|
|
47886
|
+
@enable_usage_stats_collection = args[:enable_usage_stats_collection] if args.key?(:enable_usage_stats_collection)
|
|
47664
47887
|
end
|
|
47665
47888
|
end
|
|
47666
47889
|
|
|
@@ -47692,6 +47915,11 @@ module Google
|
|
|
47692
47915
|
# @return [Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NfsMount>]
|
|
47693
47916
|
attr_accessor :nfs_mounts
|
|
47694
47917
|
|
|
47918
|
+
# Ray cluster level autoscaling configuration.
|
|
47919
|
+
# Corresponds to the JSON property `rayClusterAutoscalingSpec`
|
|
47920
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayClusterAutoscalingSpec]
|
|
47921
|
+
attr_accessor :ray_cluster_autoscaling_spec
|
|
47922
|
+
|
|
47695
47923
|
# Configuration for the Ray OSS Logs.
|
|
47696
47924
|
# Corresponds to the JSON property `rayLogsSpec`
|
|
47697
47925
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayLogsSpec]
|
|
@@ -47720,6 +47948,7 @@ module Google
|
|
|
47720
47948
|
@head_node_resource_pool_id = args[:head_node_resource_pool_id] if args.key?(:head_node_resource_pool_id)
|
|
47721
47949
|
@image_uri = args[:image_uri] if args.key?(:image_uri)
|
|
47722
47950
|
@nfs_mounts = args[:nfs_mounts] if args.key?(:nfs_mounts)
|
|
47951
|
+
@ray_cluster_autoscaling_spec = args[:ray_cluster_autoscaling_spec] if args.key?(:ray_cluster_autoscaling_spec)
|
|
47723
47952
|
@ray_logs_spec = args[:ray_logs_spec] if args.key?(:ray_logs_spec)
|
|
47724
47953
|
@ray_metric_spec = args[:ray_metric_spec] if args.key?(:ray_metric_spec)
|
|
47725
47954
|
@resource_pool_images = args[:resource_pool_images] if args.key?(:resource_pool_images)
|
|
@@ -52074,6 +52303,11 @@ module Google
|
|
|
52074
52303
|
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecComputerUseEnvironment]
|
|
52075
52304
|
attr_accessor :computer_use_environment
|
|
52076
52305
|
|
|
52306
|
+
# The shell environment.
|
|
52307
|
+
# Corresponds to the JSON property `shellEnvironment`
|
|
52308
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecShellEnvironment]
|
|
52309
|
+
attr_accessor :shell_environment
|
|
52310
|
+
|
|
52077
52311
|
def initialize(**args)
|
|
52078
52312
|
update!(**args)
|
|
52079
52313
|
end
|
|
@@ -52082,6 +52316,7 @@ module Google
|
|
|
52082
52316
|
def update!(**args)
|
|
52083
52317
|
@code_execution_environment = args[:code_execution_environment] if args.key?(:code_execution_environment)
|
|
52084
52318
|
@computer_use_environment = args[:computer_use_environment] if args.key?(:computer_use_environment)
|
|
52319
|
+
@shell_environment = args[:shell_environment] if args.key?(:shell_environment)
|
|
52085
52320
|
end
|
|
52086
52321
|
end
|
|
52087
52322
|
|
|
@@ -52123,6 +52358,19 @@ module Google
|
|
|
52123
52358
|
end
|
|
52124
52359
|
end
|
|
52125
52360
|
|
|
52361
|
+
# The shell environment.
|
|
52362
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecShellEnvironment
|
|
52363
|
+
include Google::Apis::Core::Hashable
|
|
52364
|
+
|
|
52365
|
+
def initialize(**args)
|
|
52366
|
+
update!(**args)
|
|
52367
|
+
end
|
|
52368
|
+
|
|
52369
|
+
# Update properties of this object
|
|
52370
|
+
def update!(**args)
|
|
52371
|
+
end
|
|
52372
|
+
end
|
|
52373
|
+
|
|
52126
52374
|
# The specification of a SandboxEnvironmentTemplate. A
|
|
52127
52375
|
# SandboxEnvironmentTemplate defines a template for creating SandboxEnvironments.
|
|
52128
52376
|
class GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplate
|
|
@@ -55787,6 +56035,13 @@ module Google
|
|
|
55787
56035
|
# @return [String]
|
|
55788
56036
|
attr_accessor :code_repository_state
|
|
55789
56037
|
|
|
56038
|
+
# Optional. The Cloud Run regions in which the application is currently deployed.
|
|
56039
|
+
# Used to rediscover and redeploy the app in the regions it already runs in,
|
|
56040
|
+
# which may differ from the prompt's location.
|
|
56041
|
+
# Corresponds to the JSON property `deployedRegions`
|
|
56042
|
+
# @return [Array<String>]
|
|
56043
|
+
attr_accessor :deployed_regions
|
|
56044
|
+
|
|
55790
56045
|
# Optional. Framework used to build the application.
|
|
55791
56046
|
# Corresponds to the JSON property `framework`
|
|
55792
56047
|
# @return [String]
|
|
@@ -55804,6 +56059,7 @@ module Google
|
|
|
55804
56059
|
# Update properties of this object
|
|
55805
56060
|
def update!(**args)
|
|
55806
56061
|
@code_repository_state = args[:code_repository_state] if args.key?(:code_repository_state)
|
|
56062
|
+
@deployed_regions = args[:deployed_regions] if args.key?(:deployed_regions)
|
|
55807
56063
|
@framework = args[:framework] if args.key?(:framework)
|
|
55808
56064
|
@linked_resources = args[:linked_resources] if args.key?(:linked_resources)
|
|
55809
56065
|
end
|
|
@@ -69348,6 +69604,11 @@ module Google
|
|
|
69348
69604
|
# @return [String]
|
|
69349
69605
|
attr_accessor :update_time
|
|
69350
69606
|
|
|
69607
|
+
# XprofConfig contains the configuration for managed XProf.
|
|
69608
|
+
# Corresponds to the JSON property `xprofConfig`
|
|
69609
|
+
# @return [Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1XprofConfig]
|
|
69610
|
+
attr_accessor :xprof_config
|
|
69611
|
+
|
|
69351
69612
|
def initialize(**args)
|
|
69352
69613
|
update!(**args)
|
|
69353
69614
|
end
|
|
@@ -69363,6 +69624,26 @@ module Google
|
|
|
69363
69624
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
|
69364
69625
|
@ui_endpoint = args[:ui_endpoint] if args.key?(:ui_endpoint)
|
|
69365
69626
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
69627
|
+
@xprof_config = args[:xprof_config] if args.key?(:xprof_config)
|
|
69628
|
+
end
|
|
69629
|
+
end
|
|
69630
|
+
|
|
69631
|
+
# XprofConfig contains the configuration for managed XProf.
|
|
69632
|
+
class GoogleCloudAiplatformV1beta1XprofConfig
|
|
69633
|
+
include Google::Apis::Core::Hashable
|
|
69634
|
+
|
|
69635
|
+
# Required. User-owned Cloud Storage bucket (gs://) in the user project.
|
|
69636
|
+
# Corresponds to the JSON property `gcsBucketUri`
|
|
69637
|
+
# @return [String]
|
|
69638
|
+
attr_accessor :gcs_bucket_uri
|
|
69639
|
+
|
|
69640
|
+
def initialize(**args)
|
|
69641
|
+
update!(**args)
|
|
69642
|
+
end
|
|
69643
|
+
|
|
69644
|
+
# Update properties of this object
|
|
69645
|
+
def update!(**args)
|
|
69646
|
+
@gcs_bucket_uri = args[:gcs_bucket_uri] if args.key?(:gcs_bucket_uri)
|
|
69366
69647
|
end
|
|
69367
69648
|
end
|
|
69368
69649
|
|
|
@@ -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.88.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260815"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -988,6 +988,12 @@ module Google
|
|
|
988
988
|
include Google::Apis::Core::JsonObjectSupport
|
|
989
989
|
end
|
|
990
990
|
|
|
991
|
+
class GenaiVertexV1beta1SpeakerConfig
|
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
993
|
+
|
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
995
|
+
end
|
|
996
|
+
|
|
991
997
|
class GenaiVertexV1beta1SpeechConfig
|
|
992
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
993
999
|
|
|
@@ -1150,18 +1156,6 @@ module Google
|
|
|
1150
1156
|
include Google::Apis::Core::JsonObjectSupport
|
|
1151
1157
|
end
|
|
1152
1158
|
|
|
1153
|
-
class GenaiVertexV1beta1Turn
|
|
1154
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
|
-
|
|
1156
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
1157
|
-
end
|
|
1158
|
-
|
|
1159
|
-
class GenaiVertexV1beta1TurnList
|
|
1160
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1161
|
-
|
|
1162
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
1163
|
-
end
|
|
1164
|
-
|
|
1165
1159
|
class GenaiVertexV1beta1UrlCitation
|
|
1166
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1167
1161
|
|
|
@@ -1264,6 +1258,18 @@ module Google
|
|
|
1264
1258
|
include Google::Apis::Core::JsonObjectSupport
|
|
1265
1259
|
end
|
|
1266
1260
|
|
|
1261
|
+
class GenaiVertexV1beta1VideoContentMediaProcessing
|
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1263
|
+
|
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1265
|
+
end
|
|
1266
|
+
|
|
1267
|
+
class GenaiVertexV1beta1VideoContentStaticMediaProcessing
|
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1269
|
+
|
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1271
|
+
end
|
|
1272
|
+
|
|
1267
1273
|
class GenaiVertexV1beta1VideoDelta
|
|
1268
1274
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1269
1275
|
|
|
@@ -6814,6 +6820,24 @@ module Google
|
|
|
6814
6820
|
include Google::Apis::Core::JsonObjectSupport
|
|
6815
6821
|
end
|
|
6816
6822
|
|
|
6823
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScope
|
|
6824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6825
|
+
|
|
6826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6827
|
+
end
|
|
6828
|
+
|
|
6829
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger
|
|
6830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6831
|
+
|
|
6832
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6833
|
+
end
|
|
6834
|
+
|
|
6835
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopePredicate
|
|
6836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6837
|
+
|
|
6838
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6839
|
+
end
|
|
6840
|
+
|
|
6817
6841
|
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityTraceScope
|
|
6818
6842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6819
6843
|
|
|
@@ -7912,6 +7936,12 @@ module Google
|
|
|
7912
7936
|
include Google::Apis::Core::JsonObjectSupport
|
|
7913
7937
|
end
|
|
7914
7938
|
|
|
7939
|
+
class GoogleCloudAiplatformV1beta1RayClusterAutoscalingSpec
|
|
7940
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7941
|
+
|
|
7942
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7943
|
+
end
|
|
7944
|
+
|
|
7915
7945
|
class GoogleCloudAiplatformV1beta1RayLogsSpec
|
|
7916
7946
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7917
7947
|
|
|
@@ -8770,6 +8800,12 @@ module Google
|
|
|
8770
8800
|
include Google::Apis::Core::JsonObjectSupport
|
|
8771
8801
|
end
|
|
8772
8802
|
|
|
8803
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecShellEnvironment
|
|
8804
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8805
|
+
|
|
8806
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
8807
|
+
end
|
|
8808
|
+
|
|
8773
8809
|
class GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplate
|
|
8774
8810
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8775
8811
|
|
|
@@ -11722,6 +11758,12 @@ module Google
|
|
|
11722
11758
|
include Google::Apis::Core::JsonObjectSupport
|
|
11723
11759
|
end
|
|
11724
11760
|
|
|
11761
|
+
class GoogleCloudAiplatformV1beta1XprofConfig
|
|
11762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
11763
|
+
|
|
11764
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
11765
|
+
end
|
|
11766
|
+
|
|
11725
11767
|
class GoogleCloudAiplatformV1beta1XraiAttribution
|
|
11726
11768
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
11727
11769
|
|
|
@@ -12739,9 +12781,9 @@ module Google
|
|
|
12739
12781
|
|
|
12740
12782
|
property :max_output_tokens, as: 'maxOutputTokens'
|
|
12741
12783
|
property :seed, as: 'seed'
|
|
12742
|
-
collection :speech_config, as: 'speechConfig', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeechConfig, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeechConfig::Representation
|
|
12743
|
-
|
|
12744
12784
|
collection :stop_sequences, as: 'stopSequences'
|
|
12785
|
+
property :structured_speech_config, as: 'structuredSpeechConfig', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeakerConfig, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeakerConfig::Representation
|
|
12786
|
+
|
|
12745
12787
|
property :temperature, as: 'temperature'
|
|
12746
12788
|
property :thinking_level, as: 'thinkingLevel'
|
|
12747
12789
|
property :thinking_summaries, as: 'thinkingSummaries'
|
|
@@ -13039,8 +13081,6 @@ module Google
|
|
|
13039
13081
|
property :system_instruction, as: 'systemInstruction'
|
|
13040
13082
|
collection :tools, as: 'tools', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Tool, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Tool::Representation
|
|
13041
13083
|
|
|
13042
|
-
property :turn_list, as: 'turnList', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TurnList, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1TurnList::Representation
|
|
13043
|
-
|
|
13044
13084
|
property :updated, as: 'updated'
|
|
13045
13085
|
property :usage, as: 'usage', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1InteractionUsage, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1InteractionUsage::Representation
|
|
13046
13086
|
|
|
@@ -13484,6 +13524,14 @@ module Google
|
|
|
13484
13524
|
end
|
|
13485
13525
|
end
|
|
13486
13526
|
|
|
13527
|
+
class GenaiVertexV1beta1SpeakerConfig
|
|
13528
|
+
# @private
|
|
13529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13530
|
+
collection :speakers, as: 'speakers', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeechConfig, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1SpeechConfig::Representation
|
|
13531
|
+
|
|
13532
|
+
end
|
|
13533
|
+
end
|
|
13534
|
+
|
|
13487
13535
|
class GenaiVertexV1beta1SpeechConfig
|
|
13488
13536
|
# @private
|
|
13489
13537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13851,28 +13899,11 @@ module Google
|
|
|
13851
13899
|
collection :custom_vocabulary, as: 'customVocabulary'
|
|
13852
13900
|
property :diarization_mode, as: 'diarizationMode'
|
|
13853
13901
|
collection :language_codes, as: 'languageCodes'
|
|
13902
|
+
property :mode, as: 'mode'
|
|
13854
13903
|
collection :timestamp_granularities, as: 'timestampGranularities'
|
|
13855
13904
|
end
|
|
13856
13905
|
end
|
|
13857
13906
|
|
|
13858
|
-
class GenaiVertexV1beta1Turn
|
|
13859
|
-
# @private
|
|
13860
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13861
|
-
property :content_list, as: 'contentList', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ContentList, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1ContentList::Representation
|
|
13862
|
-
|
|
13863
|
-
property :content_string, as: 'contentString'
|
|
13864
|
-
property :role, as: 'role'
|
|
13865
|
-
end
|
|
13866
|
-
end
|
|
13867
|
-
|
|
13868
|
-
class GenaiVertexV1beta1TurnList
|
|
13869
|
-
# @private
|
|
13870
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13871
|
-
collection :turns, as: 'turns', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Turn, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1Turn::Representation
|
|
13872
|
-
|
|
13873
|
-
end
|
|
13874
|
-
end
|
|
13875
|
-
|
|
13876
13907
|
class GenaiVertexV1beta1UrlCitation
|
|
13877
13908
|
# @private
|
|
13878
13909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14013,11 +14044,31 @@ module Google
|
|
|
14013
14044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14014
14045
|
property :data, :base64 => true, as: 'data'
|
|
14015
14046
|
property :mime_type_string, as: 'mimeTypeString'
|
|
14047
|
+
property :processing_config, as: 'processingConfig', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoContentMediaProcessing, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoContentMediaProcessing::Representation
|
|
14048
|
+
|
|
14049
|
+
property :processing_type, as: 'processingType'
|
|
14016
14050
|
property :resolution, as: 'resolution'
|
|
14017
14051
|
property :uri, as: 'uri'
|
|
14018
14052
|
end
|
|
14019
14053
|
end
|
|
14020
14054
|
|
|
14055
|
+
class GenaiVertexV1beta1VideoContentMediaProcessing
|
|
14056
|
+
# @private
|
|
14057
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14058
|
+
property :static, as: 'static', class: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoContentStaticMediaProcessing, decorator: Google::Apis::AiplatformV1beta1::GenaiVertexV1beta1VideoContentStaticMediaProcessing::Representation
|
|
14059
|
+
|
|
14060
|
+
end
|
|
14061
|
+
end
|
|
14062
|
+
|
|
14063
|
+
class GenaiVertexV1beta1VideoContentStaticMediaProcessing
|
|
14064
|
+
# @private
|
|
14065
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14066
|
+
property :end_offset, as: 'endOffset'
|
|
14067
|
+
property :fps, as: 'fps'
|
|
14068
|
+
property :start_offset, as: 'startOffset'
|
|
14069
|
+
end
|
|
14070
|
+
end
|
|
14071
|
+
|
|
14021
14072
|
class GenaiVertexV1beta1VideoDelta
|
|
14022
14073
|
# @private
|
|
14023
14074
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14035,6 +14086,7 @@ module Google
|
|
|
14035
14086
|
property :delivery, as: 'delivery'
|
|
14036
14087
|
property :duration, as: 'duration'
|
|
14037
14088
|
property :gcs_uri, as: 'gcsUri'
|
|
14089
|
+
property :resolution, as: 'resolution'
|
|
14038
14090
|
end
|
|
14039
14091
|
end
|
|
14040
14092
|
|
|
@@ -14727,6 +14779,7 @@ module Google
|
|
|
14727
14779
|
collection :language_codes, as: 'languageCodes'
|
|
14728
14780
|
property :language_hints, as: 'languageHints', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1AudioTranscriptionConfigLanguageHints::Representation
|
|
14729
14781
|
|
|
14782
|
+
property :mode, as: 'mode'
|
|
14730
14783
|
property :word_timestamp, as: 'wordTimestamp'
|
|
14731
14784
|
end
|
|
14732
14785
|
end
|
|
@@ -23802,6 +23855,8 @@ module Google
|
|
|
23802
23855
|
property :log_view, as: 'logView'
|
|
23803
23856
|
property :open_telemetry, as: 'openTelemetry', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityOpenTelemetry, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityOpenTelemetry::Representation
|
|
23804
23857
|
|
|
23858
|
+
property :session_scope, as: 'sessionScope', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScope, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScope::Representation
|
|
23859
|
+
|
|
23805
23860
|
property :trace_scope, as: 'traceScope', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityTraceScope, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityTraceScope::Representation
|
|
23806
23861
|
|
|
23807
23862
|
property :trace_view, as: 'traceView'
|
|
@@ -23823,6 +23878,43 @@ module Google
|
|
|
23823
23878
|
end
|
|
23824
23879
|
end
|
|
23825
23880
|
|
|
23881
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScope
|
|
23882
|
+
# @private
|
|
23883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23884
|
+
collection :filter, as: 'filter', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopePredicate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopePredicate::Representation
|
|
23885
|
+
|
|
23886
|
+
property :inactivity_trigger, as: 'inactivityTrigger', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger::Representation
|
|
23887
|
+
|
|
23888
|
+
end
|
|
23889
|
+
end
|
|
23890
|
+
|
|
23891
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopeInactivityTrigger
|
|
23892
|
+
# @private
|
|
23893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23894
|
+
property :threshold, as: 'threshold'
|
|
23895
|
+
end
|
|
23896
|
+
end
|
|
23897
|
+
|
|
23898
|
+
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilitySessionScopePredicate
|
|
23899
|
+
# @private
|
|
23900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23901
|
+
property :duration, as: 'duration', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
|
|
23902
|
+
|
|
23903
|
+
property :model_call_errors, as: 'modelCallErrors', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
|
|
23904
|
+
|
|
23905
|
+
property :model_calls, as: 'modelCalls', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
|
|
23906
|
+
|
|
23907
|
+
property :tool_call_errors, as: 'toolCallErrors', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
|
|
23908
|
+
|
|
23909
|
+
property :tool_calls, as: 'toolCalls', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
|
|
23910
|
+
|
|
23911
|
+
property :total_token_usage, as: 'totalTokenUsage', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
|
|
23912
|
+
|
|
23913
|
+
property :user_turns, as: 'userTurns', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityNumericPredicate::Representation
|
|
23914
|
+
|
|
23915
|
+
end
|
|
23916
|
+
end
|
|
23917
|
+
|
|
23826
23918
|
class GoogleCloudAiplatformV1beta1OnlineEvaluatorCloudObservabilityTraceScope
|
|
23827
23919
|
# @private
|
|
23828
23920
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -24051,6 +24143,7 @@ module Google
|
|
|
24051
24143
|
|
|
24052
24144
|
property :inline_data, as: 'inlineData', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1Blob::Representation
|
|
24053
24145
|
|
|
24146
|
+
property :media_processing, as: 'mediaProcessing'
|
|
24054
24147
|
property :media_resolution, as: 'mediaResolution', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartMediaResolution, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1PartMediaResolution::Representation
|
|
24055
24148
|
|
|
24056
24149
|
property :text, as: 'text'
|
|
@@ -25680,6 +25773,14 @@ module Google
|
|
|
25680
25773
|
end
|
|
25681
25774
|
end
|
|
25682
25775
|
|
|
25776
|
+
class GoogleCloudAiplatformV1beta1RayClusterAutoscalingSpec
|
|
25777
|
+
# @private
|
|
25778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
25779
|
+
property :idle_timeout_minutes, :numeric_string => true, as: 'idleTimeoutMinutes'
|
|
25780
|
+
property :upscaling_speed, :numeric_string => true, as: 'upscalingSpeed'
|
|
25781
|
+
end
|
|
25782
|
+
end
|
|
25783
|
+
|
|
25683
25784
|
class GoogleCloudAiplatformV1beta1RayLogsSpec
|
|
25684
25785
|
# @private
|
|
25685
25786
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -25691,6 +25792,7 @@ module Google
|
|
|
25691
25792
|
# @private
|
|
25692
25793
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
25693
25794
|
property :disabled, as: 'disabled'
|
|
25795
|
+
property :enable_usage_stats_collection, as: 'enableUsageStatsCollection'
|
|
25694
25796
|
end
|
|
25695
25797
|
end
|
|
25696
25798
|
|
|
@@ -25701,6 +25803,8 @@ module Google
|
|
|
25701
25803
|
property :image_uri, as: 'imageUri'
|
|
25702
25804
|
collection :nfs_mounts, as: 'nfsMounts', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NfsMount, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1NfsMount::Representation
|
|
25703
25805
|
|
|
25806
|
+
property :ray_cluster_autoscaling_spec, as: 'rayClusterAutoscalingSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayClusterAutoscalingSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayClusterAutoscalingSpec::Representation
|
|
25807
|
+
|
|
25704
25808
|
property :ray_logs_spec, as: 'rayLogsSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayLogsSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayLogsSpec::Representation
|
|
25705
25809
|
|
|
25706
25810
|
property :ray_metric_spec, as: 'rayMetricSpec', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayMetricSpec, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1RayMetricSpec::Representation
|
|
@@ -27007,6 +27111,8 @@ module Google
|
|
|
27007
27111
|
|
|
27008
27112
|
property :computer_use_environment, as: 'computerUseEnvironment', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecComputerUseEnvironment, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecComputerUseEnvironment::Representation
|
|
27009
27113
|
|
|
27114
|
+
property :shell_environment, as: 'shellEnvironment', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecShellEnvironment, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecShellEnvironment::Representation
|
|
27115
|
+
|
|
27010
27116
|
end
|
|
27011
27117
|
end
|
|
27012
27118
|
|
|
@@ -27024,6 +27130,12 @@ module Google
|
|
|
27024
27130
|
end
|
|
27025
27131
|
end
|
|
27026
27132
|
|
|
27133
|
+
class GoogleCloudAiplatformV1beta1SandboxEnvironmentSpecShellEnvironment
|
|
27134
|
+
# @private
|
|
27135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
27136
|
+
end
|
|
27137
|
+
end
|
|
27138
|
+
|
|
27027
27139
|
class GoogleCloudAiplatformV1beta1SandboxEnvironmentTemplate
|
|
27028
27140
|
# @private
|
|
27029
27141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -27965,6 +28077,7 @@ module Google
|
|
|
27965
28077
|
# @private
|
|
27966
28078
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
27967
28079
|
property :code_repository_state, as: 'codeRepositoryState'
|
|
28080
|
+
collection :deployed_regions, as: 'deployedRegions'
|
|
27968
28081
|
property :framework, as: 'framework'
|
|
27969
28082
|
collection :linked_resources, as: 'linkedResources', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource::Representation
|
|
27970
28083
|
|
|
@@ -31909,6 +32022,15 @@ module Google
|
|
|
31909
32022
|
property :subnetwork, as: 'subnetwork'
|
|
31910
32023
|
property :ui_endpoint, as: 'uiEndpoint'
|
|
31911
32024
|
property :update_time, as: 'updateTime'
|
|
32025
|
+
property :xprof_config, as: 'xprofConfig', class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1XprofConfig, decorator: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1XprofConfig::Representation
|
|
32026
|
+
|
|
32027
|
+
end
|
|
32028
|
+
end
|
|
32029
|
+
|
|
32030
|
+
class GoogleCloudAiplatformV1beta1XprofConfig
|
|
32031
|
+
# @private
|
|
32032
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
32033
|
+
property :gcs_bucket_uri, as: 'gcsBucketUri'
|
|
31912
32034
|
end
|
|
31913
32035
|
end
|
|
31914
32036
|
|
|
@@ -6435,12 +6435,12 @@ module Google
|
|
|
6435
6435
|
# Required. The name of the interaction to retrieve. Format: interactions/`
|
|
6436
6436
|
# interaction`
|
|
6437
6437
|
# @param [Boolean] include_input
|
|
6438
|
-
#
|
|
6438
|
+
# If true, includes the input in the response.
|
|
6439
6439
|
# @param [String] last_event_id
|
|
6440
|
-
#
|
|
6441
|
-
#
|
|
6440
|
+
# If set, resumes the interaction stream from the chunk after the event marked
|
|
6441
|
+
# by the event id. Can only be used if `stream` is true.
|
|
6442
6442
|
# @param [Boolean] stream
|
|
6443
|
-
#
|
|
6443
|
+
# If true, streams the interaction events as Server-Sent Events.
|
|
6444
6444
|
# @param [String] fields
|
|
6445
6445
|
# Selector specifying which fields to include in a partial response.
|
|
6446
6446
|
# @param [String] quota_user
|
|
@@ -6477,12 +6477,12 @@ module Google
|
|
|
6477
6477
|
# Required. The name of the interaction to retrieve. Format: interactions/`
|
|
6478
6478
|
# interaction`
|
|
6479
6479
|
# @param [Boolean] include_input
|
|
6480
|
-
#
|
|
6480
|
+
# If true, includes the input in the response.
|
|
6481
6481
|
# @param [String] last_event_id
|
|
6482
|
-
#
|
|
6483
|
-
#
|
|
6482
|
+
# If set, resumes the interaction stream from the chunk after the event marked
|
|
6483
|
+
# by the event id. Can only be used if `stream` is true.
|
|
6484
6484
|
# @param [Boolean] stream
|
|
6485
|
-
#
|
|
6485
|
+
# If true, streams the interaction events as Server-Sent Events.
|
|
6486
6486
|
# @param [String] fields
|
|
6487
6487
|
# Selector specifying which fields to include in a partial response.
|
|
6488
6488
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.88.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-aiplatform_v1beta1/v0.88.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-aiplatform_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|