Class ListLineageGroupsRequest

    • Method Detail

      • createdAfter

        public final Instant createdAfter()

        A timestamp to filter against lineage groups created after a certain point in time.

        Returns:
        A timestamp to filter against lineage groups created after a certain point in time.
      • createdBefore

        public final Instant createdBefore()

        A timestamp to filter against lineage groups created before a certain point in time.

        Returns:
        A timestamp to filter against lineage groups created before a certain point in time.
      • sortByAsString

        public final String sortByAsString()

        The parameter by which to sort the results. The default is CreationTime.

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

        Returns:
        The parameter by which to sort the results. The default is CreationTime.
        See Also:
        SortLineageGroupsBy
      • sortOrder

        public final SortOrder sortOrder()

        The sort order for the results. The default is Ascending.

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

        Returns:
        The sort order for the results. The default is Ascending.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        The sort order for the results. The default is Ascending.

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

        Returns:
        The sort order for the results. The default is Ascending.
        See Also:
        SortOrder
      • nextToken

        public final String nextToken()

        If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

        Returns:
        If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
      • maxResults

        public final Integer maxResults()

        The maximum number of endpoints to return in the response. This value defaults to 10.

        Returns:
        The maximum number of endpoints to return in the response. This value defaults to 10.
      • 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