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 CreateEndpointRequest

    • Constructor Detail

      • CreateEndpointRequest

        public CreateEndpointRequest()
    • Method Detail

      • setEndpointName

        public void setEndpointName(String endpointName)

        The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint .

        Parameters:
        endpointName - The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint.
      • getEndpointName

        public String getEndpointName()

        The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint .

        Returns:
        The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint.
      • withEndpointName

        public CreateEndpointRequest withEndpointName(String endpointName)

        The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint .

        Parameters:
        endpointName - The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndpointConfigName

        public void setEndpointConfigName(String endpointConfigName)

        The name of an endpoint configuration. For more information, see CreateEndpointConfig.

        Parameters:
        endpointConfigName - The name of an endpoint configuration. For more information, see CreateEndpointConfig.
      • getEndpointConfigName

        public String getEndpointConfigName()

        The name of an endpoint configuration. For more information, see CreateEndpointConfig.

        Returns:
        The name of an endpoint configuration. For more information, see CreateEndpointConfig.
      • withEndpointConfigName

        public CreateEndpointRequest withEndpointConfigName(String endpointConfigName)

        The name of an endpoint configuration. For more information, see CreateEndpointConfig.

        Parameters:
        endpointConfigName - The name of an endpoint configuration. For more information, see CreateEndpointConfig.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeploymentConfig

        public void setDeploymentConfig(DeploymentConfig deploymentConfig)
        Parameters:
        deploymentConfig -
      • withDeploymentConfig

        public CreateEndpointRequest withDeploymentConfig(DeploymentConfig deploymentConfig)
        Parameters:
        deploymentConfig -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Returns:
        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
      • setTags

        public void setTags(Collection<Tag> tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
      • withTags

        public CreateEndpointRequest withTags(Tag... tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

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

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateEndpointRequest withTags(Collection<Tag> tags)

        An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

        Parameters:
        tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
        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 によって変換されたページ (->オリジナル) /