| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceComponentResult |
AbstractAmazonSageMaker.describeInferenceComponent(DescribeInferenceComponentRequest request) |
DescribeInferenceComponentResult |
AmazonSageMakerClient.describeInferenceComponent(DescribeInferenceComponentRequest request)
Returns information about an inference component.
|
DescribeInferenceComponentResult |
AmazonSageMaker.describeInferenceComponent(DescribeInferenceComponentRequest describeInferenceComponentRequest)
Returns information about an inference component.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeInferenceComponentResult> |
AbstractAmazonSageMakerAsync.describeInferenceComponentAsync(DescribeInferenceComponentRequest request,
AsyncHandler<DescribeInferenceComponentRequest,DescribeInferenceComponentResult> asyncHandler) |
Future<DescribeInferenceComponentResult> |
AmazonSageMakerAsyncClient.describeInferenceComponentAsync(DescribeInferenceComponentRequest request,
AsyncHandler<DescribeInferenceComponentRequest,DescribeInferenceComponentResult> asyncHandler) |
Future<DescribeInferenceComponentResult> |
AmazonSageMakerAsync.describeInferenceComponentAsync(DescribeInferenceComponentRequest describeInferenceComponentRequest,
AsyncHandler<DescribeInferenceComponentRequest,DescribeInferenceComponentResult> asyncHandler)
Returns information about an inference component.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.clone() |
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withCreationTime(Date creationTime)
The time when the inference component was created.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withEndpointName(String endpointName)
The name of the endpoint that hosts the inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withFailureReason(String failureReason)
If the inference component status is
Failed, the reason for the failure. |
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withInferenceComponentName(String inferenceComponentName)
The name of the inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withInferenceComponentStatus(InferenceComponentStatus inferenceComponentStatus)
The status of the inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withInferenceComponentStatus(String inferenceComponentStatus)
The status of the inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withLastModifiedTime(Date lastModifiedTime)
The time when the inference component was last updated.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withRuntimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig)
Details about the runtime settings for the model that is deployed with the inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withSpecification(InferenceComponentSpecificationSummary specification)
Details about the resources that are deployed with this inference component.
|
DescribeInferenceComponentResult |
DescribeInferenceComponentResult.withVariantName(String variantName)
The name of the production variant that hosts the inference component.
|
Copyright © 2024. All rights reserved.