Interface ImportedModelSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImportedModelSummary.Builder,ImportedModelSummary>,SdkBuilder<ImportedModelSummary.Builder,ImportedModelSummary>,SdkPojo
- Enclosing class:
- ImportedModelSummary
@Mutable @NotThreadSafe public static interface ImportedModelSummary.Builder extends SdkPojo, CopyableBuilder<ImportedModelSummary.Builder,ImportedModelSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportedModelSummary.BuildercreationTime(Instant creationTime)Creation time of the imported model.ImportedModelSummary.BuilderinstructSupported(Boolean instructSupported)Specifies if the imported model supports converse.ImportedModelSummary.BuildermodelArchitecture(String modelArchitecture)The architecture of the imported model.ImportedModelSummary.BuildermodelArn(String modelArn)The Amazon Resource Name (ARN) of the imported model.ImportedModelSummary.BuildermodelName(String modelName)Name of the imported model.-
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
-
modelArn
ImportedModelSummary.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the imported model.
- Parameters:
modelArn- The Amazon Resource Name (ARN) of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
ImportedModelSummary.Builder modelName(String modelName)
Name of the imported model.
- Parameters:
modelName- Name of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
ImportedModelSummary.Builder creationTime(Instant creationTime)
Creation time of the imported model.
- Parameters:
creationTime- Creation time of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instructSupported
ImportedModelSummary.Builder instructSupported(Boolean instructSupported)
Specifies if the imported model supports converse.
- Parameters:
instructSupported- Specifies if the imported model supports converse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArchitecture
ImportedModelSummary.Builder modelArchitecture(String modelArchitecture)
The architecture of the imported model.
- Parameters:
modelArchitecture- The architecture of the imported model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-