Class ProvisionedModelSummary

    • Method Detail

      • 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 of the model associated with this provisioned throughput.

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

        public final String desiredModelArn()

        Desired model ARN.

        Returns:
        Desired model ARN.
      • foundationModelArn

        public final String foundationModelArn()

        Foundation model ARN.

        Returns:
        Foundation model ARN.
      • modelUnits

        public final Integer modelUnits()

        The number of model units allocated.

        Returns:
        The number of model units allocated.
      • desiredModelUnits

        public final Integer desiredModelUnits()

        Desired model units.

        Returns:
        Desired model units.
      • commitmentExpirationTime

        public final Instant commitmentExpirationTime()

        Commitment expiration time for the provisioned throughput.

        Returns:
        Commitment expiration time for the provisioned throughput.
      • creationTime

        public final Instant creationTime()

        The time that this provisioned throughput was created.

        Returns:
        The time that this provisioned throughput was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The time that this provisioned throughput was last modified.

        Returns:
        The time that this provisioned throughput was last modified.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)