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 UpdateEndpointRequest

    • Constructor Detail

      • UpdateEndpointRequest

        public UpdateEndpointRequest()
    • Method Detail

      • setEndpointName

        public void setEndpointName(String endpointName)

        The name of the endpoint whose configuration you want to update.

        Parameters:
        endpointName - The name of the endpoint whose configuration you want to update.
      • getEndpointName

        public String getEndpointName()

        The name of the endpoint whose configuration you want to update.

        Returns:
        The name of the endpoint whose configuration you want to update.
      • withEndpointName

        public UpdateEndpointRequest withEndpointName(String endpointName)

        The name of the endpoint whose configuration you want to update.

        Parameters:
        endpointName - The name of the endpoint whose configuration you want to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndpointConfigName

        public void setEndpointConfigName(String endpointConfigName)

        The name of the new endpoint configuration.

        Parameters:
        endpointConfigName - The name of the new endpoint configuration.
      • getEndpointConfigName

        public String getEndpointConfigName()

        The name of the new endpoint configuration.

        Returns:
        The name of the new endpoint configuration.
      • withEndpointConfigName

        public UpdateEndpointRequest withEndpointConfigName(String endpointConfigName)

        The name of the new endpoint configuration.

        Parameters:
        endpointConfigName - The name of the new endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRetainAllVariantProperties

        public void setRetainAllVariantProperties(Boolean retainAllVariantProperties)

        When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.

        Parameters:
        retainAllVariantProperties - When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.
      • getRetainAllVariantProperties

        public Boolean getRetainAllVariantProperties()

        When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.

        Returns:
        When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.
      • withRetainAllVariantProperties

        public UpdateEndpointRequest withRetainAllVariantProperties(Boolean retainAllVariantProperties)

        When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.

        Parameters:
        retainAllVariantProperties - When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRetainAllVariantProperties

        public Boolean isRetainAllVariantProperties()

        When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.

        Returns:
        When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.
      • getExcludeRetainedVariantProperties

        public List<VariantProperty> getExcludeRetainedVariantProperties()

        When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.

        Returns:
        When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.
      • setExcludeRetainedVariantProperties

        public void setExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)

        When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.

        Parameters:
        excludeRetainedVariantProperties - When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.
      • withExcludeRetainedVariantProperties

        public UpdateEndpointRequest withExcludeRetainedVariantProperties(VariantProperty... excludeRetainedVariantProperties)

        When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.

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

        Parameters:
        excludeRetainedVariantProperties - When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withExcludeRetainedVariantProperties

        public UpdateEndpointRequest withExcludeRetainedVariantProperties(Collection<VariantProperty> excludeRetainedVariantProperties)

        When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.

        Parameters:
        excludeRetainedVariantProperties - When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeploymentConfig

        public void setDeploymentConfig(DeploymentConfig deploymentConfig)

        The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.

        Parameters:
        deploymentConfig - The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
      • getDeploymentConfig

        public DeploymentConfig getDeploymentConfig()

        The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.

        Returns:
        The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
      • withDeploymentConfig

        public UpdateEndpointRequest withDeploymentConfig(DeploymentConfig deploymentConfig)

        The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.

        Parameters:
        deploymentConfig - The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRetainDeploymentConfig

        public void setRetainDeploymentConfig(Boolean retainDeploymentConfig)

        Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).

        Parameters:
        retainDeploymentConfig - Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).
      • getRetainDeploymentConfig

        public Boolean getRetainDeploymentConfig()

        Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).

        Returns:
        Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).
      • withRetainDeploymentConfig

        public UpdateEndpointRequest withRetainDeploymentConfig(Boolean retainDeploymentConfig)

        Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).

        Parameters:
        retainDeploymentConfig - Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRetainDeploymentConfig

        public Boolean isRetainDeploymentConfig()

        Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).

        Returns:
        Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).
      • 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 によって変換されたページ (->オリジナル) /