JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class UpdateFeatureGroupRequest

    • Constructor Detail

      • UpdateFeatureGroupRequest

        public UpdateFeatureGroupRequest()
    • Method Detail

      • setFeatureGroupName

        public void setFeatureGroupName(String featureGroupName)

        The name or Amazon Resource Name (ARN) of the feature group that you're updating.

        Parameters:
        featureGroupName - The name or Amazon Resource Name (ARN) of the feature group that you're updating.
      • getFeatureGroupName

        public String getFeatureGroupName()

        The name or Amazon Resource Name (ARN) of the feature group that you're updating.

        Returns:
        The name or Amazon Resource Name (ARN) of the feature group that you're updating.
      • withFeatureGroupName

        public UpdateFeatureGroupRequest withFeatureGroupName(String featureGroupName)

        The name or Amazon Resource Name (ARN) of the feature group that you're updating.

        Parameters:
        featureGroupName - The name or Amazon Resource Name (ARN) of the feature group that you're updating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getFeatureAdditions

        public List<FeatureDefinition> getFeatureAdditions()

        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.

        Returns:
        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.
      • setFeatureAdditions

        public void setFeatureAdditions(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.

        Parameters:
        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.
      • withFeatureAdditions

        public UpdateFeatureGroupRequest withFeatureAdditions(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.

        NOTE: This method appends the values to the existing list (if any). Use setFeatureAdditions(java.util.Collection) or withFeatureAdditions(java.util.Collection) if you want to override the existing values.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withFeatureAdditions

        public UpdateFeatureGroupRequest withFeatureAdditions(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOnlineStoreConfig

        public void setOnlineStoreConfig(OnlineStoreConfigUpdate onlineStoreConfig)

        Updates the feature group online store configuration.

        Parameters:
        onlineStoreConfig - Updates the feature group online store configuration.
      • getOnlineStoreConfig

        public OnlineStoreConfigUpdate getOnlineStoreConfig()

        Updates the feature group online store configuration.

        Returns:
        Updates the feature group online store configuration.
      • withOnlineStoreConfig

        public UpdateFeatureGroupRequest withOnlineStoreConfig(OnlineStoreConfigUpdate onlineStoreConfig)

        Updates the feature group online store configuration.

        Parameters:
        onlineStoreConfig - Updates the feature group online store configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setThroughputConfig

        public void setThroughputConfig(ThroughputConfigUpdate throughputConfig)
        Parameters:
        throughputConfig -
      • withThroughputConfig

        public UpdateFeatureGroupRequest withThroughputConfig(ThroughputConfigUpdate throughputConfig)
        Parameters:
        throughputConfig -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /