Class UpdateMarketplaceModelEndpointRequest

    • Method Detail

      • endpointArn

        public final String endpointArn()

        The Amazon Resource Name (ARN) of the endpoint you want to update.

        Returns:
        The Amazon Resource Name (ARN) of the endpoint you want to update.
      • endpointConfig

        public final EndpointConfig endpointConfig()

        The new configuration for the endpoint, including the number and type of instances to use.

        Returns:
        The new configuration for the endpoint, including the number and type of instances to use.
      • clientRequestToken

        public final String clientRequestToken()

        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.

        Returns:
        A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.
      • toString

        public final 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