Class ListModelCardVersionsRequest

    • Method Detail

      • creationTimeAfter

        public final Instant creationTimeAfter()

        Only list model card versions that were created after the time specified.

        Returns:
        Only list model card versions that were created after the time specified.
      • creationTimeBefore

        public final Instant creationTimeBefore()

        Only list model card versions that were created before the time specified.

        Returns:
        Only list model card versions that were created before the time specified.
      • maxResults

        public final Integer maxResults()

        The maximum number of model card versions to list.

        Returns:
        The maximum number of model card versions to list.
      • modelCardName

        public final String modelCardName()

        List model card versions for the model card with the specified name or Amazon Resource Name (ARN).

        Returns:
        List model card versions for the model card with the specified name or Amazon Resource Name (ARN).
      • nextToken

        public final String nextToken()

        If the response to a previous ListModelCardVersions request was truncated, the response includes a NextToken. To retrieve the next set of model card versions, use the token in the next request.

        Returns:
        If the response to a previous ListModelCardVersions request was truncated, the response includes a NextToken. To retrieve the next set of model card versions, use the token in the next request.
      • 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