static MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.builder() |
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.createdAt(Instant createdAt) |
The timestamp when the endpoint was registered.
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.endpointArn(String endpointArn) |
The Amazon Resource Name (ARN) of the endpoint.
|
default MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.endpointConfig(Consumer<EndpointConfig.Builder> endpointConfig) |
The configuration of the endpoint, including the number and type of instances used.
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.endpointConfig(EndpointConfig endpointConfig) |
The configuration of the endpoint, including the number and type of instances used.
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.endpointStatus(String endpointStatus) |
The current status of the endpoint (e.g., Creating, InService, Updating, Failed).
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.endpointStatusMessage(String endpointStatusMessage) |
Additional information about the endpoint status, if available.
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.modelSourceIdentifier(String modelSourceIdentifier) |
The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.status(String status) |
The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.status(Status status) |
The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.statusMessage(String statusMessage) |
Additional information about the overall status, if available.
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.toBuilder() |
|
MarketplaceModelEndpoint.Builder |
MarketplaceModelEndpoint.Builder.updatedAt(Instant updatedAt) |
The timestamp when the endpoint was last updated.
|