| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceComponentSummary |
InferenceComponentSummary.clone() |
InferenceComponentSummary |
InferenceComponentSummary.withCreationTime(Date creationTime)
The time when the inference component was created.
|
InferenceComponentSummary |
InferenceComponentSummary.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
|
InferenceComponentSummary |
InferenceComponentSummary.withEndpointName(String endpointName)
The name of the endpoint that hosts the inference component.
|
InferenceComponentSummary |
InferenceComponentSummary.withInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
|
InferenceComponentSummary |
InferenceComponentSummary.withInferenceComponentName(String inferenceComponentName)
The name of the inference component.
|
InferenceComponentSummary |
InferenceComponentSummary.withInferenceComponentStatus(InferenceComponentStatus inferenceComponentStatus)
The status of the inference component.
|
InferenceComponentSummary |
InferenceComponentSummary.withInferenceComponentStatus(String inferenceComponentStatus)
The status of the inference component.
|
InferenceComponentSummary |
InferenceComponentSummary.withLastModifiedTime(Date lastModifiedTime)
The time when the inference component was last updated.
|
InferenceComponentSummary |
InferenceComponentSummary.withVariantName(String variantName)
The name of the production variant that hosts the inference component.
|
| Modifier and Type | Method and Description |
|---|---|
List<InferenceComponentSummary> |
ListInferenceComponentsResult.getInferenceComponents()
A list of inference components and their properties that matches any of the filters you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListInferenceComponentsResult |
ListInferenceComponentsResult.withInferenceComponents(InferenceComponentSummary... inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInferenceComponentsResult.setInferenceComponents(Collection<InferenceComponentSummary> inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
|
ListInferenceComponentsResult |
ListInferenceComponentsResult.withInferenceComponents(Collection<InferenceComponentSummary> inferenceComponents)
A list of inference components and their properties that matches any of the filters you specified in the request.
|
Copyright © 2024. All rights reserved.