Package com.oracle.bmc.datascience.model
Class MlApplicationSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.MlApplicationSummary.Builder
-
- Enclosing class:
- MlApplicationSummary
public static class MlApplicationSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public MlApplicationSummary.Builder id(String id)
The OCID of the MlApplication.Unique identifier that is immutable after creation.
- Parameters:
id
- the value to set- Returns:
- this builder
-
name
public MlApplicationSummary.Builder name(String name)
The name of MlApplication.It is unique in a given tenancy.
- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public MlApplicationSummary.Builder description(String description)
Optional description of the ML Application- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public MlApplicationSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where the MlApplication is created.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
timeCreated
public MlApplicationSummary.Builder timeCreated(Date timeCreated)
The time the MlApplication was created.An RFC3339 formatted datetime string
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
lifecycleState
public MlApplicationSummary.Builder lifecycleState(MlApplication.LifecycleState lifecycleState)
The current state of the MlApplication.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
freeformTags
public MlApplicationSummary.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 MlApplicationSummary.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 MlApplicationSummary.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 MlApplicationSummary build()
-
copy
public MlApplicationSummary.Builder copy(MlApplicationSummary model)
-
-