Class InferenceComponentSummary

    • Method Detail

      • creationTime

        public final Instant creationTime()

        The time when the inference component was created.

        Returns:
        The time when the inference component was created.
      • inferenceComponentArn

        public final String inferenceComponentArn()

        The Amazon Resource Name (ARN) of the inference component.

        Returns:
        The Amazon Resource Name (ARN) of the inference component.
      • inferenceComponentName

        public final String inferenceComponentName()

        The name of the inference component.

        Returns:
        The name of the inference component.
      • endpointArn

        public final String endpointArn()

        The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.

        Returns:
        The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
      • endpointName

        public final String endpointName()

        The name of the endpoint that hosts the inference component.

        Returns:
        The name of the endpoint that hosts the inference component.
      • variantName

        public final String variantName()

        The name of the production variant that hosts the inference component.

        Returns:
        The name of the production variant that hosts the inference component.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The time when the inference component was last updated.

        Returns:
        The time when the inference component was last updated.
      • 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)