Class GetCollaborationTrainedModelResponse

    • Method Detail

      • membershipIdentifier

        public final String membershipIdentifier()

        The membership ID of the member that created the trained model.

        Returns:
        The membership ID of the member that created the trained model.
      • collaborationIdentifier

        public final String collaborationIdentifier()

        The collaboration ID of the collaboration that contains the trained model.

        Returns:
        The collaboration ID of the collaboration that contains the trained model.
      • trainedModelArn

        public final String trainedModelArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the trained model.
      • name

        public final String name()

        The name of the trained model.

        Returns:
        The name of the trained model.
      • description

        public final String description()

        The description of the trained model.

        Returns:
        The description of the trained model.
      • statusDetails

        public final StatusDetails statusDetails()
        Returns the value of the StatusDetails property for this object.
        Returns:
        The value of the StatusDetails property for this object.
      • configuredModelAlgorithmAssociationArn

        public final String configuredModelAlgorithmAssociationArn()

        The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.

        Returns:
        The Amazon Resource Name (ARN) of the configured model algorithm association that was used to create this trained model.
      • resourceConfig

        public final ResourceConfig resourceConfig()

        The EC2 resource configuration that was used to train this model.

        Returns:
        The EC2 resource configuration that was used to train this model.
      • stoppingCondition

        public final StoppingCondition stoppingCondition()

        The stopping condition that determined when model training ended.

        Returns:
        The stopping condition that determined when model training ended.
      • metricsStatusAsString

        public final String metricsStatusAsString()

        The status of the model metrics.

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

        Returns:
        The status of the model metrics.
        See Also:
        MetricsStatus
      • metricsStatusDetails

        public final String metricsStatusDetails()

        Details about the status information for the model metrics.

        Returns:
        Details about the status information for the model metrics.
      • logsStatus

        public final LogsStatus logsStatus()

        Status information for the logs.

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

        Returns:
        Status information for the logs.
        See Also:
        LogsStatus
      • logsStatusAsString

        public final String logsStatusAsString()

        Status information for the logs.

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

        Returns:
        Status information for the logs.
        See Also:
        LogsStatus
      • logsStatusDetails

        public final String logsStatusDetails()

        Details about the status information for the logs.

        Returns:
        Details about the status information for the logs.
      • trainingContainerImageDigest

        public final String trainingContainerImageDigest()

        Information about the training container image.

        Returns:
        Information about the training container image.
      • createTime

        public final Instant createTime()

        The time at which the trained model was created.

        Returns:
        The time at which the trained model was created.
      • updateTime

        public final Instant updateTime()

        The most recent time at which the trained model was updated.

        Returns:
        The most recent time at which the trained model was updated.
      • creatorAccountId

        public final String creatorAccountId()

        The account ID of the member that created the trained model.

        Returns:
        The account ID of the member that created the trained model.
      • 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