Class ListMlflowTrackingServersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.ListMlflowTrackingServersRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListMlflowTrackingServersRequest.Builder,ListMlflowTrackingServersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListMlflowTrackingServersRequest extends SageMakerRequest implements ToCopyableBuilder<ListMlflowTrackingServersRequest.Builder,ListMlflowTrackingServersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListMlflowTrackingServersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListMlflowTrackingServersRequest.Builderbuilder()InstantcreatedAfter()Use theCreatedAfterfilter to only list tracking servers created after a specific date and time.InstantcreatedBefore()Use theCreatedBeforefilter to only list tracking servers created before a specific date and time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of tracking servers to list.StringmlflowVersion()Filter for tracking servers using the specified MLflow version.StringnextToken()If the previous response was truncated, you will receive this token.List<SdkField<?>>sdkFields()static Class<? extends ListMlflowTrackingServersRequest.Builder>serializableBuilderClass()SortTrackingServerBysortBy()Filter for trackings servers sorting by name, creation time, or creation status.StringsortByAsString()Filter for trackings servers sorting by name, creation time, or creation status.SortOrdersortOrder()Change the order of the listed tracking servers.StringsortOrderAsString()Change the order of the listed tracking servers.ListMlflowTrackingServersRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.TrackingServerStatustrackingServerStatus()Filter for tracking servers with a specified creation status.StringtrackingServerStatusAsString()Filter for tracking servers with a specified creation status.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdAfter
public final Instant createdAfter()
Use the
CreatedAfterfilter 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". TheCreatedAfterparameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.- Returns:
- Use the
CreatedAfterfilter 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". TheCreatedAfterparameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
-
createdBefore
public final Instant createdBefore()
Use the
CreatedBeforefilter 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". TheCreatedBeforeparameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.- Returns:
- Use the
CreatedBeforefilter 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". TheCreatedBeforeparameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see EpochConverter.
-
trackingServerStatus
public final TrackingServerStatus trackingServerStatus()
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,
trackingServerStatuswill returnTrackingServerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtrackingServerStatusAsString().- Returns:
- Filter for tracking servers with a specified creation status.
- See Also:
TrackingServerStatus
-
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,
trackingServerStatuswill returnTrackingServerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtrackingServerStatusAsString().- 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.
-
sortBy
public final SortTrackingServerBy sortBy()
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,
sortBywill returnSortTrackingServerBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- Filter for trackings servers sorting by name, creation time, or creation status.
- See Also:
SortTrackingServerBy
-
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,
sortBywill returnSortTrackingServerBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- 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
Descendingorder by creation time. To change the list order, you can specifySortOrderto beAscending.If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- Change the order of the listed tracking servers. By default, tracking servers are listed in
Descendingorder by creation time. To change the list order, you can specifySortOrderto beAscending. - See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
Change the order of the listed tracking servers. By default, tracking servers are listed in
Descendingorder by creation time. To change the list order, you can specifySortOrderto beAscending.If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- Change the order of the listed tracking servers. By default, tracking servers are listed in
Descendingorder by creation time. To change the list order, you can specifySortOrderto beAscending. - 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.
-
toBuilder
public ListMlflowTrackingServersRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListMlflowTrackingServersRequest.Builder,ListMlflowTrackingServersRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListMlflowTrackingServersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListMlflowTrackingServersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-