Class MlApplicationImplementationVersionSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datascience.model.MlApplicationImplementationVersionSummary.Builder
 
- 
- Enclosing class:
- MlApplicationImplementationVersionSummary
 
 public static class MlApplicationImplementationVersionSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MlApplicationImplementationVersionSummary.BuilderallowedMigrationDestinations(List<String> allowedMigrationDestinations)List of ML Application Implementation OCIDs for which migration from this implementation is allowed.MlApplicationImplementationVersionSummarybuild()MlApplicationImplementationVersionSummary.BuilderconfigurationSchema(List<ConfigurationPropertySchema> configurationSchema)Schema of configuration which needs to be provided for each ML Application Instance.MlApplicationImplementationVersionSummary.Buildercopy(MlApplicationImplementationVersionSummary model)MlApplicationImplementationVersionSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.MlApplicationImplementationVersionSummary.Builderdescription(String description)Description of ML Application Implementation defined in ML Application package descriptorMlApplicationImplementationVersionSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.MlApplicationImplementationVersionSummary.Builderid(String id)The OCID of the MlApplicationImplementationVersion.MlApplicationImplementationVersionSummary.BuilderlifecycleState(MlApplicationImplementationVersion.LifecycleState lifecycleState)The current state of the MlApplicationImplementationVersion.MlApplicationImplementationVersionSummary.BuildermlApplicationId(String mlApplicationId)The OCID of the ML Application implemented by this ML Application Implementation.MlApplicationImplementationVersionSummary.BuildermlApplicationImplementationId(String mlApplicationImplementationId)The OCID of the MlApplicationImplementation for which this resource keeps the historical state.MlApplicationImplementationVersionSummary.BuildermlApplicationName(String mlApplicationName)The name of ML Application (based on mlApplicationId).MlApplicationImplementationVersionSummary.Buildername(String name)ML Application Implementation name which is unique for given ML Application.MlApplicationImplementationVersionSummary.BuilderpackageVersion(String packageVersion)The version of ML Application Package (e.g.MlApplicationImplementationVersionSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.MlApplicationImplementationVersionSummary.BuildertimeCreated(Date timeCreated)Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.
 
- 
- 
- 
Method Detail- 
idpublic MlApplicationImplementationVersionSummary.Builder id(String id) The OCID of the MlApplicationImplementationVersion.Unique identifier that is immutable after creation. - Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
mlApplicationImplementationIdpublic MlApplicationImplementationVersionSummary.Builder mlApplicationImplementationId(String mlApplicationImplementationId) The OCID of the MlApplicationImplementation for which this resource keeps the historical state.- Parameters:
- mlApplicationImplementationId- the value to set
- Returns:
- this builder
 
 - 
namepublic MlApplicationImplementationVersionSummary.Builder name(String name) ML Application Implementation name which is unique for given ML Application.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic MlApplicationImplementationVersionSummary.Builder description(String description) Description of ML Application Implementation defined in ML Application package descriptor- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
mlApplicationIdpublic MlApplicationImplementationVersionSummary.Builder mlApplicationId(String mlApplicationId) The OCID of the ML Application implemented by this ML Application Implementation.- Parameters:
- mlApplicationId- the value to set
- Returns:
- this builder
 
 - 
mlApplicationNamepublic MlApplicationImplementationVersionSummary.Builder mlApplicationName(String mlApplicationName) The name of ML Application (based on mlApplicationId).- Parameters:
- mlApplicationName- the value to set
- Returns:
- this builder
 
 - 
packageVersionpublic MlApplicationImplementationVersionSummary.Builder packageVersion(String packageVersion) The version of ML Application Package (e.g.“1.2” or “2.0.4”) defined in ML Application package descriptor. Value is not mandatory only for CREATING state otherwise it must be always presented. - Parameters:
- packageVersion- the value to set
- Returns:
- this builder
 
 - 
configurationSchemapublic MlApplicationImplementationVersionSummary.Builder configurationSchema(List<ConfigurationPropertySchema> configurationSchema) Schema of configuration which needs to be provided for each ML Application Instance.It is defined in the ML Application package descriptor. - Parameters:
- configurationSchema- the value to set
- Returns:
- this builder
 
 - 
allowedMigrationDestinationspublic MlApplicationImplementationVersionSummary.Builder allowedMigrationDestinations(List<String> allowedMigrationDestinations) List of ML Application Implementation OCIDs for which migration from this implementation is allowed.Migration means that if consumers change implementation for their instances to implementation with OCID from this list, instance components will be updated in place otherwise new instance components are created based on the new implementation and old instance components are removed. - Parameters:
- allowedMigrationDestinations- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic MlApplicationImplementationVersionSummary.Builder timeCreated(Date timeCreated) Creation time of MlApplicationImplementationVersion in the format defined by RFC 3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic MlApplicationImplementationVersionSummary.Builder lifecycleState(MlApplicationImplementationVersion.LifecycleState lifecycleState) The current state of the MlApplicationImplementationVersion.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic MlApplicationImplementationVersionSummary.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 MlApplicationImplementationVersionSummary.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 MlApplicationImplementationVersionSummary.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 MlApplicationImplementationVersionSummary build() 
 - 
copypublic MlApplicationImplementationVersionSummary.Builder copy(MlApplicationImplementationVersionSummary model) 
 
- 
 
-