Class ListMlflowTrackingServersRequest

    • Method Detail

      • createdAfter

        public final Instant createdAfter()

        Use the CreatedAfter filter to only list tracking servers created after a specific date and time. Listed tracking servers are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedAfter parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.

        Returns:
        Use the CreatedAfter filter to only list tracking servers created after a specific date and time. Listed tracking servers are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedAfter parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
      • createdBefore

        public final Instant createdBefore()

        Use the CreatedBefore filter to only list tracking servers created before a specific date and time. Listed tracking servers are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedBefore parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.

        Returns:
        Use the CreatedBefore filter to only list tracking servers created before a specific date and time. Listed tracking servers are shown with a date and time such as "2024-03-16T01:46:56+00:00". The CreatedBefore parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
      • trackingServerStatusAsString

        public final String trackingServerStatusAsString()

        Filter for tracking servers with a specified creation status.

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

        Returns:
        Filter for tracking servers with a specified creation status.
        See Also:
        TrackingServerStatus
      • mlflowVersion

        public final String mlflowVersion()

        Filter for tracking servers using the specified MLflow version.

        Returns:
        Filter for tracking servers using the specified MLflow version.
      • sortByAsString

        public final String sortByAsString()

        Filter for trackings servers sorting by name, creation time, or creation status.

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

        Returns:
        Filter for trackings servers sorting by name, creation time, or creation status.
        See Also:
        SortTrackingServerBy
      • sortOrder

        public final SortOrder sortOrder()

        Change the order of the listed tracking servers. By default, tracking servers are listed in Descending order by creation time. To change the list order, you can specify SortOrder to be 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:
        Change the order of the listed tracking servers. By default, tracking servers are listed in Descending order by creation time. To change the list order, you can specify SortOrder to be Ascending.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        Change the order of the listed tracking servers. By default, tracking servers are listed in Descending order by creation time. To change the list order, you can specify SortOrder to be 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:
        Change the order of the listed tracking servers. By default, tracking servers are listed in Descending order by creation time. To change the list order, you can specify SortOrder to be Ascending.
        See Also:
        SortOrder
      • nextToken

        public final String nextToken()

        If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

        Returns:
        If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of tracking servers to list.

        Returns:
        The maximum number of tracking servers to list.
      • 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