Class UpdateProvisionedModelThroughputRequest

    • Method Detail

      • provisionedModelId

        public final String provisionedModelId()

        The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.

        Returns:
        The Amazon Resource Name (ARN) or name of the Provisioned Throughput to update.
      • desiredProvisionedModelName

        public final String desiredProvisionedModelName()

        The new name for this Provisioned Throughput.

        Returns:
        The new name for this Provisioned Throughput.
      • desiredModelId

        public final String desiredModelId()

        The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.

        If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:

        • The base model from which the custom model was customized.

        • Another custom model that was customized from the same base model as the custom model.

        Returns:
        The Amazon Resource Name (ARN) of the new model to associate with this Provisioned Throughput. You can't specify this field if this Provisioned Throughput is associated with a base model.

        If this Provisioned Throughput is associated with a custom model, you can specify one of the following options:

        • The base model from which the custom model was customized.

        • Another custom model that was customized from the same base model as the custom model.

      • 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