Package com.oracle.bmc.datascience.model
Class ModelGroupModelSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.ModelGroupModelSummary.Builder
 
- 
- Enclosing class:
- ModelGroupModelSummary
 
 public static class ModelGroupModelSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelGroupModelSummarybuild()ModelGroupModelSummary.Buildercategory(ModelCategory category)The category of the model.ModelGroupModelSummary.BuildercompartmentId(String compartmentId)The OCID of the model’s compartment.ModelGroupModelSummary.Buildercopy(ModelGroupModelSummary model)ModelGroupModelSummary.BuildercreatedBy(String createdBy)The OCID of the user who created the model.ModelGroupModelSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ModelGroupModelSummary.BuilderdisplayName(String displayName)A user-friendly display name of the model.ModelGroupModelSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ModelGroupModelSummary.Builderid(String id)The OCID of the model group.ModelGroupModelSummary.BuilderisModelByReference(Boolean isModelByReference)Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.ModelGroupModelSummary.BuilderlifecycleDetails(String lifecycleDetails)Details about the lifecycle state of the model.ModelGroupModelSummary.BuilderlifecycleState(ModelLifecycleState lifecycleState)The state of the model.ModelGroupModelSummary.BuildermodelId(String modelId)The OCID of the model.ModelGroupModelSummary.BuilderprojectId(String projectId)The OCID of the project associated with the model.ModelGroupModelSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.ModelGroupModelSummary.BuildertimeCreated(Date timeCreated)The date and time the resource was created in the timestamp format defined by RFC3339.ModelGroupModelSummary.BuildertimeUpdated(Date timeUpdated)The date and time the resource was updated in the timestamp format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic ModelGroupModelSummary.Builder id(String id) The OCID of the model group.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
modelIdpublic ModelGroupModelSummary.Builder modelId(String modelId) The OCID of the model.- Parameters:
- modelId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ModelGroupModelSummary.Builder compartmentId(String compartmentId) The OCID of the model’s compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
projectIdpublic ModelGroupModelSummary.Builder projectId(String projectId) The OCID of the project associated with the model.- Parameters:
- projectId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ModelGroupModelSummary.Builder displayName(String displayName) A user-friendly display name of the model.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
createdBypublic ModelGroupModelSummary.Builder createdBy(String createdBy) The OCID of the user who created the model.- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ModelGroupModelSummary.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 ModelGroupModelSummary.Builder timeUpdated(Date timeUpdated) The date and time the resource was updated in the timestamp format defined by RFC3339.Example: 2019-08-25T21:10:29.41Z - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ModelGroupModelSummary.Builder lifecycleState(ModelLifecycleState lifecycleState) The state of the model.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ModelGroupModelSummary.Builder lifecycleDetails(String lifecycleDetails) Details about the lifecycle state of the model.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
categorypublic ModelGroupModelSummary.Builder category(ModelCategory category) The category of the model.- Parameters:
- category- the value to set
- Returns:
- this builder
 
 - 
isModelByReferencepublic ModelGroupModelSummary.Builder isModelByReference(Boolean isModelByReference) Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.- Parameters:
- isModelByReference- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ModelGroupModelSummary.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 ModelGroupModelSummary.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 ModelGroupModelSummary.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
 
 - 
buildpublic ModelGroupModelSummary build() 
 - 
copypublic ModelGroupModelSummary.Builder copy(ModelGroupModelSummary model) 
 
- 
 
-