Class InferenceComponentSpecificationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.InferenceComponentSpecificationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InferenceComponentSpecificationSummary.Builder,InferenceComponentSpecificationSummary>
@Generated("software.amazon.awssdk:codegen") public final class InferenceComponentSpecificationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InferenceComponentSpecificationSummary.Builder,InferenceComponentSpecificationSummary>
Details about the resources that are deployed with this inference component.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInferenceComponentSpecificationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbaseInferenceComponentName()The name of the base inference component that contains this inference component.static InferenceComponentSpecificationSummary.Builderbuilder()InferenceComponentComputeResourceRequirementscomputeResourceRequirements()The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.InferenceComponentContainerSpecificationSummarycontainer()Details about the container that provides the runtime environment for the model that is deployed with the inference component.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmodelName()The name of the SageMaker AI model object that is deployed with the inference component.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InferenceComponentSpecificationSummary.Builder>serializableBuilderClass()InferenceComponentStartupParametersstartupParameters()Settings that take effect while the model container starts up.InferenceComponentSpecificationSummary.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
-
modelName
public final String modelName()
The name of the SageMaker AI model object that is deployed with the inference component.
- Returns:
- The name of the SageMaker AI model object that is deployed with the inference component.
-
container
public final InferenceComponentContainerSpecificationSummary container()
Details about the container that provides the runtime environment for the model that is deployed with the inference component.
- Returns:
- Details about the container that provides the runtime environment for the model that is deployed with the inference component.
-
startupParameters
public final InferenceComponentStartupParameters startupParameters()
Settings that take effect while the model container starts up.
- Returns:
- Settings that take effect while the model container starts up.
-
computeResourceRequirements
public final InferenceComponentComputeResourceRequirements computeResourceRequirements()
The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.
- Returns:
- The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.
-
baseInferenceComponentName
public final String baseInferenceComponentName()
The name of the base inference component that contains this inference component.
- Returns:
- The name of the base inference component that contains this inference component.
-
toBuilder
public InferenceComponentSpecificationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InferenceComponentSpecificationSummary.Builder,InferenceComponentSpecificationSummary>
-
builder
public static InferenceComponentSpecificationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends InferenceComponentSpecificationSummary.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
-
-