Package com.oracle.bmc.datascience.model
Class UpdateModelGroupDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.UpdateModelGroupDetails.Builder
 
- 
- Enclosing class:
- UpdateModelGroupDetails
 
 public static class UpdateModelGroupDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateModelGroupDetailsbuild()UpdateModelGroupDetails.Buildercopy(UpdateModelGroupDetails model)UpdateModelGroupDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateModelGroupDetails.Builderdescription(String description)A short description of the modelGroup.UpdateModelGroupDetails.BuilderdisplayName(String displayName)A user-friendly display name for the resource.UpdateModelGroupDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.UpdateModelGroupDetails.BuildermodelGroupVersionHistoryId(String modelGroupVersionHistoryId)The OCID of the model group version history to which the modelGroup will be associated.UpdateModelGroupDetails.BuilderversionLabel(String versionLabel)An additional description of the lifecycle state of the model group.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateModelGroupDetails.Builder displayName(String displayName) A user-friendly display name for the resource.It does not have to be unique and can be modified. Avoid entering confidential information. Example: My ModelGroup - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateModelGroupDetails.Builder description(String description) A short description of the modelGroup.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
versionLabelpublic UpdateModelGroupDetails.Builder versionLabel(String versionLabel) An additional description of the lifecycle state of the model group.- Parameters:
- versionLabel- the value to set
- Returns:
- this builder
 
 - 
modelGroupVersionHistoryIdpublic UpdateModelGroupDetails.Builder modelGroupVersionHistoryId(String modelGroupVersionHistoryId) The OCID of the model group version history to which the modelGroup will be associated.- Parameters:
- modelGroupVersionHistoryId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateModelGroupDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateModelGroupDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateModelGroupDetails build() 
 - 
copypublic UpdateModelGroupDetails.Builder copy(UpdateModelGroupDetails model) 
 
- 
 
-