Interface ListModelCardExportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListModelCardExportJobsRequest.Builder,ListModelCardExportJobsRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListModelCardExportJobsRequest.Builder,ListModelCardExportJobsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListModelCardExportJobsRequest
public static interface ListModelCardExportJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListModelCardExportJobsRequest.Builder,ListModelCardExportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelCardExportJobsRequest.Builder
creationTimeAfter(Instant creationTimeAfter)
Only list model card export jobs that were created after the time specified.ListModelCardExportJobsRequest.Builder
creationTimeBefore(Instant creationTimeBefore)
Only list model card export jobs that were created before the time specified.ListModelCardExportJobsRequest.Builder
maxResults(Integer maxResults)
The maximum number of model card export jobs to list.ListModelCardExportJobsRequest.Builder
modelCardExportJobNameContains(String modelCardExportJobNameContains)
Only list model card export jobs with names that contain the specified string.ListModelCardExportJobsRequest.Builder
modelCardName(String modelCardName)
List export jobs for the model card with the specified name.ListModelCardExportJobsRequest.Builder
modelCardVersion(Integer modelCardVersion)
List export jobs for the model card with the specified version.ListModelCardExportJobsRequest.Builder
nextToken(String nextToken)
If the response to a previousListModelCardExportJobs
request was truncated, the response includes aNextToken
.ListModelCardExportJobsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListModelCardExportJobsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListModelCardExportJobsRequest.Builder
sortBy(String sortBy)
Sort model card export jobs by either name or creation time.ListModelCardExportJobsRequest.Builder
sortBy(ModelCardExportJobSortBy sortBy)
Sort model card export jobs by either name or creation time.ListModelCardExportJobsRequest.Builder
sortOrder(String sortOrder)
Sort model card export jobs by ascending or descending order.ListModelCardExportJobsRequest.Builder
sortOrder(ModelCardExportJobSortOrder sortOrder)
Sort model card export jobs by ascending or descending order.ListModelCardExportJobsRequest.Builder
statusEquals(String statusEquals)
Only list model card export jobs with the specified status.ListModelCardExportJobsRequest.Builder
statusEquals(ModelCardExportJobStatus statusEquals)
Only list model card export jobs with the specified 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
-
modelCardName
ListModelCardExportJobsRequest.Builder modelCardName(String modelCardName)
List export jobs for the model card with the specified name.
- Parameters:
modelCardName
- List export jobs for the model card with the specified name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardVersion
ListModelCardExportJobsRequest.Builder modelCardVersion(Integer modelCardVersion)
List export jobs for the model card with the specified version.
- Parameters:
modelCardVersion
- List export jobs for the model card with the specified version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListModelCardExportJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Only list model card export jobs that were created after the time specified.
- Parameters:
creationTimeAfter
- Only list model card export jobs that were created after the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListModelCardExportJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Only list model card export jobs that were created before the time specified.
- Parameters:
creationTimeBefore
- Only list model card export jobs that were created before the time specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardExportJobNameContains
ListModelCardExportJobsRequest.Builder modelCardExportJobNameContains(String modelCardExportJobNameContains)
Only list model card export jobs with names that contain the specified string.
- Parameters:
modelCardExportJobNameContains
- Only list model card export jobs with names that contain the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListModelCardExportJobsRequest.Builder statusEquals(String statusEquals)
Only list model card export jobs with the specified status.
- Parameters:
statusEquals
- Only list model card export jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobStatus
,ModelCardExportJobStatus
-
statusEquals
ListModelCardExportJobsRequest.Builder statusEquals(ModelCardExportJobStatus statusEquals)
Only list model card export jobs with the specified status.
- Parameters:
statusEquals
- Only list model card export jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobStatus
,ModelCardExportJobStatus
-
sortBy
ListModelCardExportJobsRequest.Builder sortBy(String sortBy)
Sort model card export jobs by either name or creation time. Sorts by creation time by default.
- Parameters:
sortBy
- Sort model card export jobs by either name or creation time. Sorts by creation time by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobSortBy
,ModelCardExportJobSortBy
-
sortBy
ListModelCardExportJobsRequest.Builder sortBy(ModelCardExportJobSortBy sortBy)
Sort model card export jobs by either name or creation time. Sorts by creation time by default.
- Parameters:
sortBy
- Sort model card export jobs by either name or creation time. Sorts by creation time by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobSortBy
,ModelCardExportJobSortBy
-
sortOrder
ListModelCardExportJobsRequest.Builder sortOrder(String sortOrder)
Sort model card export jobs by ascending or descending order.
- Parameters:
sortOrder
- Sort model card export jobs by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobSortOrder
,ModelCardExportJobSortOrder
-
sortOrder
ListModelCardExportJobsRequest.Builder sortOrder(ModelCardExportJobSortOrder sortOrder)
Sort model card export jobs by ascending or descending order.
- Parameters:
sortOrder
- Sort model card export jobs by ascending or descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobSortOrder
,ModelCardExportJobSortOrder
-
nextToken
ListModelCardExportJobsRequest.Builder nextToken(String nextToken)
If the response to a previous
ListModelCardExportJobs
request was truncated, the response includes aNextToken
. To retrieve the next set of model card export jobs, use the token in the next request.- Parameters:
nextToken
- If the response to a previousListModelCardExportJobs
request was truncated, the response includes aNextToken
. To retrieve the next set of model card export jobs, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListModelCardExportJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of model card export jobs to list.
- Parameters:
maxResults
- The maximum number of model card export jobs to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListModelCardExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListModelCardExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-