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 interface
InferenceComponentSpecificationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
baseInferenceComponentName()
The name of the base inference component that contains this inference component.static InferenceComponentSpecificationSummary.Builder
builder()
InferenceComponentComputeResourceRequirements
computeResourceRequirements()
The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.InferenceComponentContainerSpecificationSummary
container()
Details about the container that provides the runtime environment for the model that is deployed with the inference component.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
modelName()
The name of the SageMaker model object that is deployed with the inference component.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends InferenceComponentSpecificationSummary.Builder>
serializableBuilderClass()
InferenceComponentStartupParameters
startupParameters()
Settings that take effect while the model container starts up.InferenceComponentSpecificationSummary.Builder
toBuilder()
String
toString()
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 model object that is deployed with the inference component.
- Returns:
- The name of the SageMaker 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:
toBuilder
in 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:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-