Class UpdateEndpointRequest

    • Method Detail

      • endpointArn

        public final String endpointArn()

        The Amazon Resource Number (ARN) of the endpoint being updated.

        Returns:
        The Amazon Resource Number (ARN) of the endpoint being updated.
      • desiredModelArn

        public final String desiredModelArn()

        The ARN of the new model to use when updating an existing endpoint.

        Returns:
        The ARN of the new model to use when updating an existing endpoint.
      • desiredInferenceUnits

        public final Integer desiredInferenceUnits()

        The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.

        Returns:
        The desired number of inference units to be used by the model using this endpoint. Each inference unit represents of a throughput of 100 characters per second.
      • desiredDataAccessRoleArn

        public final String desiredDataAccessRoleArn()

        Data access role ARN to use in case the new model is encrypted with a customer CMK.

        Returns:
        Data access role ARN to use in case the new model is encrypted with a customer CMK.
      • flywheelArn

        public final String flywheelArn()

        The Amazon Resource Number (ARN) of the flywheel

        Returns:
        The Amazon Resource Number (ARN) of the flywheel
      • 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