Interface ListMlflowTrackingServersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMlflowTrackingServersRequest.Builder,ListMlflowTrackingServersRequest>,SageMakerRequest.Builder,SdkBuilder<ListMlflowTrackingServersRequest.Builder,ListMlflowTrackingServersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMlflowTrackingServersRequest
public static interface ListMlflowTrackingServersRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListMlflowTrackingServersRequest.Builder,ListMlflowTrackingServersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMlflowTrackingServersRequest.BuildercreatedAfter(Instant createdAfter)Use theCreatedAfterfilter to only list tracking servers created after a specific date and time.ListMlflowTrackingServersRequest.BuildercreatedBefore(Instant createdBefore)Use theCreatedBeforefilter to only list tracking servers created before a specific date and time.ListMlflowTrackingServersRequest.BuildermaxResults(Integer maxResults)The maximum number of tracking servers to list.ListMlflowTrackingServersRequest.BuildermlflowVersion(String mlflowVersion)Filter for tracking servers using the specified MLflow version.ListMlflowTrackingServersRequest.BuildernextToken(String nextToken)If the previous response was truncated, you will receive this token.ListMlflowTrackingServersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMlflowTrackingServersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMlflowTrackingServersRequest.BuildersortBy(String sortBy)Filter for trackings servers sorting by name, creation time, or creation status.ListMlflowTrackingServersRequest.BuildersortBy(SortTrackingServerBy sortBy)Filter for trackings servers sorting by name, creation time, or creation status.ListMlflowTrackingServersRequest.BuildersortOrder(String sortOrder)Change the order of the listed tracking servers.ListMlflowTrackingServersRequest.BuildersortOrder(SortOrder sortOrder)Change the order of the listed tracking servers.ListMlflowTrackingServersRequest.BuildertrackingServerStatus(String trackingServerStatus)Filter for tracking servers with a specified creation status.ListMlflowTrackingServersRequest.BuildertrackingServerStatus(TrackingServerStatus trackingServerStatus)Filter for tracking servers with a specified creation status.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createdAfter
ListMlflowTrackingServersRequest.Builder createdAfter(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.- Parameters:
createdAfter- Use theCreatedAfterfilter 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:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
ListMlflowTrackingServersRequest.Builder createdBefore(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.- Parameters:
createdBefore- Use theCreatedBeforefilter 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:
- Returns a reference to this object so that method calls can be chained together.
-
trackingServerStatus
ListMlflowTrackingServersRequest.Builder trackingServerStatus(String trackingServerStatus)
Filter for tracking servers with a specified creation status.
- Parameters:
trackingServerStatus- Filter for tracking servers with a specified creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrackingServerStatus,TrackingServerStatus
-
trackingServerStatus
ListMlflowTrackingServersRequest.Builder trackingServerStatus(TrackingServerStatus trackingServerStatus)
Filter for tracking servers with a specified creation status.
- Parameters:
trackingServerStatus- Filter for tracking servers with a specified creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrackingServerStatus,TrackingServerStatus
-
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.
-
sortBy
ListMlflowTrackingServersRequest.Builder sortBy(String sortBy)
Filter for trackings servers sorting by name, creation time, or creation status.
- Parameters:
sortBy- Filter for trackings servers sorting by name, creation time, or creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortTrackingServerBy,SortTrackingServerBy
-
sortBy
ListMlflowTrackingServersRequest.Builder sortBy(SortTrackingServerBy sortBy)
Filter for trackings servers sorting by name, creation time, or creation status.
- Parameters:
sortBy- Filter for trackings servers sorting by name, creation time, or creation status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortTrackingServerBy,SortTrackingServerBy
-
sortOrder
ListMlflowTrackingServersRequest.Builder sortOrder(String 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.- Parameters:
sortOrder- Change the order of the listed tracking servers. By default, tracking servers are listed inDescendingorder by creation time. To change the list order, you can specifySortOrderto beAscending.- 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
Descendingorder by creation time. To change the list order, you can specifySortOrderto beAscending.- Parameters:
sortOrder- Change the order of the listed tracking servers. By default, tracking servers are listed inDescendingorder by creation time. To change the list order, you can specifySortOrderto beAscending.- 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.
-
overrideConfiguration
ListMlflowTrackingServersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMlflowTrackingServersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-