Interface ListModelCardExportJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListModelCardExportJobsResponse.Builder,ListModelCardExportJobsResponse>,SageMakerResponse.Builder,SdkBuilder<ListModelCardExportJobsResponse.Builder,ListModelCardExportJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListModelCardExportJobsResponse
public static interface ListModelCardExportJobsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListModelCardExportJobsResponse.Builder,ListModelCardExportJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListModelCardExportJobsResponse.BuildermodelCardExportJobSummaries(Collection<ModelCardExportJobSummary> modelCardExportJobSummaries)The summaries of the listed model card export jobs.ListModelCardExportJobsResponse.BuildermodelCardExportJobSummaries(Consumer<ModelCardExportJobSummary.Builder>... modelCardExportJobSummaries)The summaries of the listed model card export jobs.ListModelCardExportJobsResponse.BuildermodelCardExportJobSummaries(ModelCardExportJobSummary... modelCardExportJobSummaries)The summaries of the listed model card export jobs.ListModelCardExportJobsResponse.BuildernextToken(String nextToken)If the response is truncated, SageMaker returns this token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
modelCardExportJobSummaries
ListModelCardExportJobsResponse.Builder modelCardExportJobSummaries(Collection<ModelCardExportJobSummary> modelCardExportJobSummaries)
The summaries of the listed model card export jobs.
- Parameters:
modelCardExportJobSummaries- The summaries of the listed model card export jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardExportJobSummaries
ListModelCardExportJobsResponse.Builder modelCardExportJobSummaries(ModelCardExportJobSummary... modelCardExportJobSummaries)
The summaries of the listed model card export jobs.
- Parameters:
modelCardExportJobSummaries- The summaries of the listed model card export jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardExportJobSummaries
ListModelCardExportJobsResponse.Builder modelCardExportJobSummaries(Consumer<ModelCardExportJobSummary.Builder>... modelCardExportJobSummaries)
The summaries of the listed model card export jobs.
This is a convenience method that creates an instance of theModelCardExportJobSummary.Builderavoiding the need to create one manually viaModelCardExportJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#modelCardExportJobSummaries(List.) - Parameters:
modelCardExportJobSummaries- a consumer that will call methods onModelCardExportJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#modelCardExportJobSummaries(java.util.Collection)
-
nextToken
ListModelCardExportJobsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, use it in the subsequent request.
- Parameters:
nextToken- If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-