Package com.oracle.bmc.datascience.model
Class ModelVersionSet.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.ModelVersionSet.Builder
 
- 
- Enclosing class:
- ModelVersionSet
 
 public static class ModelVersionSet.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelVersionSetbuild()ModelVersionSet.Buildercategory(ModelVersionSetCategory category)The category of the model version set.ModelVersionSet.BuildercompartmentId(String compartmentId)The OCID of the model version set compartment.ModelVersionSet.Buildercopy(ModelVersionSet model)ModelVersionSet.BuildercreatedBy(String createdBy)The OCID of the user who created the model version set.ModelVersionSet.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ModelVersionSet.Builderdescription(String description)A short description of the model version set.ModelVersionSet.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.ModelVersionSet.Builderid(String id)The OCID of the model version set.ModelVersionSet.BuilderlifecycleState(ModelVersionSetLifecycleState lifecycleState)The state of the model version set.ModelVersionSet.Buildername(String name)A user-friendly name for the resource.ModelVersionSet.BuilderprojectId(String projectId)The OCID of the project associated with the model version set.ModelVersionSet.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.ModelVersionSet.BuildertimeCreated(Date timeCreated)The date and time that the resource was created in the timestamp format defined by RFC3339.ModelVersionSet.BuildertimeUpdated(Date timeUpdated)The date and time that the resource was created in the timestamp format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic ModelVersionSet.Builder id(String id) The OCID of the model version set.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ModelVersionSet.Builder compartmentId(String compartmentId) The OCID of the model version set compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
projectIdpublic ModelVersionSet.Builder projectId(String projectId) The OCID of the project associated with the model version set.- Parameters:
- projectId- the value to set
- Returns:
- this builder
 
 - 
namepublic ModelVersionSet.Builder name(String name) A user-friendly name for the resource.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ModelVersionSet.Builder description(String description) A short description of the model version set.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ModelVersionSet.Builder lifecycleState(ModelVersionSetLifecycleState lifecycleState) The state of the model version set.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ModelVersionSet.Builder timeCreated(Date timeCreated) The date and time that 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 ModelVersionSet.Builder timeUpdated(Date timeUpdated) The date and time that the resource was created in the timestamp format defined by RFC3339.Example: 2019-08-25T21:10:29.41Z - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
createdBypublic ModelVersionSet.Builder createdBy(String createdBy) The OCID of the user who created the model version set.- Parameters:
- createdBy- the value to set
- Returns:
- this builder
 
 - 
categorypublic ModelVersionSet.Builder category(ModelVersionSetCategory category) The category of the model version set.- Parameters:
- category- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic ModelVersionSet.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 ModelVersionSet.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 ModelVersionSet.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 ModelVersionSet build() 
 - 
copypublic ModelVersionSet.Builder copy(ModelVersionSet model) 
 
- 
 
-