Class DescribeModelCardExportJobResponse

    • Method Detail

      • modelCardExportJobName

        public final String modelCardExportJobName()

        The name of the model card export job to describe.

        Returns:
        The name of the model card export job to describe.
      • modelCardExportJobArn

        public final String modelCardExportJobArn()

        The Amazon Resource Name (ARN) of the model card export job.

        Returns:
        The Amazon Resource Name (ARN) of the model card export job.
      • status

        public final ModelCardExportJobStatus status()

        The completion status of the model card export job.

        • InProgress: The model card export job is in progress.

        • Completed: The model card export job is complete.

        • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

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

        Returns:
        The completion status of the model card export job.

        • InProgress: The model card export job is in progress.

        • Completed: The model card export job is complete.

        • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

        See Also:
        ModelCardExportJobStatus
      • statusAsString

        public final String statusAsString()

        The completion status of the model card export job.

        • InProgress: The model card export job is in progress.

        • Completed: The model card export job is complete.

        • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

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

        Returns:
        The completion status of the model card export job.

        • InProgress: The model card export job is in progress.

        • Completed: The model card export job is complete.

        • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

        See Also:
        ModelCardExportJobStatus
      • modelCardName

        public final String modelCardName()

        The name or Amazon Resource Name (ARN) of the model card that the model export job exports.

        Returns:
        The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
      • modelCardVersion

        public final Integer modelCardVersion()

        The version of the model card that the model export job exports.

        Returns:
        The version of the model card that the model export job exports.
      • outputConfig

        public final ModelCardExportOutputConfig outputConfig()

        The export output details for the model card.

        Returns:
        The export output details for the model card.
      • createdAt

        public final Instant createdAt()

        The date and time that the model export job was created.

        Returns:
        The date and time that the model export job was created.
      • lastModifiedAt

        public final Instant lastModifiedAt()

        The date and time that the model export job was last modified.

        Returns:
        The date and time that the model export job was last modified.
      • failureReason

        public final String failureReason()

        The failure reason if the model export job fails.

        Returns:
        The failure reason if the model export job fails.
      • exportArtifacts

        public final ModelCardExportArtifacts exportArtifacts()

        The exported model card artifacts.

        Returns:
        The exported model card artifacts.
      • 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