Class GetModelVersionResponse

    • 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.
      • trainingDataSchema

        public final TrainingDataSchema trainingDataSchema()

        The training data schema.

        Returns:
        The training data schema.
      • externalEventsDetail

        public final ExternalEventsDetail externalEventsDetail()

        The details of the external events data used for training the model version. This will be populated if the trainingDataSource is EXTERNAL_EVENTS

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

        public final IngestedEventsDetail ingestedEventsDetail()

        The details of the ingested events data used for training the model version. This will be populated if the trainingDataSource is INGESTED_EVENTS.

        Returns:
        The details of the ingested events data used for training the model version. This will be populated if the trainingDataSource is INGESTED_EVENTS.
      • status

        public final String status()

        The model version status.

        Possible values are:

        • TRAINING_IN_PROGRESS

        • TRAINING_COMPLETE

        • ACTIVATE_REQUESTED

        • ACTIVATE_IN_PROGRESS

        • ACTIVE

        • INACTIVATE_REQUESTED

        • INACTIVATE_IN_PROGRESS

        • INACTIVE

        • ERROR

        Returns:
        The model version status.

        Possible values are:

        • TRAINING_IN_PROGRESS

        • TRAINING_COMPLETE

        • ACTIVATE_REQUESTED

        • ACTIVATE_IN_PROGRESS

        • ACTIVE

        • INACTIVATE_REQUESTED

        • INACTIVATE_IN_PROGRESS

        • INACTIVE

        • ERROR

      • arn

        public final String arn()

        The model version ARN.

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