public static interface UpdateFeatureGroupRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateFeatureGroupRequest.Builder,UpdateFeatureGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFeatureGroupRequest.Builder |
featureAdditions(Collection<FeatureDefinition> featureAdditions)
Updates the feature group.
|
UpdateFeatureGroupRequest.Builder |
featureAdditions(Consumer<FeatureDefinition.Builder>... featureAdditions)
Updates the feature group.
|
UpdateFeatureGroupRequest.Builder |
featureAdditions(FeatureDefinition... featureAdditions)
Updates the feature group.
|
UpdateFeatureGroupRequest.Builder |
featureGroupName(String featureGroupName)
The name of the feature group that you're updating.
|
UpdateFeatureGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFeatureGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFeatureGroupRequest.Builder featureGroupName(String featureGroupName)
The name of the feature group that you're updating.
featureGroupName - The name of the feature group that you're updating.UpdateFeatureGroupRequest.Builder featureAdditions(Collection<FeatureDefinition> featureAdditions)
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
featureAdditions - Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP
200 response, you've made a valid request. It takes some time after you've made a valid request for
Feature Store to update the feature group.UpdateFeatureGroupRequest.Builder featureAdditions(FeatureDefinition... featureAdditions)
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
featureAdditions - Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP
200 response, you've made a valid request. It takes some time after you've made a valid request for
Feature Store to update the feature group.UpdateFeatureGroupRequest.Builder featureAdditions(Consumer<FeatureDefinition.Builder>... featureAdditions)
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #featureAdditions(List) .featureAdditions - a consumer that will call methods on List.Builder #featureAdditions(List) UpdateFeatureGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFeatureGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.