Class GetProvisionedModelThroughputResponse

    • Method Detail

      • modelUnits

        public final Integer modelUnits()

        The current number of model units requested to be available for this provisioned throughput.

        Returns:
        The current number of model units requested to be available for this provisioned throughput.
      • desiredModelUnits

        public final Integer desiredModelUnits()

        The desired number of model units that was requested to be available for this provisioned throughput.

        Returns:
        The desired number of model units that was requested to be available for this provisioned throughput.
      • provisionedModelName

        public final String provisionedModelName()

        The name of the provisioned throughput.

        Returns:
        The name of the provisioned throughput.
      • provisionedModelArn

        public final String provisionedModelArn()

        The ARN of the provisioned throughput.

        Returns:
        The ARN of the provisioned throughput.
      • modelArn

        public final String modelArn()

        The ARN or name of the model associated with this provisioned throughput.

        Returns:
        The ARN or name of the model associated with this provisioned throughput.
      • desiredModelArn

        public final String desiredModelArn()

        The ARN of the new model to asssociate with this provisioned throughput.

        Returns:
        The ARN of the new model to asssociate with this provisioned throughput.
      • foundationModelArn

        public final String foundationModelArn()

        ARN of the foundation model.

        Returns:
        ARN of the foundation model.
      • creationTime

        public final Instant creationTime()

        The timestamp of the creation time for this provisioned throughput.

        Returns:
        The timestamp of the creation time for this provisioned throughput.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The timestamp of the last modified time of this provisioned throughput.

        Returns:
        The timestamp of the last modified time of this provisioned throughput.
      • failureMessage

        public final String failureMessage()

        Failure message for any issues that the create operation encounters.

        Returns:
        Failure message for any issues that the create operation encounters.
      • commitmentExpirationTime

        public final Instant commitmentExpirationTime()

        Commitment expiration time for the provisioned throughput.

        Returns:
        Commitment expiration time for the provisioned throughput.
      • 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