Interface ListMlflowTrackingServersRequest.Builder

    • Method Detail

      • createdAfter

        ListMlflowTrackingServersRequest.Builder createdAfter​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • createdBefore

        ListMlflowTrackingServersRequest.Builder createdBefore​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • mlflowVersion

        ListMlflowTrackingServersRequest.Builder mlflowVersion​(String mlflowVersion)

        Filter for tracking servers using the specified MLflow version.

        Parameters:
        mlflowVersion - Filter for tracking servers using the specified MLflow version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListMlflowTrackingServersRequest.Builder sortOrder​(String 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListMlflowTrackingServersRequest.Builder sortOrder​(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • nextToken

        ListMlflowTrackingServersRequest.Builder nextToken​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListMlflowTrackingServersRequest.Builder maxResults​(Integer maxResults)

        The maximum number of tracking servers to list.

        Parameters:
        maxResults - The maximum number of tracking servers to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.