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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateModelGroupDetails
build()
UpdateModelGroupDetails.Builder
copy(UpdateModelGroupDetails model)
UpdateModelGroupDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateModelGroupDetails.Builder
description(String description)
A short description of the modelGroup.UpdateModelGroupDetails.Builder
displayName(String displayName)
A user-friendly display name for the resource.UpdateModelGroupDetails.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.UpdateModelGroupDetails.Builder
modelGroupVersionHistoryId(String modelGroupVersionHistoryId)
The OCID of the model group version history to which the modelGroup will be associated.UpdateModelGroupDetails.Builder
versionLabel(String versionLabel)
An additional description of the lifecycle state of the model group.
-
-
-
Method Detail
-
displayName
public 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
-
description
public UpdateModelGroupDetails.Builder description(String description)
A short description of the modelGroup.- Parameters:
description
- the value to set- Returns:
- this builder
-
versionLabel
public 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
-
modelGroupVersionHistoryId
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateModelGroupDetails build()
-
copy
public UpdateModelGroupDetails.Builder copy(UpdateModelGroupDetails model)
-
-