google-apis-aiplatform_v1 0.28.0 → 0.29.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_v1/classes.rb +694 -112
- data/lib/google/apis/aiplatform_v1/gem_version.rb +2 -2
- data/lib/google/apis/aiplatform_v1/representations.rb +269 -49
- data/lib/google/apis/aiplatform_v1/service.rb +216 -10
- metadata +3 -3
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240715"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -712,6 +712,12 @@ module Google
|
|
712
712
|
include Google::Apis::Core::JsonObjectSupport
|
713
713
|
end
|
714
714
|
|
715
|
+
class GoogleCloudAiplatformV1CreateNotebookExecutionJobOperationMetadata
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
715
721
|
class GoogleCloudAiplatformV1CreateNotebookRuntimeTemplateOperationMetadata
|
716
722
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
723
|
|
@@ -1762,12 +1768,36 @@ module Google
|
|
1762
1768
|
include Google::Apis::Core::JsonObjectSupport
|
1763
1769
|
end
|
1764
1770
|
|
1771
|
+
class GoogleCloudAiplatformV1GroundingChunk
|
1772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
|
+
|
1774
|
+
include Google::Apis::Core::JsonObjectSupport
|
1775
|
+
end
|
1776
|
+
|
1777
|
+
class GoogleCloudAiplatformV1GroundingChunkRetrievedContext
|
1778
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1779
|
+
|
1780
|
+
include Google::Apis::Core::JsonObjectSupport
|
1781
|
+
end
|
1782
|
+
|
1783
|
+
class GoogleCloudAiplatformV1GroundingChunkWeb
|
1784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1785
|
+
|
1786
|
+
include Google::Apis::Core::JsonObjectSupport
|
1787
|
+
end
|
1788
|
+
|
1765
1789
|
class GoogleCloudAiplatformV1GroundingMetadata
|
1766
1790
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1767
1791
|
|
1768
1792
|
include Google::Apis::Core::JsonObjectSupport
|
1769
1793
|
end
|
1770
1794
|
|
1795
|
+
class GoogleCloudAiplatformV1GroundingSupport
|
1796
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
|
+
|
1798
|
+
include Google::Apis::Core::JsonObjectSupport
|
1799
|
+
end
|
1800
|
+
|
1771
1801
|
class GoogleCloudAiplatformV1HyperparameterTuningJob
|
1772
1802
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1773
1803
|
|
@@ -2104,6 +2134,12 @@ module Google
|
|
2104
2134
|
include Google::Apis::Core::JsonObjectSupport
|
2105
2135
|
end
|
2106
2136
|
|
2137
|
+
class GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
|
+
|
2140
|
+
include Google::Apis::Core::JsonObjectSupport
|
2141
|
+
end
|
2142
|
+
|
2107
2143
|
class GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse
|
2108
2144
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2109
2145
|
|
@@ -2638,6 +2674,12 @@ module Google
|
|
2638
2674
|
include Google::Apis::Core::JsonObjectSupport
|
2639
2675
|
end
|
2640
2676
|
|
2677
|
+
class GoogleCloudAiplatformV1NearestNeighborQueryNumericFilter
|
2678
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2679
|
+
|
2680
|
+
include Google::Apis::Core::JsonObjectSupport
|
2681
|
+
end
|
2682
|
+
|
2641
2683
|
class GoogleCloudAiplatformV1NearestNeighborQueryParameters
|
2642
2684
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
2685
|
|
@@ -2704,6 +2746,30 @@ module Google
|
|
2704
2746
|
include Google::Apis::Core::JsonObjectSupport
|
2705
2747
|
end
|
2706
2748
|
|
2749
|
+
class GoogleCloudAiplatformV1NotebookExecutionJob
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2751
|
+
|
2752
|
+
include Google::Apis::Core::JsonObjectSupport
|
2753
|
+
end
|
2754
|
+
|
2755
|
+
class GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource
|
2756
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2757
|
+
|
2758
|
+
include Google::Apis::Core::JsonObjectSupport
|
2759
|
+
end
|
2760
|
+
|
2761
|
+
class GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource
|
2762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2763
|
+
|
2764
|
+
include Google::Apis::Core::JsonObjectSupport
|
2765
|
+
end
|
2766
|
+
|
2767
|
+
class GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource
|
2768
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2769
|
+
|
2770
|
+
include Google::Apis::Core::JsonObjectSupport
|
2771
|
+
end
|
2772
|
+
|
2707
2773
|
class GoogleCloudAiplatformV1NotebookIdleShutdownConfig
|
2708
2774
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2709
2775
|
|
@@ -2944,6 +3010,12 @@ module Google
|
|
2944
3010
|
include Google::Apis::Core::JsonObjectSupport
|
2945
3011
|
end
|
2946
3012
|
|
3013
|
+
class GoogleCloudAiplatformV1PscInterfaceConfig
|
3014
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
|
+
|
3016
|
+
include Google::Apis::Core::JsonObjectSupport
|
3017
|
+
end
|
3018
|
+
|
2947
3019
|
class GoogleCloudAiplatformV1PublisherModel
|
2948
3020
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2949
3021
|
|
@@ -2962,6 +3034,12 @@ module Google
|
|
2962
3034
|
include Google::Apis::Core::JsonObjectSupport
|
2963
3035
|
end
|
2964
3036
|
|
3037
|
+
class GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata
|
3038
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
|
+
|
3040
|
+
include Google::Apis::Core::JsonObjectSupport
|
3041
|
+
end
|
3042
|
+
|
2965
3043
|
class GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke
|
2966
3044
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2967
3045
|
|
@@ -3172,6 +3250,12 @@ module Google
|
|
3172
3250
|
include Google::Apis::Core::JsonObjectSupport
|
3173
3251
|
end
|
3174
3252
|
|
3253
|
+
class GoogleCloudAiplatformV1RayLogsSpec
|
3254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3255
|
+
|
3256
|
+
include Google::Apis::Core::JsonObjectSupport
|
3257
|
+
end
|
3258
|
+
|
3175
3259
|
class GoogleCloudAiplatformV1RayMetricSpec
|
3176
3260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3177
3261
|
|
@@ -4522,6 +4606,12 @@ module Google
|
|
4522
4606
|
include Google::Apis::Core::JsonObjectSupport
|
4523
4607
|
end
|
4524
4608
|
|
4609
|
+
class GoogleCloudAiplatformV1Segment
|
4610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4611
|
+
|
4612
|
+
include Google::Apis::Core::JsonObjectSupport
|
4613
|
+
end
|
4614
|
+
|
4525
4615
|
class GoogleCloudAiplatformV1ServiceAccountSpec
|
4526
4616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4527
4617
|
|
@@ -5458,24 +5548,6 @@ module Google
|
|
5458
5548
|
include Google::Apis::Core::JsonObjectSupport
|
5459
5549
|
end
|
5460
5550
|
|
5461
|
-
class IntelligenceCloudAutomlXpsMetricEntry
|
5462
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5463
|
-
|
5464
|
-
include Google::Apis::Core::JsonObjectSupport
|
5465
|
-
end
|
5466
|
-
|
5467
|
-
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
5468
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5469
|
-
|
5470
|
-
include Google::Apis::Core::JsonObjectSupport
|
5471
|
-
end
|
5472
|
-
|
5473
|
-
class IntelligenceCloudAutomlXpsReportingMetrics
|
5474
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5475
|
-
|
5476
|
-
include Google::Apis::Core::JsonObjectSupport
|
5477
|
-
end
|
5478
|
-
|
5479
5551
|
class CloudAiLargeModelsVisionGenerateVideoResponse
|
5480
5552
|
# @private
|
5481
5553
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5483,8 +5555,6 @@ module Google
|
|
5483
5555
|
|
5484
5556
|
property :rai_media_filtered_count, as: 'raiMediaFilteredCount'
|
5485
5557
|
collection :rai_media_filtered_reasons, as: 'raiMediaFilteredReasons'
|
5486
|
-
property :reporting_metrics, as: 'reportingMetrics', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsReportingMetrics::Representation
|
5487
|
-
|
5488
5558
|
end
|
5489
5559
|
end
|
5490
5560
|
|
@@ -6113,6 +6183,7 @@ module Google
|
|
6113
6183
|
class GoogleCloudAiplatformV1BleuSpec
|
6114
6184
|
# @private
|
6115
6185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6186
|
+
property :use_effective_order, as: 'useEffectiveOrder'
|
6116
6187
|
end
|
6117
6188
|
end
|
6118
6189
|
|
@@ -6200,6 +6271,7 @@ module Google
|
|
6200
6271
|
property :index, as: 'index'
|
6201
6272
|
collection :safety_ratings, as: 'safetyRatings', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SafetyRating::Representation
|
6202
6273
|
|
6274
|
+
property :score, as: 'score'
|
6203
6275
|
end
|
6204
6276
|
end
|
6205
6277
|
|
@@ -6303,7 +6375,10 @@ module Google
|
|
6303
6375
|
class GoogleCloudAiplatformV1ComputeTokensRequest
|
6304
6376
|
# @private
|
6305
6377
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6378
|
+
collection :contents, as: 'contents', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
6379
|
+
|
6306
6380
|
collection :instances, as: 'instances'
|
6381
|
+
property :model, as: 'model'
|
6307
6382
|
end
|
6308
6383
|
end
|
6309
6384
|
|
@@ -6393,6 +6468,10 @@ module Google
|
|
6393
6468
|
|
6394
6469
|
collection :instances, as: 'instances'
|
6395
6470
|
property :model, as: 'model'
|
6471
|
+
property :system_instruction, as: 'systemInstruction', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
6472
|
+
|
6473
|
+
collection :tools, as: 'tools', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tool, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Tool::Representation
|
6474
|
+
|
6396
6475
|
end
|
6397
6476
|
end
|
6398
6477
|
|
@@ -6529,6 +6608,15 @@ module Google
|
|
6529
6608
|
end
|
6530
6609
|
end
|
6531
6610
|
|
6611
|
+
class GoogleCloudAiplatformV1CreateNotebookExecutionJobOperationMetadata
|
6612
|
+
# @private
|
6613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6614
|
+
property :generic_metadata, as: 'genericMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GenericOperationMetadata::Representation
|
6615
|
+
|
6616
|
+
property :progress_message, as: 'progressMessage'
|
6617
|
+
end
|
6618
|
+
end
|
6619
|
+
|
6532
6620
|
class GoogleCloudAiplatformV1CreateNotebookRuntimeTemplateOperationMetadata
|
6533
6621
|
# @private
|
6534
6622
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7051,6 +7139,8 @@ module Google
|
|
7051
7139
|
# @private
|
7052
7140
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7053
7141
|
property :create_time, as: 'createTime'
|
7142
|
+
property :dedicated_endpoint_dns, as: 'dedicatedEndpointDns'
|
7143
|
+
property :dedicated_endpoint_enabled, as: 'dedicatedEndpointEnabled'
|
7054
7144
|
collection :deployed_models, as: 'deployedModels', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModel, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModel::Representation
|
7055
7145
|
|
7056
7146
|
property :description, as: 'description'
|
@@ -7773,7 +7863,10 @@ module Google
|
|
7773
7863
|
class GoogleCloudAiplatformV1FeatureOnlineStoreDedicatedServingEndpoint
|
7774
7864
|
# @private
|
7775
7865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7866
|
+
property :private_service_connect_config, as: 'privateServiceConnectConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PrivateServiceConnectConfig::Representation
|
7867
|
+
|
7776
7868
|
property :public_endpoint_domain_name, as: 'publicEndpointDomainName'
|
7869
|
+
property :service_attachment, as: 'serviceAttachment'
|
7777
7870
|
end
|
7778
7871
|
end
|
7779
7872
|
|
@@ -8403,15 +8496,55 @@ module Google
|
|
8403
8496
|
end
|
8404
8497
|
end
|
8405
8498
|
|
8499
|
+
class GoogleCloudAiplatformV1GroundingChunk
|
8500
|
+
# @private
|
8501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8502
|
+
property :retrieved_context, as: 'retrievedContext', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkRetrievedContext, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkRetrievedContext::Representation
|
8503
|
+
|
8504
|
+
property :web, as: 'web', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkWeb, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunkWeb::Representation
|
8505
|
+
|
8506
|
+
end
|
8507
|
+
end
|
8508
|
+
|
8509
|
+
class GoogleCloudAiplatformV1GroundingChunkRetrievedContext
|
8510
|
+
# @private
|
8511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8512
|
+
property :title, as: 'title'
|
8513
|
+
property :uri, as: 'uri'
|
8514
|
+
end
|
8515
|
+
end
|
8516
|
+
|
8517
|
+
class GoogleCloudAiplatformV1GroundingChunkWeb
|
8518
|
+
# @private
|
8519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8520
|
+
property :title, as: 'title'
|
8521
|
+
property :uri, as: 'uri'
|
8522
|
+
end
|
8523
|
+
end
|
8524
|
+
|
8406
8525
|
class GoogleCloudAiplatformV1GroundingMetadata
|
8407
8526
|
# @private
|
8408
8527
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8528
|
+
collection :grounding_chunks, as: 'groundingChunks', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunk, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingChunk::Representation
|
8529
|
+
|
8530
|
+
collection :grounding_supports, as: 'groundingSupports', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingSupport, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1GroundingSupport::Representation
|
8531
|
+
|
8409
8532
|
property :search_entry_point, as: 'searchEntryPoint', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SearchEntryPoint, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SearchEntryPoint::Representation
|
8410
8533
|
|
8411
8534
|
collection :web_search_queries, as: 'webSearchQueries'
|
8412
8535
|
end
|
8413
8536
|
end
|
8414
8537
|
|
8538
|
+
class GoogleCloudAiplatformV1GroundingSupport
|
8539
|
+
# @private
|
8540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8541
|
+
collection :confidence_scores, as: 'confidenceScores'
|
8542
|
+
collection :grounding_chunk_indices, as: 'groundingChunkIndices'
|
8543
|
+
property :segment, as: 'segment', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Segment, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Segment::Representation
|
8544
|
+
|
8545
|
+
end
|
8546
|
+
end
|
8547
|
+
|
8415
8548
|
class GoogleCloudAiplatformV1HyperparameterTuningJob
|
8416
8549
|
# @private
|
8417
8550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8995,6 +9128,15 @@ module Google
|
|
8995
9128
|
end
|
8996
9129
|
end
|
8997
9130
|
|
9131
|
+
class GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse
|
9132
|
+
# @private
|
9133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9134
|
+
property :next_page_token, as: 'nextPageToken'
|
9135
|
+
collection :notebook_execution_jobs, as: 'notebookExecutionJobs', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJob::Representation
|
9136
|
+
|
9137
|
+
end
|
9138
|
+
end
|
9139
|
+
|
8998
9140
|
class GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse
|
8999
9141
|
# @private
|
9000
9142
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9391,6 +9533,8 @@ module Google
|
|
9391
9533
|
property :pipeline_job, as: 'pipelineJob'
|
9392
9534
|
property :predict_schemata, as: 'predictSchemata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredictSchemata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PredictSchemata::Representation
|
9393
9535
|
|
9536
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
9537
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
9394
9538
|
collection :supported_deployment_resources_types, as: 'supportedDeploymentResourcesTypes'
|
9395
9539
|
collection :supported_export_formats, as: 'supportedExportFormats', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelExportFormat, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ModelExportFormat::Representation
|
9396
9540
|
|
@@ -9930,6 +10074,8 @@ module Google
|
|
9930
10074
|
|
9931
10075
|
property :entity_id, as: 'entityId'
|
9932
10076
|
property :neighbor_count, as: 'neighborCount'
|
10077
|
+
collection :numeric_filters, as: 'numericFilters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NearestNeighborQueryNumericFilter, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NearestNeighborQueryNumericFilter::Representation
|
10078
|
+
|
9933
10079
|
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NearestNeighborQueryParameters, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NearestNeighborQueryParameters::Representation
|
9934
10080
|
|
9935
10081
|
property :per_crowding_attribute_neighbor_count, as: 'perCrowdingAttributeNeighborCount'
|
@@ -9945,6 +10091,17 @@ module Google
|
|
9945
10091
|
end
|
9946
10092
|
end
|
9947
10093
|
|
10094
|
+
class GoogleCloudAiplatformV1NearestNeighborQueryNumericFilter
|
10095
|
+
# @private
|
10096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10097
|
+
property :name, as: 'name'
|
10098
|
+
property :op, as: 'op'
|
10099
|
+
property :value_double, as: 'valueDouble'
|
10100
|
+
property :value_float, as: 'valueFloat'
|
10101
|
+
property :value_int, :numeric_string => true, as: 'valueInt'
|
10102
|
+
end
|
10103
|
+
end
|
10104
|
+
|
9948
10105
|
class GoogleCloudAiplatformV1NearestNeighborQueryParameters
|
9949
10106
|
# @private
|
9950
10107
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10047,6 +10204,55 @@ module Google
|
|
10047
10204
|
end
|
10048
10205
|
end
|
10049
10206
|
|
10207
|
+
class GoogleCloudAiplatformV1NotebookExecutionJob
|
10208
|
+
# @private
|
10209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10210
|
+
property :create_time, as: 'createTime'
|
10211
|
+
property :dataform_repository_source, as: 'dataformRepositorySource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource::Representation
|
10212
|
+
|
10213
|
+
property :direct_notebook_source, as: 'directNotebookSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource::Representation
|
10214
|
+
|
10215
|
+
property :display_name, as: 'displayName'
|
10216
|
+
property :execution_timeout, as: 'executionTimeout'
|
10217
|
+
property :execution_user, as: 'executionUser'
|
10218
|
+
property :gcs_notebook_source, as: 'gcsNotebookSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource::Representation
|
10219
|
+
|
10220
|
+
property :gcs_output_uri, as: 'gcsOutputUri'
|
10221
|
+
property :job_state, as: 'jobState'
|
10222
|
+
hash :labels, as: 'labels'
|
10223
|
+
property :name, as: 'name'
|
10224
|
+
property :notebook_runtime_template_resource_name, as: 'notebookRuntimeTemplateResourceName'
|
10225
|
+
property :schedule_resource_name, as: 'scheduleResourceName'
|
10226
|
+
property :service_account, as: 'serviceAccount'
|
10227
|
+
property :status, as: 'status', class: Google::Apis::AiplatformV1::GoogleRpcStatus, decorator: Google::Apis::AiplatformV1::GoogleRpcStatus::Representation
|
10228
|
+
|
10229
|
+
property :update_time, as: 'updateTime'
|
10230
|
+
end
|
10231
|
+
end
|
10232
|
+
|
10233
|
+
class GoogleCloudAiplatformV1NotebookExecutionJobDataformRepositorySource
|
10234
|
+
# @private
|
10235
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10236
|
+
property :commit_sha, as: 'commitSha'
|
10237
|
+
property :dataform_repository_resource_name, as: 'dataformRepositoryResourceName'
|
10238
|
+
end
|
10239
|
+
end
|
10240
|
+
|
10241
|
+
class GoogleCloudAiplatformV1NotebookExecutionJobDirectNotebookSource
|
10242
|
+
# @private
|
10243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10244
|
+
property :content, :base64 => true, as: 'content'
|
10245
|
+
end
|
10246
|
+
end
|
10247
|
+
|
10248
|
+
class GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource
|
10249
|
+
# @private
|
10250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10251
|
+
property :generation, as: 'generation'
|
10252
|
+
property :uri, as: 'uri'
|
10253
|
+
end
|
10254
|
+
end
|
10255
|
+
|
10050
10256
|
class GoogleCloudAiplatformV1NotebookIdleShutdownConfig
|
10051
10257
|
# @private
|
10052
10258
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10248,6 +10454,8 @@ module Google
|
|
10248
10454
|
hash :labels, as: 'labels'
|
10249
10455
|
property :name, as: 'name'
|
10250
10456
|
property :network, as: 'network'
|
10457
|
+
property :psc_interface_config, as: 'pscInterfaceConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscInterfaceConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PscInterfaceConfig::Representation
|
10458
|
+
|
10251
10459
|
collection :reserved_ip_ranges, as: 'reservedIpRanges'
|
10252
10460
|
collection :resource_pools, as: 'resourcePools', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourcePool, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourcePool::Representation
|
10253
10461
|
|
@@ -10507,6 +10715,13 @@ module Google
|
|
10507
10715
|
end
|
10508
10716
|
end
|
10509
10717
|
|
10718
|
+
class GoogleCloudAiplatformV1PscInterfaceConfig
|
10719
|
+
# @private
|
10720
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10721
|
+
property :network_attachment, as: 'networkAttachment'
|
10722
|
+
end
|
10723
|
+
end
|
10724
|
+
|
10510
10725
|
class GoogleCloudAiplatformV1PublisherModel
|
10511
10726
|
# @private
|
10512
10727
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10566,6 +10781,8 @@ module Google
|
|
10566
10781
|
|
10567
10782
|
property :dedicated_resources, as: 'dedicatedResources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DedicatedResources, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DedicatedResources::Representation
|
10568
10783
|
|
10784
|
+
property :deploy_metadata, as: 'deployMetadata', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata::Representation
|
10785
|
+
|
10569
10786
|
property :deploy_task_name, as: 'deployTaskName'
|
10570
10787
|
property :large_model_reference, as: 'largeModelReference', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1LargeModelReference, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1LargeModelReference::Representation
|
10571
10788
|
|
@@ -10576,6 +10793,13 @@ module Google
|
|
10576
10793
|
end
|
10577
10794
|
end
|
10578
10795
|
|
10796
|
+
class GoogleCloudAiplatformV1PublisherModelCallToActionDeployDeployMetadata
|
10797
|
+
# @private
|
10798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10799
|
+
hash :labels, as: 'labels'
|
10800
|
+
end
|
10801
|
+
end
|
10802
|
+
|
10579
10803
|
class GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke
|
10580
10804
|
# @private
|
10581
10805
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10891,6 +11115,13 @@ module Google
|
|
10891
11115
|
end
|
10892
11116
|
end
|
10893
11117
|
|
11118
|
+
class GoogleCloudAiplatformV1RayLogsSpec
|
11119
|
+
# @private
|
11120
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11121
|
+
property :disabled, as: 'disabled'
|
11122
|
+
end
|
11123
|
+
end
|
11124
|
+
|
10894
11125
|
class GoogleCloudAiplatformV1RayMetricSpec
|
10895
11126
|
# @private
|
10896
11127
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10903,6 +11134,8 @@ module Google
|
|
10903
11134
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10904
11135
|
property :head_node_resource_pool_id, as: 'headNodeResourcePoolId'
|
10905
11136
|
property :image_uri, as: 'imageUri'
|
11137
|
+
property :ray_logs_spec, as: 'rayLogsSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayLogsSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayLogsSpec::Representation
|
11138
|
+
|
10906
11139
|
property :ray_metric_spec, as: 'rayMetricSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayMetricSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1RayMetricSpec::Representation
|
10907
11140
|
|
10908
11141
|
hash :resource_pool_images, as: 'resourcePoolImages'
|
@@ -11333,6 +11566,7 @@ module Google
|
|
11333
11566
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11334
11567
|
property :disable_retries, as: 'disableRetries'
|
11335
11568
|
property :restart_job_on_worker_restart, as: 'restartJobOnWorkerRestart'
|
11569
|
+
property :strategy, as: 'strategy'
|
11336
11570
|
property :timeout, as: 'timeout'
|
11337
11571
|
end
|
11338
11572
|
end
|
@@ -13076,6 +13310,16 @@ module Google
|
|
13076
13310
|
end
|
13077
13311
|
end
|
13078
13312
|
|
13313
|
+
class GoogleCloudAiplatformV1Segment
|
13314
|
+
# @private
|
13315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13316
|
+
property :end_index, as: 'endIndex'
|
13317
|
+
property :part_index, as: 'partIndex'
|
13318
|
+
property :start_index, as: 'startIndex'
|
13319
|
+
property :text, as: 'text'
|
13320
|
+
end
|
13321
|
+
end
|
13322
|
+
|
13079
13323
|
class GoogleCloudAiplatformV1ServiceAccountSpec
|
13080
13324
|
# @private
|
13081
13325
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13547,6 +13791,7 @@ module Google
|
|
13547
13791
|
# @private
|
13548
13792
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13549
13793
|
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
13794
|
+
property :total_billable_token_count, :numeric_string => true, as: 'totalBillableTokenCount'
|
13550
13795
|
property :total_tuning_character_count, :numeric_string => true, as: 'totalTuningCharacterCount'
|
13551
13796
|
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
13552
13797
|
property :tuning_step_count, :numeric_string => true, as: 'tuningStepCount'
|
@@ -13564,6 +13809,7 @@ module Google
|
|
13564
13809
|
class GoogleCloudAiplatformV1SupervisedTuningDatasetDistribution
|
13565
13810
|
# @private
|
13566
13811
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13812
|
+
property :billable_sum, :numeric_string => true, as: 'billableSum'
|
13567
13813
|
collection :buckets, as: 'buckets', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1SupervisedTuningDatasetDistributionDatasetBucket::Representation
|
13568
13814
|
|
13569
13815
|
property :max, as: 'max'
|
@@ -13652,6 +13898,8 @@ module Google
|
|
13652
13898
|
hash :labels, as: 'labels'
|
13653
13899
|
property :name, as: 'name'
|
13654
13900
|
property :run_count, as: 'runCount'
|
13901
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
13902
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
13655
13903
|
property :update_time, as: 'updateTime'
|
13656
13904
|
end
|
13657
13905
|
end
|
@@ -13777,6 +14025,7 @@ module Google
|
|
13777
14025
|
class GoogleCloudAiplatformV1TokensInfo
|
13778
14026
|
# @private
|
13779
14027
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14028
|
+
property :role, as: 'role'
|
13780
14029
|
collection :token_ids, as: 'tokenIds'
|
13781
14030
|
collection :tokens, as: 'tokens'
|
13782
14031
|
end
|
@@ -14548,35 +14797,6 @@ module Google
|
|
14548
14797
|
property :units, :numeric_string => true, as: 'units'
|
14549
14798
|
end
|
14550
14799
|
end
|
14551
|
-
|
14552
|
-
class IntelligenceCloudAutomlXpsMetricEntry
|
14553
|
-
# @private
|
14554
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
14555
|
-
property :argentum_metric_id, as: 'argentumMetricId'
|
14556
|
-
property :double_value, as: 'doubleValue'
|
14557
|
-
property :int64_value, :numeric_string => true, as: 'int64Value'
|
14558
|
-
property :metric_name, as: 'metricName'
|
14559
|
-
collection :system_labels, as: 'systemLabels', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntryLabel::Representation
|
14560
|
-
|
14561
|
-
end
|
14562
|
-
end
|
14563
|
-
|
14564
|
-
class IntelligenceCloudAutomlXpsMetricEntryLabel
|
14565
|
-
# @private
|
14566
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
14567
|
-
property :label_name, as: 'labelName'
|
14568
|
-
property :label_value, as: 'labelValue'
|
14569
|
-
end
|
14570
|
-
end
|
14571
|
-
|
14572
|
-
class IntelligenceCloudAutomlXpsReportingMetrics
|
14573
|
-
# @private
|
14574
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
14575
|
-
property :effective_training_duration, as: 'effectiveTrainingDuration'
|
14576
|
-
collection :metric_entries, as: 'metricEntries', class: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry, decorator: Google::Apis::AiplatformV1::IntelligenceCloudAutomlXpsMetricEntry::Representation
|
14577
|
-
|
14578
|
-
end
|
14579
|
-
end
|
14580
14800
|
end
|
14581
14801
|
end
|
14582
14802
|
end
|