Interface ModelCardExportJobSummary.Builder

    • Method Detail

      • modelCardExportJobName

        ModelCardExportJobSummary.Builder modelCardExportJobName​(String modelCardExportJobName)

        The name of the model card export job.

        Parameters:
        modelCardExportJobName - The name of the model card export job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCardExportJobArn

        ModelCardExportJobSummary.Builder modelCardExportJobArn​(String modelCardExportJobArn)

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

        Parameters:
        modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCardName

        ModelCardExportJobSummary.Builder modelCardName​(String modelCardName)

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

        Parameters:
        modelCardName - The name of the model card that the export job exports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCardVersion

        ModelCardExportJobSummary.Builder modelCardVersion​(Integer modelCardVersion)

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

        Parameters:
        modelCardVersion - The version of the model card that the export job exports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        ModelCardExportJobSummary.Builder createdAt​(Instant createdAt)

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

        Parameters:
        createdAt - The date and time that the model card export job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedAt

        ModelCardExportJobSummary.Builder lastModifiedAt​(Instant lastModifiedAt)

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

        Parameters:
        lastModifiedAt - The date and time that the model card export job was last modified..
        Returns:
        Returns a reference to this object so that method calls can be chained together.