Class ImportedModelSummary
- java.lang.Object
-
- software.amazon.awssdk.services.bedrock.model.ImportedModelSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportedModelSummary.Builder,ImportedModelSummary>
@Generated("software.amazon.awssdk:codegen") public final class ImportedModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportedModelSummary.Builder,ImportedModelSummary>
Information about the imported model.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImportedModelSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportedModelSummary.Builderbuilder()InstantcreationTime()Creation time of the imported model.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleaninstructSupported()Specifies if the imported model supports converse.StringmodelArchitecture()The architecture of the imported model.StringmodelArn()The Amazon Resource Name (ARN) of the imported model.StringmodelName()Name of the imported model.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ImportedModelSummary.Builder>serializableBuilderClass()ImportedModelSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelArn
public final String modelArn()
The Amazon Resource Name (ARN) of the imported model.
- Returns:
- The Amazon Resource Name (ARN) of the imported model.
-
modelName
public final String modelName()
Name of the imported model.
- Returns:
- Name of the imported model.
-
creationTime
public final Instant creationTime()
Creation time of the imported model.
- Returns:
- Creation time of the imported model.
-
instructSupported
public final Boolean instructSupported()
Specifies if the imported model supports converse.
- Returns:
- Specifies if the imported model supports converse.
-
modelArchitecture
public final String modelArchitecture()
The architecture of the imported model.
- Returns:
- The architecture of the imported model.
-
toBuilder
public ImportedModelSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportedModelSummary.Builder,ImportedModelSummary>
-
builder
public static ImportedModelSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImportedModelSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-