Class ExternalModel

    • Method Detail

      • modelEndpoint

        public final String modelEndpoint()

        The Amazon SageMaker model endpoints.

        Returns:
        The Amazon SageMaker model endpoints.
      • modelSourceAsString

        public final String modelSourceAsString()

        The source of the model.

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

        Returns:
        The source of the model.
        See Also:
        ModelSource
      • invokeModelEndpointRoleArn

        public final String invokeModelEndpointRoleArn()

        The role used to invoke the model.

        Returns:
        The role used to invoke the model.
      • inputConfiguration

        public final ModelInputConfiguration inputConfiguration()

        The input configuration.

        Returns:
        The input configuration.
      • outputConfiguration

        public final ModelOutputConfiguration outputConfiguration()

        The output configuration.

        Returns:
        The output configuration.
      • modelEndpointStatusAsString

        public final String modelEndpointStatusAsString()

        The Amazon Fraud Detector status for the external model endpoint

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

        Returns:
        The Amazon Fraud Detector status for the external model endpoint
        See Also:
        ModelEndpointStatus
      • lastUpdatedTime

        public final String lastUpdatedTime()

        Timestamp of when the model was last updated.

        Returns:
        Timestamp of when the model was last updated.
      • createdTime

        public final String createdTime()

        Timestamp of when the model was last created.

        Returns:
        Timestamp of when the model was last created.
      • arn

        public final String arn()

        The model ARN.

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