Package com.oracle.bmc.datascience.model
Class ModelGroupVersionHistory.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.ModelGroupVersionHistory.Builder
 
- 
- Enclosing class:
- ModelGroupVersionHistory
 
 public static class ModelGroupVersionHistory.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelGroupVersionHistorybuild()ModelGroupVersionHistory.BuildercompartmentId(String compartmentId)The OCID of the modelGroupVersionHistory’s compartment.ModelGroupVersionHistory.Buildercopy(ModelGroupVersionHistory model)ModelGroupVersionHistory.BuildercreatedBy(String createdBy)The OCID of the user who created the modelGroupVersionHistory.ModelGroupVersionHistory.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ModelGroupVersionHistory.Builderdescription(String description)A short description of the modelGroupVersionHistory.ModelGroupVersionHistory.BuilderdisplayName(String displayName)A user-friendly display name for the resource.ModelGroupVersionHistory.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ModelGroupVersionHistory.Builderid(String id)The OCID of the modelGroupVersionHistory.ModelGroupVersionHistory.BuilderlatestModelGroupId(String latestModelGroupId)The OCID of the latest version of the model group associated.ModelGroupVersionHistory.BuilderlifecycleDetails(String lifecycleDetails)Details about the lifecycle state of the model group version history.ModelGroupVersionHistory.BuilderlifecycleState(ModelGroupVersionHistoryLifecycleState lifecycleState)The state of the modelGroupVersionHistory.ModelGroupVersionHistory.BuilderprojectId(String projectId)The OCID of the project associated with the modelGroupVersionHistory.ModelGroupVersionHistory.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.ModelGroupVersionHistory.BuildertimeCreated(Date timeCreated)The date and time the resource was created in the timestamp format defined by RFC3339.ModelGroupVersionHistory.BuildertimeUpdated(Date timeUpdated)The date and time the resource was last updated in the timestamp format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic ModelGroupVersionHistory.Builder id(String id) The OCID of the modelGroupVersionHistory.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ModelGroupVersionHistory.Builder compartmentId(String compartmentId) The OCID of the modelGroupVersionHistory’s compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
projectIdpublic ModelGroupVersionHistory.Builder projectId(String projectId) The OCID of the project associated with the modelGroupVersionHistory.- Parameters:
- projectId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ModelGroupVersionHistory.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. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ModelGroupVersionHistory.Builder description(String description) A short description of the modelGroupVersionHistory.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
latestModelGroupIdpublic ModelGroupVersionHistory.Builder latestModelGroupId(String latestModelGroupId) The OCID of the latest version of the model group associated.- Parameters:
- latestModelGroupId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ModelGroupVersionHistory.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 ModelGroupVersionHistory.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
 
 - 
systemTagspublic ModelGroupVersionHistory.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ModelGroupVersionHistory.Builder lifecycleState(ModelGroupVersionHistoryLifecycleState lifecycleState) The state of the modelGroupVersionHistory.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ModelGroupVersionHistory.Builder lifecycleDetails(String lifecycleDetails) Details about the lifecycle state of the model group version history.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ModelGroupVersionHistory.Builder timeCreated(Date timeCreated) The date and time the resource was created in the timestamp format defined by RFC3339.Example: 2019-08-25T21:10:29.41Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic ModelGroupVersionHistory.Builder timeUpdated(Date timeUpdated) The date and time the resource was last updated in the timestamp format defined by RFC3339.Example: 2019-08-25T21:10:29.41Z - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
createdBypublic ModelGroupVersionHistory.Builder createdBy(String createdBy) The OCID of the user who created the modelGroupVersionHistory.- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
buildpublic ModelGroupVersionHistory build() 
 - 
copypublic ModelGroupVersionHistory.Builder copy(ModelGroupVersionHistory model) 
 
- 
 
-