Package com.oracle.bmc.ailanguage.model
Class UpdateEndpointDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.model.UpdateEndpointDetails.Builder
 
- 
- Enclosing class:
- UpdateEndpointDetails
 
 public static class UpdateEndpointDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateEndpointDetails.Builderalias(String alias)Unique name across user tenancy in a region to identify an endpoint to be used for inferencing.UpdateEndpointDetailsbuild()UpdateEndpointDetails.Buildercopy(UpdateEndpointDetails model)UpdateEndpointDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateEndpointDetails.Builderdescription(String description)A short description of the endpoint.UpdateEndpointDetails.BuilderdisplayName(String displayName)A user-friendly display name for the resource.UpdateEndpointDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateEndpointDetails.BuilderinferenceUnits(Integer inferenceUnits)Number of replicas required for this endpoint.UpdateEndpointDetails.BuildermodelId(String modelId)The OCID of the model to associate with the endpoint.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateEndpointDetails.Builder displayName(String displayName) A user-friendly display name for the resource.It should be unique and can be modified. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
aliaspublic UpdateEndpointDetails.Builder alias(String alias) Unique name across user tenancy in a region to identify an endpoint to be used for inferencing.- Parameters:
- alias- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateEndpointDetails.Builder description(String description) A short description of the endpoint.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
modelIdpublic UpdateEndpointDetails.Builder modelId(String modelId) The OCID of the model to associate with the endpoint.- Parameters:
- modelId- the value to set
- Returns:
- this builder
 
 - 
inferenceUnitspublic UpdateEndpointDetails.Builder inferenceUnits(Integer inferenceUnits) Number of replicas required for this endpoint.This will be optional parameter. - Parameters:
- inferenceUnits- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateEndpointDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateEndpointDetails build() 
 - 
copypublic UpdateEndpointDetails.Builder copy(UpdateEndpointDetails model) 
 
- 
 
-