Class InferenceExperimentSummary

    • Method Detail

      • name

        public final String name()

        The name of the inference experiment.

        Returns:
        The name of the inference experiment.
      • schedule

        public final InferenceExperimentSchedule schedule()

        The duration for which the inference experiment ran or will run.

        The maximum duration that you can set for an inference experiment is 30 days.

        Returns:
        The duration for which the inference experiment ran or will run.

        The maximum duration that you can set for an inference experiment is 30 days.

      • statusReason

        public final String statusReason()

        The error message for the inference experiment status result.

        Returns:
        The error message for the inference experiment status result.
      • description

        public final String description()

        The description of the inference experiment.

        Returns:
        The description of the inference experiment.
      • creationTime

        public final Instant creationTime()

        The timestamp at which the inference experiment was created.

        Returns:
        The timestamp at which the inference experiment was created.
      • completionTime

        public final Instant completionTime()

        The timestamp at which the inference experiment was completed.

        Returns:
        The timestamp at which the inference experiment was completed.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The timestamp when you last modified the inference experiment.

        Returns:
        The timestamp when you last modified the inference experiment.
      • roleArn

        public final String roleArn()

        The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

        Returns:
        The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
      • 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)