Class GetImportedModelResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.bedrock.model.BedrockResponse
-
- software.amazon.awssdk.services.bedrock.model.GetImportedModelResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetImportedModelResponse.Builder,GetImportedModelResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetImportedModelResponse extends BedrockResponse implements ToCopyableBuilder<GetImportedModelResponse.Builder,GetImportedModelResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetImportedModelResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetImportedModelResponse.Builderbuilder()InstantcreationTime()Creation time of the imported model.CustomModelUnitscustomModelUnits()Information about the hardware utilization for a single copy of the 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.StringjobArn()Job Amazon Resource Name (ARN) associated with the imported model.StringjobName()Job name associated with the imported model.StringmodelArchitecture()The architecture of the imported model.StringmodelArn()The Amazon Resource Name (ARN) associated with this imported model.ModelDataSourcemodelDataSource()The data source for this imported model.StringmodelKmsKeyArn()The imported model is encrypted at rest using this key.StringmodelName()The name of the imported model.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetImportedModelResponse.Builder>serializableBuilderClass()GetImportedModelResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.bedrock.model.BedrockResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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) associated with this imported model.
- Returns:
- The Amazon Resource Name (ARN) associated with this imported model.
-
modelName
public final String modelName()
The name of the imported model.
- Returns:
- The name of the imported model.
-
jobName
public final String jobName()
Job name associated with the imported model.
- Returns:
- Job name associated with the imported model.
-
jobArn
public final String jobArn()
Job Amazon Resource Name (ARN) associated with the imported model.
- Returns:
- Job Amazon Resource Name (ARN) associated with the imported model.
-
modelDataSource
public final ModelDataSource modelDataSource()
The data source for this imported model.
- Returns:
- The data source for this imported model.
-
creationTime
public final Instant creationTime()
Creation time of the imported model.
- Returns:
- Creation time of the imported model.
-
modelArchitecture
public final String modelArchitecture()
The architecture of the imported model.
- Returns:
- The architecture of the imported model.
-
modelKmsKeyArn
public final String modelKmsKeyArn()
The imported model is encrypted at rest using this key.
- Returns:
- The imported model is encrypted at rest using this key.
-
instructSupported
public final Boolean instructSupported()
Specifies if the imported model supports converse.
- Returns:
- Specifies if the imported model supports converse.
-
customModelUnits
public final CustomModelUnits customModelUnits()
Information about the hardware utilization for a single copy of the model.
- Returns:
- Information about the hardware utilization for a single copy of the model.
-
toBuilder
public GetImportedModelResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetImportedModelResponse.Builder,GetImportedModelResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetImportedModelResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetImportedModelResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-