Class ModelVersionDetail

    • Method Detail

      • modelId

        public final String modelId()

        The model ID.

        Returns:
        The model ID.
      • modelVersionNumber

        public final String modelVersionNumber()

        The model version number.

        Returns:
        The model version number.
      • status

        public final String status()

        The status of the model version.

        Returns:
        The status of the model version.
      • trainingDataSchema

        public final TrainingDataSchema trainingDataSchema()

        The training data schema.

        Returns:
        The training data schema.
      • externalEventsDetail

        public final ExternalEventsDetail externalEventsDetail()

        The external events data details. This will be populated if the trainingDataSource for the model version is specified as EXTERNAL_EVENTS.

        Returns:
        The external events data details. This will be populated if the trainingDataSource for the model version is specified as EXTERNAL_EVENTS.
      • ingestedEventsDetail

        public final IngestedEventsDetail ingestedEventsDetail()

        The ingested events data details. This will be populated if the trainingDataSource for the model version is specified as INGESTED_EVENTS.

        Returns:
        The ingested events data details. This will be populated if the trainingDataSource for the model version is specified as INGESTED_EVENTS.
      • trainingResult

        public final TrainingResult trainingResult()

        The training results.

        Returns:
        The training results.
      • lastUpdatedTime

        public final String lastUpdatedTime()

        The timestamp when the model was last updated.

        Returns:
        The timestamp when the model was last updated.
      • createdTime

        public final String createdTime()

        The timestamp when the model was created.

        Returns:
        The timestamp when the model was created.
      • arn

        public final String arn()

        The model version ARN.

        Returns:
        The model version ARN.
      • trainingResultV2

        public final TrainingResultV2 trainingResultV2()

        The training result details. The details include the relative importance of the variables.

        Returns:
        The training result details. The details include the relative importance of the variables.
      • 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)