EndpointSummary.Builder |
EndpointSummary.Builder.alias(String alias) |
Unique name across user tenancy in a region to identify an endpoint to be used for
inferencing.
|
static EndpointSummary.Builder |
EndpointSummary.builder() |
Create a new builder.
|
EndpointSummary.Builder |
EndpointSummary.Builder.compartmentId(String compartmentId) |
The OCID for the
Endpoint compartment.
|
EndpointSummary.Builder |
EndpointSummary.Builder.computeType(EndpointSummary.ComputeType computeType) |
Compute infra type for endpoint.
|
EndpointSummary.Builder |
EndpointSummary.Builder.copy(EndpointSummary model) |
|
EndpointSummary.Builder |
EndpointSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
EndpointSummary.Builder |
EndpointSummary.Builder.description(String description) |
A short description of the endpoint.
|
EndpointSummary.Builder |
EndpointSummary.Builder.displayName(String displayName) |
A user-friendly display name for the resource.
|
EndpointSummary.Builder |
EndpointSummary.Builder.freeformTags(Map<String,String> freeformTags) |
Simple key-value pair that is applied without any predefined name, type or scope.
|
EndpointSummary.Builder |
EndpointSummary.Builder.id(String id) |
Unique identifier endpoint OCID of an endpoint that is immutable on creation.
|
EndpointSummary.Builder |
EndpointSummary.Builder.inferenceUnits(Integer inferenceUnits) |
Number of replicas required for this endpoint.
|
EndpointSummary.Builder |
EndpointSummary.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state in more detail.
|
EndpointSummary.Builder |
EndpointSummary.Builder.lifecycleState(Endpoint.LifecycleState lifecycleState) |
The state of the endpoint.
|
EndpointSummary.Builder |
EndpointSummary.Builder.modelId(String modelId) |
The OCID of the
model to associate with the endpoint.
|
EndpointSummary.Builder |
EndpointSummary.Builder.projectId(String projectId) |
The OCID of the
project to associate with the endpoint.
|
EndpointSummary.Builder |
EndpointSummary.Builder.systemTags(Map<String,Map<String,Object>> systemTags) |
Usage of system tag keys.
|
EndpointSummary.Builder |
EndpointSummary.Builder.timeCreated(Date timeCreated) |
The time the the endpoint was created.
|
EndpointSummary.Builder |
EndpointSummary.toBuilder() |
|