Show / Hide Table of Contents

Class GenericJobRunUseCaseConfigurationDetails

The evaluation use-case configuration.

Inheritance
object
JobRunUseCaseConfigurationDetails
GenericJobRunUseCaseConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class GenericJobRunUseCaseConfigurationDetails : JobRunUseCaseConfigurationDetails

Properties

AdditionalConfigurations

Declaration
[JsonProperty(PropertyName = "additionalConfigurations")]
public Dictionary<string, string> AdditionalConfigurations { get; set; }
Property Value
Type Description
Dictionary<string, string>

The additional configurations

In this article
Back to top