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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelGroupModelSummary
build()
ModelGroupModelSummary.Builder
category(ModelCategory category)
The category of the model.ModelGroupModelSummary.Builder
compartmentId(String compartmentId)
The OCID of the model’s compartment.ModelGroupModelSummary.Builder
copy(ModelGroupModelSummary model)
ModelGroupModelSummary.Builder
createdBy(String createdBy)
The OCID of the user who created the model.ModelGroupModelSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.ModelGroupModelSummary.Builder
displayName(String displayName)
A user-friendly display name of the model.ModelGroupModelSummary.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.ModelGroupModelSummary.Builder
id(String id)
The OCID of the model group.ModelGroupModelSummary.Builder
isModelByReference(Boolean isModelByReference)
Identifier to indicate whether a model artifact resides in the Service Tenancy or Customer Tenancy.ModelGroupModelSummary.Builder
lifecycleDetails(String lifecycleDetails)
Details about the lifecycle state of the model.ModelGroupModelSummary.Builder
lifecycleState(ModelLifecycleState lifecycleState)
The state of the model.ModelGroupModelSummary.Builder
modelId(String modelId)
The OCID of the model.ModelGroupModelSummary.Builder
projectId(String projectId)
The OCID of the project associated with the model.ModelGroupModelSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.ModelGroupModelSummary.Builder
timeCreated(Date timeCreated)
The date and time the resource was created in the timestamp format defined by RFC3339.ModelGroupModelSummary.Builder
timeUpdated(Date timeUpdated)
The date and time the resource was updated in the timestamp format defined by RFC3339.
-
-
-
Method Detail
-
id
public ModelGroupModelSummary.Builder id(String id)
The OCID of the model group.- Parameters:
id
- the value to set- Returns:
- this builder
-
modelId
public ModelGroupModelSummary.Builder modelId(String modelId)
The OCID of the model.- Parameters:
modelId
- the value to set- Returns:
- this builder
-
compartmentId
public ModelGroupModelSummary.Builder compartmentId(String compartmentId)
The OCID of the model’s compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
projectId
public ModelGroupModelSummary.Builder projectId(String projectId)
The OCID of the project associated with the model.- Parameters:
projectId
- the value to set- Returns:
- this builder
-
displayName
public ModelGroupModelSummary.Builder displayName(String displayName)
A user-friendly display name of the model.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
createdBy
public ModelGroupModelSummary.Builder createdBy(String createdBy)
The OCID of the user who created the model.- Parameters:
createdBy
- the value to set- Returns:
- this builder
-
timeCreated
public 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
-
timeUpdated
public 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
-
lifecycleState
public ModelGroupModelSummary.Builder lifecycleState(ModelLifecycleState lifecycleState)
The state of the model.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public ModelGroupModelSummary.Builder lifecycleDetails(String lifecycleDetails)
Details about the lifecycle state of the model.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
category
public ModelGroupModelSummary.Builder category(ModelCategory category)
The category of the model.- Parameters:
category
- the value to set- Returns:
- this builder
-
isModelByReference
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
systemTags
public 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
-
build
public ModelGroupModelSummary build()
-
copy
public ModelGroupModelSummary.Builder copy(ModelGroupModelSummary model)
-
-