Class CustomModelSummary

    • Method Detail

      • modelArn

        public final String modelArn()

        The Amazon Resource Name (ARN) of the custom model.

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

        public final String modelName()

        The name of the custom model.

        Returns:
        The name of the custom model.
      • creationTime

        public final Instant creationTime()

        Creation time of the model.

        Returns:
        Creation time of the model.
      • baseModelArn

        public final String baseModelArn()

        The base model Amazon Resource Name (ARN).

        Returns:
        The base model Amazon Resource Name (ARN).
      • baseModelName

        public final String baseModelName()

        The base model name.

        Returns:
        The base model name.
      • 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)