[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Google.Cloud.AIPlatform.V1 version 2.28.0 #12729

Merged
merged 1 commit into from
May 8, 2024

Conversation

jskeet
Copy link
Collaborator
@jskeet jskeet commented May 8, 2024

Changes in this release:

New features

  • A new value TPU_V5_LITEPOD is added to enum AcceleratorType (commit 988b653)
  • A new field search_entry_point is added to message .google.cloud.aiplatform.v1.GroundingMetadata (commit 988b653)
  • A new message SearchEntryPoint is added (commit 988b653)
  • A new field private_service_connect_config is added to message .google.cloud.aiplatform.v1.Endpoint (commit 988b653)
  • A new value INVALID_TOKEN_VALUE is added to enum RecordErrorType (commit 988b653)
  • A new field deploy_task_name is added to message .google.cloud.aiplatform.v1.PublisherModel (commit 988b653)
  • Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)

Documentation improvements

  • A comment for field parent in message .google.cloud.aiplatform.v1.CreateFeatureGroupRequest is changed (commit 988b653)
  • A comment for field name in message .google.cloud.aiplatform.v1.NotebookRuntimeTemplate is changed (commit 988b653)
  • A comment for field base_model in message .google.cloud.aiplatform.v1.TuningJob is changed (commit 988b653)
  • A comment for field tuned_model_display_name in message .google.cloud.aiplatform.v1.TuningJob is changed (commit 988b653)
  • A comment for field epoch_count in message .google.cloud.aiplatform.v1.SupervisedHyperParameters is changed (commit 988b653)
  • A comment for field learning_rate_multiplier in message .google.cloud.aiplatform.v1.SupervisedHyperParameters is changed (commit 988b653)
  • A comment for field training_dataset_uri in message .google.cloud.aiplatform.v1.SupervisedTuningSpec is changed (commit 988b653)
  • A comment for field validation_dataset_uri in message .google.cloud.aiplatform.v1.SupervisedTuningSpec is changed (commit 988b653)

Changes in this release:

### New features

- A new value `TPU_V5_LITEPOD` is added to enum `AcceleratorType` ([commit 988b653](988b653))
- A new field `search_entry_point` is added to message `.google.cloud.aiplatform.v1.GroundingMetadata` ([commit 988b653](988b653))
- A new message `SearchEntryPoint` is added ([commit 988b653](988b653))
- A new field `private_service_connect_config` is added to message `.google.cloud.aiplatform.v1.Endpoint` ([commit 988b653](988b653))
- A new value `INVALID_TOKEN_VALUE` is added to enum `RecordErrorType` ([commit 988b653](988b653))
- A new field `deploy_task_name` is added to message `.google.cloud.aiplatform.v1.PublisherModel` ([commit 988b653](988b653))
- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](022fab2))

### Documentation improvements

- A comment for field `parent` in message `.google.cloud.aiplatform.v1.CreateFeatureGroupRequest` is changed ([commit 988b653](988b653))
- A comment for field `name` in message `.google.cloud.aiplatform.v1.NotebookRuntimeTemplate` is changed ([commit 988b653](988b653))
- A comment for field `base_model` in message `.google.cloud.aiplatform.v1.TuningJob` is changed ([commit 988b653](988b653))
- A comment for field `tuned_model_display_name` in message `.google.cloud.aiplatform.v1.TuningJob` is changed ([commit 988b653](988b653))
- A comment for field `epoch_count` in message `.google.cloud.aiplatform.v1.SupervisedHyperParameters` is changed ([commit 988b653](988b653))
- A comment for field `learning_rate_multiplier` in message `.google.cloud.aiplatform.v1.SupervisedHyperParameters` is changed ([commit 988b653](988b653))
- A comment for field `training_dataset_uri` in message `.google.cloud.aiplatform.v1.SupervisedTuningSpec` is changed ([commit 988b653](988b653))
- A comment for field `validation_dataset_uri` in message `.google.cloud.aiplatform.v1.SupervisedTuningSpec` is changed ([commit 988b653](988b653))
@jskeet jskeet requested a review from a team as a code owner May 8, 2024 15:35
@jskeet jskeet added autorelease: pending automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit labels May 8, 2024
Copy link
github-actions bot commented May 8, 2024

Pull request diff results
Finding changes in Google.Cloud.AIPlatform.V1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.AIPlatform.V1 version 2.28.0
Differences from 2.27.0
Minor changes:
Enum 'AcceleratorType' entry 'TpuV5Litepod' added.
Class 'Endpoint'; property 'PrivateServiceConnectConfig PrivateServiceConnectConfig { get; set; }' added.
Class 'Endpoint'; constant 'System.Int32 Google.Cloud.AIPlatform.V1.Endpoint::PrivateServiceConnectConfigFieldNumber' added.
Class 'GroundingMetadata'; property 'SearchEntryPoint SearchEntryPoint { get; set; }' added.
Class 'GroundingMetadata'; constant 'System.Int32 Google.Cloud.AIPlatform.V1.GroundingMetadata::SearchEntryPointFieldNumber' added.
Enum 'NearestNeighborSearchOperationMetadata.Types.RecordError.Types.RecordErrorType' entry 'InvalidTokenValue' added.
Class 'PublisherModel.Types.CallToAction.Types.Deploy'; method 'void ClearDeployTaskName()' added.
Class 'PublisherModel.Types.CallToAction.Types.Deploy'; property 'Boolean HasDeployTaskName { get; }' added.
Class 'PublisherModel.Types.CallToAction.Types.Deploy'; property 'String DeployTaskName { get; set; }' added.
Class 'PublisherModel.Types.CallToAction.Types.Deploy'; constant 'System.Int32 Google.Cloud.AIPlatform.V1.PublisherModel/Types/CallToAction/Types/Deploy::DeployTaskNameFieldNumber' added.
Class 'SearchEntryPoint' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddDatasetServiceClient(IServiceCollection services, Action<IServiceProvider, DatasetServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddDeploymentResourcePoolServiceClient(IServiceCollection services, Action<IServiceProvider, DeploymentResourcePoolServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddEndpointServiceClient(IServiceCollection services, Action<IServiceProvider, EndpointServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddFeatureOnlineStoreAdminServiceClient(IServiceCollection services, Action<IServiceProvider, FeatureOnlineStoreAdminServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddFeatureOnlineStoreServiceClient(IServiceCollection services, Action<IServiceProvider, FeatureOnlineStoreServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddFeatureRegistryServiceClient(IServiceCollection services, Action<IServiceProvider, FeatureRegistryServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddFeaturestoreOnlineServingServiceClient(IServiceCollection services, Action<IServiceProvider, FeaturestoreOnlineServingServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddFeaturestoreServiceClient(IServiceCollection services, Action<IServiceProvider, FeaturestoreServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddGenAiTuningServiceClient(IServiceCollection services, Action<IServiceProvider, GenAiTuningServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddIndexEndpointServiceClient(IServiceCollection services, Action<IServiceProvider, IndexEndpointServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddIndexServiceClient(IServiceCollection services, Action<IServiceProvider, IndexServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddJobServiceClient(IServiceCollection services, Action<IServiceProvider, JobServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddLlmUtilityServiceClient(IServiceCollection services, Action<IServiceProvider, LlmUtilityServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddMatchServiceClient(IServiceCollection services, Action<IServiceProvider, MatchServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddMetadataServiceClient(IServiceCollection services, Action<IServiceProvider, MetadataServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddMigrationServiceClient(IServiceCollection services, Action<IServiceProvider, MigrationServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddModelGardenServiceClient(IServiceCollection services, Action<IServiceProvider, ModelGardenServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddModelServiceClient(IServiceCollection services, Action<IServiceProvider, ModelServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddNotebookServiceClient(IServiceCollection services, Action<IServiceProvider, NotebookServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddPersistentResourceServiceClient(IServiceCollection services, Action<IServiceProvider, PersistentResourceServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddPipelineServiceClient(IServiceCollection services, Action<IServiceProvider, PipelineServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddPredictionServiceClient(IServiceCollection services, Action<IServiceProvider, PredictionServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddScheduleServiceClient(IServiceCollection services, Action<IServiceProvider, ScheduleServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddSpecialistPoolServiceClient(IServiceCollection services, Action<IServiceProvider, SpecialistPoolServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddTensorboardServiceClient(IServiceCollection services, Action<IServiceProvider, TensorboardServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddVizierServiceClient(IServiceCollection services, Action<IServiceProvider, VizierServiceClientBuilder> action)' added.

Diff level: Minor

Finished comparisons for Google.Cloud.AIPlatform.V1

@gcf-merge-on-green gcf-merge-on-green bot merged commit 3492267 into main May 8, 2024
11 of 12 checks passed
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-pr-20240508T153458Z branch May 8, 2024 16:46
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label May 8, 2024
@yoshi-automation
Copy link
Contributor
  • Created release for Google.Cloud.AIPlatform.V1-2.28.0

Copy link

The release build has started; the log can be viewed here.

Copy link

Release build succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants