Class DescribeInferenceComponentResponse

    • Method Detail

      • inferenceComponentName

        public final String inferenceComponentName()

        The name of the inference component.

        Returns:
        The name of the inference component.
      • inferenceComponentArn

        public final String inferenceComponentArn()

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

        Returns:
        The Amazon Resource Name (ARN) of 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.
      • 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.
      • 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.
      • failureReason

        public final String failureReason()

        If the inference component status is Failed, the reason for the failure.

        Returns:
        If the inference component status is Failed, the reason for the failure.
      • specification

        public final InferenceComponentSpecificationSummary specification()

        Details about the resources that are deployed with this inference component.

        Returns:
        Details about the resources that are deployed with this inference component.
      • runtimeConfig

        public final InferenceComponentRuntimeConfigSummary runtimeConfig()

        Details about the runtime settings for the model that is deployed with the inference component.

        Returns:
        Details about the runtime settings for the model that is deployed with the inference component.
      • creationTime

        public final Instant creationTime()

        The time when the inference component was created.

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

        public final Instant lastModifiedTime()

        The time when the inference component was last updated.

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