Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jan 15, 2025
1 parent e43d467 commit d618c3d
Show file tree
Hide file tree
Showing 2,753 changed files with 10,522 additions and 2,424,266 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/aiplatform_v1/services_.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Services for Google Cloud Aiplatform v1 API
feature_registry_service
featurestore_online_serving_service
featurestore_service
gen_ai_cache_service
gen_ai_tuning_service
index_endpoint_service
index_service
Expand Down
20 changes: 20 additions & 0 deletions google/cloud/aiplatform_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
)
from .services.featurestore_service import FeaturestoreServiceClient
from .services.featurestore_service import FeaturestoreServiceAsyncClient
from .services.gen_ai_cache_service import GenAiCacheServiceClient
from .services.gen_ai_cache_service import GenAiCacheServiceAsyncClient
from .services.gen_ai_tuning_service import GenAiTuningServiceClient
from .services.gen_ai_tuning_service import GenAiTuningServiceAsyncClient
from .services.index_endpoint_service import IndexEndpointServiceClient
Expand Down Expand Up @@ -95,6 +97,7 @@
from .types.api_auth import ApiAuth
from .types.artifact import Artifact
from .types.batch_prediction_job import BatchPredictionJob
from .types.cached_content import CachedContent
from .types.completion_stats import CompletionStats
from .types.content import Blob
from .types.content import Candidate
Expand Down Expand Up @@ -449,6 +452,12 @@
from .types.featurestore_service import UpdateFeatureRequest
from .types.featurestore_service import UpdateFeaturestoreOperationMetadata
from .types.featurestore_service import UpdateFeaturestoreRequest
from .types.gen_ai_cache_service import CreateCachedContentRequest
from .types.gen_ai_cache_service import DeleteCachedContentRequest
from .types.gen_ai_cache_service import GetCachedContentRequest
from .types.gen_ai_cache_service import ListCachedContentsRequest
from .types.gen_ai_cache_service import ListCachedContentsResponse
from .types.gen_ai_cache_service import UpdateCachedContentRequest
from .types.genai_tuning_service import CancelTuningJobRequest
from .types.genai_tuning_service import CreateTuningJobRequest
from .types.genai_tuning_service import GetTuningJobRequest
Expand Down Expand Up @@ -897,6 +906,7 @@
from .types.tool import GoogleSearchRetrieval
from .types.tool import RagRetrievalConfig
from .types.tool import Retrieval
from .types.tool import RetrievalConfig
from .types.tool import Tool
from .types.tool import ToolConfig
from .types.tool import VertexAISearch
Expand Down Expand Up @@ -994,6 +1004,7 @@
"FeatureRegistryServiceAsyncClient",
"FeaturestoreOnlineServingServiceAsyncClient",
"FeaturestoreServiceAsyncClient",
"GenAiCacheServiceAsyncClient",
"GenAiTuningServiceAsyncClient",
"IndexEndpointServiceAsyncClient",
"IndexServiceAsyncClient",
Expand Down Expand Up @@ -1071,6 +1082,7 @@
"Blob",
"BlurBaselineConfig",
"BoolArray",
"CachedContent",
"CancelBatchPredictionJobRequest",
"CancelCustomJobRequest",
"CancelDataLabelingJobRequest",
Expand Down Expand Up @@ -1113,6 +1125,7 @@
"CountTokensResponse",
"CreateArtifactRequest",
"CreateBatchPredictionJobRequest",
"CreateCachedContentRequest",
"CreateContextRequest",
"CreateCustomJobRequest",
"CreateDataLabelingJobRequest",
Expand Down Expand Up @@ -1182,6 +1195,7 @@
"DedicatedResources",
"DeleteArtifactRequest",
"DeleteBatchPredictionJobRequest",
"DeleteCachedContentRequest",
"DeleteContextRequest",
"DeleteCustomJobRequest",
"DeleteDataLabelingJobRequest",
Expand Down Expand Up @@ -1336,6 +1350,7 @@
"FunctionResponse",
"GcsDestination",
"GcsSource",
"GenAiCacheServiceClient",
"GenAiTuningServiceClient",
"GenerateContentRequest",
"GenerateContentResponse",
Expand All @@ -1345,6 +1360,7 @@
"GetAnnotationSpecRequest",
"GetArtifactRequest",
"GetBatchPredictionJobRequest",
"GetCachedContentRequest",
"GetContextRequest",
"GetCustomJobRequest",
"GetDataLabelingJobRequest",
Expand Down Expand Up @@ -1434,6 +1450,8 @@
"ListArtifactsResponse",
"ListBatchPredictionJobsRequest",
"ListBatchPredictionJobsResponse",
"ListCachedContentsRequest",
"ListCachedContentsResponse",
"ListContextsRequest",
"ListContextsResponse",
"ListCustomJobsRequest",
Expand Down Expand Up @@ -1710,6 +1728,7 @@
"ResumeModelDeploymentMonitoringJobRequest",
"ResumeScheduleRequest",
"Retrieval",
"RetrievalConfig",
"RetrievalMetadata",
"RetrieveContextsRequest",
"RetrieveContextsResponse",
Expand Down Expand Up @@ -1851,6 +1870,7 @@
"UndeployModelResponse",
"UnmanagedContainerModel",
"UpdateArtifactRequest",
"UpdateCachedContentRequest",
"UpdateContextRequest",
"UpdateDatasetRequest",
"UpdateDatasetVersionRequest",
Expand Down
94 changes: 94 additions & 0 deletions google/cloud/aiplatform_v1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,100 @@
}
}
},
"GenAiCacheService": {
"clients": {
"grpc": {
"libraryClient": "GenAiCacheServiceClient",
"rpcs": {
"CreateCachedContent": {
"methods": [
"create_cached_content"
]
},
"DeleteCachedContent": {
"methods": [
"delete_cached_content"
]
},
"GetCachedContent": {
"methods": [
"get_cached_content"
]
},
"ListCachedContents": {
"methods": [
"list_cached_contents"
]
},
"UpdateCachedContent": {
"methods": [
"update_cached_content"
]
}
}
},
"grpc-async": {
"libraryClient": "GenAiCacheServiceAsyncClient",
"rpcs": {
"CreateCachedContent": {
"methods": [
"create_cached_content"
]
},
"DeleteCachedContent": {
"methods": [
"delete_cached_content"
]
},
"GetCachedContent": {
"methods": [
"get_cached_content"
]
},
"ListCachedContents": {
"methods": [
"list_cached_contents"
]
},
"UpdateCachedContent": {
"methods": [
"update_cached_content"
]
}
}
},
"rest": {
"libraryClient": "GenAiCacheServiceClient",
"rpcs": {
"CreateCachedContent": {
"methods": [
"create_cached_content"
]
},
"DeleteCachedContent": {
"methods": [
"delete_cached_content"
]
},
"GetCachedContent": {
"methods": [
"get_cached_content"
]
},
"ListCachedContents": {
"methods": [
"list_cached_contents"
]
},
"UpdateCachedContent": {
"methods": [
"update_cached_content"
]
}
}
}
}
},
"GenAiTuningService": {
"clients": {
"grpc": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
from .async_client import GenAiCacheServiceAsyncClient

__all__ = (
'GenAiCacheServiceClient',
'GenAiCacheServiceAsyncClient',
"GenAiCacheServiceClient",
"GenAiCacheServiceAsyncClient",
)
Loading

0 comments on commit d618c3d

Please sign in to comment.