@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMlflowTrackingServersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMlflowTrackingServersRequest() |
Modifier and Type | Method and Description |
---|---|
ListMlflowTrackingServersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreatedAfter()
Use the
CreatedAfter filter to only list tracking servers created after a specific date and time. |
Date |
getCreatedBefore()
Use the
CreatedBefore filter to only list tracking servers created before a specific date and time. |
Integer |
getMaxResults()
The maximum number of tracking servers to list.
|
String |
getMlflowVersion()
Filter for tracking servers using the specified MLflow version.
|
String |
getNextToken()
If the previous response was truncated, you will receive this token.
|
String |
getSortBy()
Filter for trackings servers sorting by name, creation time, or creation status.
|
String |
getSortOrder()
Change the order of the listed tracking servers.
|
String |
getTrackingServerStatus()
Filter for tracking servers with a specified creation status.
|
int |
hashCode() |
void |
setCreatedAfter(Date createdAfter)
Use the
CreatedAfter filter to only list tracking servers created after a specific date and time. |
void |
setCreatedBefore(Date createdBefore)
Use the
CreatedBefore filter to only list tracking servers created before a specific date and time. |
void |
setMaxResults(Integer maxResults)
The maximum number of tracking servers to list.
|
void |
setMlflowVersion(String mlflowVersion)
Filter for tracking servers using the specified MLflow version.
|
void |
setNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
void |
setSortBy(String sortBy)
Filter for trackings servers sorting by name, creation time, or creation status.
|
void |
setSortOrder(String sortOrder)
Change the order of the listed tracking servers.
|
void |
setTrackingServerStatus(String trackingServerStatus)
Filter for tracking servers with a specified creation status.
|
String |
toString()
Returns a string representation of this object.
|
ListMlflowTrackingServersRequest |
withCreatedAfter(Date createdAfter)
Use the
CreatedAfter filter to only list tracking servers created after a specific date and time. |
ListMlflowTrackingServersRequest |
withCreatedBefore(Date createdBefore)
Use the
CreatedBefore filter to only list tracking servers created before a specific date and time. |
ListMlflowTrackingServersRequest |
withMaxResults(Integer maxResults)
The maximum number of tracking servers to list.
|
ListMlflowTrackingServersRequest |
withMlflowVersion(String mlflowVersion)
Filter for tracking servers using the specified MLflow version.
|
ListMlflowTrackingServersRequest |
withNextToken(String nextToken)
If the previous response was truncated, you will receive this token.
|
ListMlflowTrackingServersRequest |
withSortBy(SortTrackingServerBy sortBy)
Filter for trackings servers sorting by name, creation time, or creation status.
|
ListMlflowTrackingServersRequest |
withSortBy(String sortBy)
Filter for trackings servers sorting by name, creation time, or creation status.
|
ListMlflowTrackingServersRequest |
withSortOrder(SortOrder sortOrder)
Change the order of the listed tracking servers.
|
ListMlflowTrackingServersRequest |
withSortOrder(String sortOrder)
Change the order of the listed tracking servers.
|
ListMlflowTrackingServersRequest |
withTrackingServerStatus(String trackingServerStatus)
Filter for tracking servers with a specified creation status.
|
ListMlflowTrackingServersRequest |
withTrackingServerStatus(TrackingServerStatus trackingServerStatus)
Filter for tracking servers with a specified creation status.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCreatedAfter(Date 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.
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.public Date getCreatedAfter()
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.
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.public ListMlflowTrackingServersRequest withCreatedAfter(Date 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.
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.public void setCreatedBefore(Date 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.
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.public Date getCreatedBefore()
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.
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.public ListMlflowTrackingServersRequest withCreatedBefore(Date 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.
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.public void setTrackingServerStatus(String trackingServerStatus)
Filter for tracking servers with a specified creation status.
trackingServerStatus
- Filter for tracking servers with a specified creation status.TrackingServerStatus
public String getTrackingServerStatus()
Filter for tracking servers with a specified creation status.
TrackingServerStatus
public ListMlflowTrackingServersRequest withTrackingServerStatus(String trackingServerStatus)
Filter for tracking servers with a specified creation status.
trackingServerStatus
- Filter for tracking servers with a specified creation status.TrackingServerStatus
public ListMlflowTrackingServersRequest withTrackingServerStatus(TrackingServerStatus trackingServerStatus)
Filter for tracking servers with a specified creation status.
trackingServerStatus
- Filter for tracking servers with a specified creation status.TrackingServerStatus
public void setMlflowVersion(String mlflowVersion)
Filter for tracking servers using the specified MLflow version.
mlflowVersion
- Filter for tracking servers using the specified MLflow version.public String getMlflowVersion()
Filter for tracking servers using the specified MLflow version.
public ListMlflowTrackingServersRequest withMlflowVersion(String mlflowVersion)
Filter for tracking servers using the specified MLflow version.
mlflowVersion
- Filter for tracking servers using the specified MLflow version.public void setSortBy(String sortBy)
Filter for trackings servers sorting by name, creation time, or creation status.
sortBy
- Filter for trackings servers sorting by name, creation time, or creation status.SortTrackingServerBy
public String getSortBy()
Filter for trackings servers sorting by name, creation time, or creation status.
SortTrackingServerBy
public ListMlflowTrackingServersRequest withSortBy(String sortBy)
Filter for trackings servers sorting by name, creation time, or creation status.
sortBy
- Filter for trackings servers sorting by name, creation time, or creation status.SortTrackingServerBy
public ListMlflowTrackingServersRequest withSortBy(SortTrackingServerBy sortBy)
Filter for trackings servers sorting by name, creation time, or creation status.
sortBy
- Filter for trackings servers sorting by name, creation time, or creation status.SortTrackingServerBy
public void setSortOrder(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
.
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
.SortOrder
public String getSortOrder()
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
.
Descending
order by creation time. To change the list order, you can specify
SortOrder
to be Ascending
.SortOrder
public ListMlflowTrackingServersRequest withSortOrder(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
.
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
.SortOrder
public ListMlflowTrackingServersRequest withSortOrder(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
.
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
.SortOrder
public void setNextToken(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.
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.public String getNextToken()
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
public ListMlflowTrackingServersRequest withNextToken(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.
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.public void setMaxResults(Integer maxResults)
The maximum number of tracking servers to list.
maxResults
- The maximum number of tracking servers to list.public Integer getMaxResults()
The maximum number of tracking servers to list.
public ListMlflowTrackingServersRequest withMaxResults(Integer maxResults)
The maximum number of tracking servers to list.
maxResults
- The maximum number of tracking servers to list.public String toString()
toString
in class Object
Object.toString()
public ListMlflowTrackingServersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()