google-apis-aiplatform_v1 0.32.0 → 0.34.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.
@@ -718,6 +718,12 @@ module Google
|
|
718
718
|
include Google::Apis::Core::JsonObjectSupport
|
719
719
|
end
|
720
720
|
|
721
|
+
class GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
721
727
|
class GoogleCloudAiplatformV1CreateNotebookRuntimeTemplateOperationMetadata
|
722
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
729
|
|
@@ -1498,6 +1504,12 @@ module Google
|
|
1498
1504
|
include Google::Apis::Core::JsonObjectSupport
|
1499
1505
|
end
|
1500
1506
|
|
1507
|
+
class GoogleCloudAiplatformV1FeatureViewVertexRagSource
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
|
+
|
1510
|
+
include Google::Apis::Core::JsonObjectSupport
|
1511
|
+
end
|
1512
|
+
|
1501
1513
|
class GoogleCloudAiplatformV1Featurestore
|
1502
1514
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
1515
|
|
@@ -3112,6 +3124,12 @@ module Google
|
|
3112
3124
|
include Google::Apis::Core::JsonObjectSupport
|
3113
3125
|
end
|
3114
3126
|
|
3127
|
+
class GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex
|
3128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3129
|
+
|
3130
|
+
include Google::Apis::Core::JsonObjectSupport
|
3131
|
+
end
|
3132
|
+
|
3115
3133
|
class GoogleCloudAiplatformV1PublisherModelCallToActionOpenFineTuningPipelines
|
3116
3134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3117
3135
|
|
@@ -5470,6 +5488,18 @@ module Google
|
|
5470
5488
|
include Google::Apis::Core::JsonObjectSupport
|
5471
5489
|
end
|
5472
5490
|
|
5491
|
+
class GoogleCloudAiplatformV1VertexRagStore
|
5492
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5493
|
+
|
5494
|
+
include Google::Apis::Core::JsonObjectSupport
|
5495
|
+
end
|
5496
|
+
|
5497
|
+
class GoogleCloudAiplatformV1VertexRagStoreRagResource
|
5498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5499
|
+
|
5500
|
+
include Google::Apis::Core::JsonObjectSupport
|
5501
|
+
end
|
5502
|
+
|
5473
5503
|
class GoogleCloudAiplatformV1VideoMetadata
|
5474
5504
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5475
5505
|
|
@@ -6692,6 +6722,16 @@ module Google
|
|
6692
6722
|
end
|
6693
6723
|
end
|
6694
6724
|
|
6725
|
+
class GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest
|
6726
|
+
# @private
|
6727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6728
|
+
property :notebook_execution_job, as: 'notebookExecutionJob', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJob, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1NotebookExecutionJob::Representation
|
6729
|
+
|
6730
|
+
property :notebook_execution_job_id, as: 'notebookExecutionJobId'
|
6731
|
+
property :parent, as: 'parent'
|
6732
|
+
end
|
6733
|
+
end
|
6734
|
+
|
6695
6735
|
class GoogleCloudAiplatformV1CreateNotebookRuntimeTemplateOperationMetadata
|
6696
6736
|
# @private
|
6697
6737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7892,7 +7932,9 @@ module Google
|
|
7892
7932
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7893
7933
|
property :big_query_source, as: 'bigQuerySource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQuerySource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQuerySource::Representation
|
7894
7934
|
|
7935
|
+
property :dense, as: 'dense'
|
7895
7936
|
collection :entity_id_columns, as: 'entityIdColumns'
|
7937
|
+
property :static_data_source, as: 'staticDataSource'
|
7896
7938
|
property :time_series, as: 'timeSeries', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries::Representation
|
7897
7939
|
|
7898
7940
|
end
|
@@ -8074,6 +8116,8 @@ module Google
|
|
8074
8116
|
property :sync_config, as: 'syncConfig', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewSyncConfig, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewSyncConfig::Representation
|
8075
8117
|
|
8076
8118
|
property :update_time, as: 'updateTime'
|
8119
|
+
property :vertex_rag_source, as: 'vertexRagSource', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewVertexRagSource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewVertexRagSource::Representation
|
8120
|
+
|
8077
8121
|
end
|
8078
8122
|
end
|
8079
8123
|
|
@@ -8173,10 +8217,19 @@ module Google
|
|
8173
8217
|
# @private
|
8174
8218
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8175
8219
|
property :row_synced, :numeric_string => true, as: 'rowSynced'
|
8220
|
+
property :system_watermark_time, as: 'systemWatermarkTime'
|
8176
8221
|
property :total_slot, :numeric_string => true, as: 'totalSlot'
|
8177
8222
|
end
|
8178
8223
|
end
|
8179
8224
|
|
8225
|
+
class GoogleCloudAiplatformV1FeatureViewVertexRagSource
|
8226
|
+
# @private
|
8227
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8228
|
+
property :rag_corpus_id, :numeric_string => true, as: 'ragCorpusId'
|
8229
|
+
property :uri, as: 'uri'
|
8230
|
+
end
|
8231
|
+
end
|
8232
|
+
|
8180
8233
|
class GoogleCloudAiplatformV1Featurestore
|
8181
8234
|
# @private
|
8182
8235
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8463,6 +8516,8 @@ module Google
|
|
8463
8516
|
property :name, as: 'name'
|
8464
8517
|
property :parameters, as: 'parameters', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema::Representation
|
8465
8518
|
|
8519
|
+
property :response, as: 'response', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Schema::Representation
|
8520
|
+
|
8466
8521
|
end
|
8467
8522
|
end
|
8468
8523
|
|
@@ -10649,6 +10704,8 @@ module Google
|
|
10649
10704
|
|
10650
10705
|
property :resource_runtime_spec, as: 'resourceRuntimeSpec', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourceRuntimeSpec, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ResourceRuntimeSpec::Representation
|
10651
10706
|
|
10707
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
10708
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10652
10709
|
property :start_time, as: 'startTime'
|
10653
10710
|
property :state, as: 'state'
|
10654
10711
|
property :update_time, as: 'updateTime'
|
@@ -10960,6 +11017,8 @@ module Google
|
|
10960
11017
|
|
10961
11018
|
property :deploy_gke, as: 'deployGke', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployGke::Representation
|
10962
11019
|
|
11020
|
+
property :multi_deploy_vertex, as: 'multiDeployVertex', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex::Representation
|
11021
|
+
|
10963
11022
|
property :open_evaluation_pipeline, as: 'openEvaluationPipeline', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences::Representation
|
10964
11023
|
|
10965
11024
|
property :open_fine_tuning_pipeline, as: 'openFineTuningPipeline', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionRegionalResourceReferences::Representation
|
@@ -11020,6 +11079,14 @@ module Google
|
|
11020
11079
|
end
|
11021
11080
|
end
|
11022
11081
|
|
11082
|
+
class GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex
|
11083
|
+
# @private
|
11084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11085
|
+
collection :multi_deploy_vertex, as: 'multiDeployVertex', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeploy, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1PublisherModelCallToActionDeploy::Representation
|
11086
|
+
|
11087
|
+
end
|
11088
|
+
end
|
11089
|
+
|
11023
11090
|
class GoogleCloudAiplatformV1PublisherModelCallToActionOpenFineTuningPipelines
|
11024
11091
|
# @private
|
11025
11092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11596,6 +11663,8 @@ module Google
|
|
11596
11663
|
property :disable_attribution, as: 'disableAttribution'
|
11597
11664
|
property :vertex_ai_search, as: 'vertexAiSearch', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexAiSearch::Representation
|
11598
11665
|
|
11666
|
+
property :vertex_rag_store, as: 'vertexRagStore', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexRagStore, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexRagStore::Representation
|
11667
|
+
|
11599
11668
|
end
|
11600
11669
|
end
|
11601
11670
|
|
@@ -11754,6 +11823,8 @@ module Google
|
|
11754
11823
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11755
11824
|
property :allow_queueing, as: 'allowQueueing'
|
11756
11825
|
property :catch_up, as: 'catchUp'
|
11826
|
+
property :create_notebook_execution_job_request, as: 'createNotebookExecutionJobRequest', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CreateNotebookExecutionJobRequest::Representation
|
11827
|
+
|
11757
11828
|
property :create_pipeline_job_request, as: 'createPipelineJobRequest', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CreatePipelineJobRequest, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1CreatePipelineJobRequest::Representation
|
11758
11829
|
|
11759
11830
|
property :create_time, as: 'createTime'
|
@@ -11787,6 +11858,7 @@ module Google
|
|
11787
11858
|
# @private
|
11788
11859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11789
11860
|
property :disable_retries, as: 'disableRetries'
|
11861
|
+
property :max_wait_duration, as: 'maxWaitDuration'
|
11790
11862
|
property :restart_job_on_worker_restart, as: 'restartJobOnWorkerRestart'
|
11791
11863
|
property :strategy, as: 'strategy'
|
11792
11864
|
property :timeout, as: 'timeout'
|
@@ -14014,7 +14086,9 @@ module Google
|
|
14014
14086
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14015
14087
|
property :total_billable_character_count, :numeric_string => true, as: 'totalBillableCharacterCount'
|
14016
14088
|
property :total_billable_token_count, :numeric_string => true, as: 'totalBillableTokenCount'
|
14089
|
+
property :total_truncated_example_count, :numeric_string => true, as: 'totalTruncatedExampleCount'
|
14017
14090
|
property :total_tuning_character_count, :numeric_string => true, as: 'totalTuningCharacterCount'
|
14091
|
+
collection :truncated_example_indices, as: 'truncatedExampleIndices'
|
14018
14092
|
property :tuning_dataset_example_count, :numeric_string => true, as: 'tuningDatasetExampleCount'
|
14019
14093
|
property :tuning_step_count, :numeric_string => true, as: 'tuningStepCount'
|
14020
14094
|
collection :user_dataset_examples, as: 'userDatasetExamples', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1Content::Representation
|
@@ -14795,6 +14869,25 @@ module Google
|
|
14795
14869
|
end
|
14796
14870
|
end
|
14797
14871
|
|
14872
|
+
class GoogleCloudAiplatformV1VertexRagStore
|
14873
|
+
# @private
|
14874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14875
|
+
collection :rag_corpora, as: 'ragCorpora'
|
14876
|
+
collection :rag_resources, as: 'ragResources', class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexRagStoreRagResource, decorator: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexRagStoreRagResource::Representation
|
14877
|
+
|
14878
|
+
property :similarity_top_k, as: 'similarityTopK'
|
14879
|
+
property :vector_distance_threshold, as: 'vectorDistanceThreshold'
|
14880
|
+
end
|
14881
|
+
end
|
14882
|
+
|
14883
|
+
class GoogleCloudAiplatformV1VertexRagStoreRagResource
|
14884
|
+
# @private
|
14885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14886
|
+
property :rag_corpus, as: 'ragCorpus'
|
14887
|
+
collection :rag_file_ids, as: 'ragFileIds'
|
14888
|
+
end
|
14889
|
+
end
|
14890
|
+
|
14798
14891
|
class GoogleCloudAiplatformV1VideoMetadata
|
14799
14892
|
# @private
|
14800
14893
|
class Representation < Google::Apis::Core::JsonRepresentation
|