Interface ModelCardExportArtifacts.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelCardExportArtifacts.Builder,ModelCardExportArtifacts>
,SdkBuilder<ModelCardExportArtifacts.Builder,ModelCardExportArtifacts>
,SdkPojo
- Enclosing class:
- ModelCardExportArtifacts
public static interface ModelCardExportArtifacts.Builder extends SdkPojo, CopyableBuilder<ModelCardExportArtifacts.Builder,ModelCardExportArtifacts>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelCardExportArtifacts.Builder
s3ExportArtifacts(String s3ExportArtifacts)
The Amazon S3 URI of the exported model artifacts.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3ExportArtifacts
ModelCardExportArtifacts.Builder s3ExportArtifacts(String s3ExportArtifacts)
The Amazon S3 URI of the exported model artifacts.
- Parameters:
s3ExportArtifacts
- The Amazon S3 URI of the exported model artifacts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-