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 interface
ListMlflowTrackingServersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListMlflowTrackingServersRequest.Builder
builder()
Instant
createdAfter()
Use theCreatedAfter
filter to only list tracking servers created after a specific date and time.Instant
createdBefore()
Use theCreatedBefore
filter to only list tracking servers created before a specific date and time.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
maxResults()
The maximum number of tracking servers to list.String
mlflowVersion()
Filter for tracking servers using the specified MLflow version.String
nextToken()
If the previous response was truncated, you will receive this token.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ListMlflowTrackingServersRequest.Builder>
serializableBuilderClass()
SortTrackingServerBy
sortBy()
Filter for trackings servers sorting by name, creation time, or creation status.String
sortByAsString()
Filter for trackings servers sorting by name, creation time, or creation status.SortOrder
sortOrder()
Change the order of the listed tracking servers.String
sortOrderAsString()
Change the order of the listed tracking servers.ListMlflowTrackingServersRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.TrackingServerStatus
trackingServerStatus()
Filter for tracking servers with a specified creation status.String
trackingServerStatusAsString()
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
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"
. TheCreatedAfter
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"
. TheCreatedAfter
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"
. TheCreatedBefore
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"
. TheCreatedBefore
parameter 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,
trackingServerStatus
will 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,
trackingServerStatus
will 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,
sortBy
will 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,
sortBy
will 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
Descending
order by creation time. To change the list order, you can specifySortOrder
to beAscending
.If the service returns an enum value that is not available in the current SDK version,
sortOrder
will 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
Descending
order by creation time. To change the list order, you can specifySortOrder
to beAscending
. - 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 specifySortOrder
to beAscending
.If the service returns an enum value that is not available in the current SDK version,
sortOrder
will 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
Descending
order by creation time. To change the list order, you can specifySortOrder
to 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:
toBuilder
in interfaceToCopyableBuilder<ListMlflowTrackingServersRequest.Builder,ListMlflowTrackingServersRequest>
- Specified by:
toBuilder
in classSageMakerRequest
-
builder
public static ListMlflowTrackingServersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListMlflowTrackingServersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-