Class ModelCustomizationJobSummary

    • Method Detail

      • jobArn

        public final String jobArn()

        Amazon Resource Name (ARN) of the customization job.

        Returns:
        Amazon Resource Name (ARN) of the customization job.
      • baseModelArn

        public final String baseModelArn()

        Amazon Resource Name (ARN) of the base model.

        Returns:
        Amazon Resource Name (ARN) of the base model.
      • jobName

        public final String jobName()

        Name of the customization job.

        Returns:
        Name of the customization job.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        Time that the customization job was last modified.

        Returns:
        Time that the customization job was last modified.
      • statusDetails

        public final StatusDetails statusDetails()

        Details about the status of the data processing sub-task of the job.

        Returns:
        Details about the status of the data processing sub-task of the job.
      • creationTime

        public final Instant creationTime()

        Creation time of the custom model.

        Returns:
        Creation time of the custom model.
      • endTime

        public final Instant endTime()

        Time that the customization job ended.

        Returns:
        Time that the customization job ended.
      • customModelArn

        public final String customModelArn()

        Amazon Resource Name (ARN) of the custom model.

        Returns:
        Amazon Resource Name (ARN) of the custom model.
      • customModelName

        public final String customModelName()

        Name of the custom model.

        Returns:
        Name of the custom model.
      • customizationTypeAsString

        public final String customizationTypeAsString()

        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

        If the service returns an enum value that is not available in the current SDK version, customizationType will return CustomizationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from customizationTypeAsString().

        Returns:
        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
        See Also:
        CustomizationType
      • 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)