Uses of Interface
software.amazon.awssdk.services.sagemaker.model.UpdateFeatureGroupResponse.Builder
-
Packages that use UpdateFeatureGroupResponse.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of UpdateFeatureGroupResponse.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return UpdateFeatureGroupResponse.Builder Modifier and Type Method Description static UpdateFeatureGroupResponse.BuilderUpdateFeatureGroupResponse. builder()UpdateFeatureGroupResponse.BuilderUpdateFeatureGroupResponse.Builder. featureGroupArn(String featureGroupArn)The Amazon Resource Number (ARN) of the feature group that you're updating.UpdateFeatureGroupResponse.BuilderUpdateFeatureGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type UpdateFeatureGroupResponse.Builder Modifier and Type Method Description static Class<? extends UpdateFeatureGroupResponse.Builder>UpdateFeatureGroupResponse. serializableBuilderClass()
-